Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(es/lexer): Use memchr::memmem for lexing block comments #9096

Merged
merged 10 commits into from
Jun 22, 2024

Commits on Jun 21, 2024

  1. Some cond

    kdy1 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1f2e8b5 View commit details
    Browse the repository at this point in the history
  2. #[cold]

    kdy1 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    dada287 View commit details
    Browse the repository at this point in the history
  3. Revert "Some cond"

    This reverts commit 1f2e8b5.
    kdy1 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3d31bcc View commit details
    Browse the repository at this point in the history
  4. Reduce branch

    kdy1 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d46a972 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77ae649 View commit details
    Browse the repository at this point in the history
  6. Dep

    kdy1 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ab4f724 View commit details
    Browse the repository at this point in the history
  7. cargo lockfile

    kdy1 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9673241 View commit details
    Browse the repository at this point in the history
  8. Use memmem for block comments

    kdy1 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a45ab2a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Fix regression

    kdy1 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    16d932e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into pp

    swc-bot authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3ef766f View commit details
    Browse the repository at this point in the history