Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: future-architect/postgresql-cst-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: tanzaku/postgresql-cst-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.

Commits on Dec 1, 2024

  1. Copy the full SHA
    8a76e4e View commit details

Commits on Mar 15, 2025

  1. make patch

    tanzaku committed Mar 15, 2025
    Copy the full SHA
    d4fb317 View commit details
  2. update generated files

    tanzaku committed Mar 15, 2025
    Copy the full SHA
    b7e7d68 View commit details
  3. original scan.l

    tanzaku committed Mar 15, 2025
    Copy the full SHA
    67b8654 View commit details
  4. update Makefile

    tanzaku committed Mar 15, 2025
    Copy the full SHA
    2019b2d View commit details
  5. update scan.l

    tanzaku committed Mar 15, 2025
    Copy the full SHA
    a1ca156 View commit details
  6. update

    tanzaku committed Mar 15, 2025
    Copy the full SHA
    118a1c6 View commit details
  7. fix: comment

    tanzaku committed Mar 15, 2025
    Copy the full SHA
    d2216b8 View commit details
  8. fix: makefile

    tanzaku committed Mar 15, 2025
    Copy the full SHA
    f56055c View commit details
  9. Merge pull request #10 from tanzaku/refactor

    Applied patches to the original source code
    tanzaku authored Mar 15, 2025
    Copy the full SHA
    2ea7246 View commit details
  10. fix: broken github actions

    tanzaku committed Mar 15, 2025
    Copy the full SHA
    eb3a921 View commit details
  11. Copy the full SHA
    efd1e0d View commit details
  12. Fix some bugs (#17)

    * add test
    
    * fix: fix some bugs
    tanzaku authored Mar 15, 2025
    Copy the full SHA
    9b977b2 View commit details

Commits on Mar 16, 2025

  1. Resolve #13,#14,#18 (#19)

    * update: update patch
    
    * add: add cli application
    
    * update: remove empty nodes by default
    tanzaku authored Mar 16, 2025
    Copy the full SHA
    1fcb0ef View commit details
  2. Refactor and porting scan.l almost completely (#20)

    * refactor
    
    * Resolve todos in scan.l
    
    * fix: clippy
    
    * fix: patch
    tanzaku authored Mar 16, 2025
    Copy the full SHA
    e20a341 View commit details

Commits on Mar 17, 2025

  1. fix: testcase

    tanzaku committed Mar 17, 2025
    Copy the full SHA
    1133f14 View commit details
  2. fix: package-lock.json

    tanzaku committed Mar 17, 2025
    Copy the full SHA
    54a43d0 View commit details
  3. fix: update package

    tanzaku committed Mar 17, 2025
    Copy the full SHA
    011fa79 View commit details

Commits on Mar 18, 2025

  1. Update README (#22)

    * refactor
    
    * add example
    
    * update: README
    tanzaku authored Mar 18, 2025
    Copy the full SHA
    addaafc View commit details
  2. update: README

    tanzaku committed Mar 18, 2025
    Copy the full SHA
    607eef4 View commit details
  3. update: Cargo.toml

    tanzaku committed Mar 18, 2025
    Copy the full SHA
    a382874 View commit details

Commits on Mar 19, 2025

  1. update: move ported code

    tanzaku committed Mar 19, 2025
    Copy the full SHA
    7e8802e View commit details
  2. update: README.md

    tanzaku committed Mar 19, 2025
    Copy the full SHA
    3f3699a View commit details
  3. update: description

    tanzaku committed Mar 19, 2025
    Copy the full SHA
    f518395 View commit details
  4. copy README.md

    tanzaku committed Mar 19, 2025
    Copy the full SHA
    3886ecb View commit details
  5. refactor

    tanzaku committed Mar 19, 2025
    Copy the full SHA
    c48a319 View commit details

Commits on Mar 21, 2025

  1. update: README

    tanzaku committed Mar 21, 2025
    Copy the full SHA
    8dfd5eb View commit details

Commits on Apr 2, 2025

  1. #23 improve performance (#24)

    * implement build dfa
    
    * feat: add dfa lexer and uncompressed parser table
    
    * improve performance
    
    * update README
    
    * chore: remove unneccesary code
    tanzaku authored Apr 2, 2025
    Copy the full SHA
    121625d View commit details

Commits on Apr 3, 2025

  1. Copy the full SHA
    056d474 View commit details
  2. chore: exclude benches

    tanzaku committed Apr 3, 2025
    Copy the full SHA
    1428f6a View commit details

Commits on Apr 5, 2025

  1. build(deps-dev): bump vite from 6.2.2 to 6.2.5 in /demo (tanzaku#28)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.2 to 6.2.5.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 6.2.5
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2025
    Copy the full SHA
    fa0c59c View commit details
  2. tanzaku#29 fix clippy command in github actions and resolve clippy wa…

    …rning (tanzaku#30)
    
    * fix: clippy warning
    
    * fix: clippy command
    
    * fix: doc test
    
    * fix: clippy
    tanzaku authored Apr 5, 2025
    Copy the full SHA
    a91ee28 View commit details
Loading