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

feat(coverage): enable regexp in test262 #4242

Closed
wants to merge 200 commits into from
Closed

feat(coverage): enable regexp in test262 #4242

wants to merge 200 commits into from

Commits on Jun 20, 2024

  1. Restore current progress

    leaysgur committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    47f83f0 View commit details
    Browse the repository at this point in the history
  2. Add bare example

    leaysgur committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7fd8c3b View commit details
    Browse the repository at this point in the history
  3. Init parser

    leaysgur committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5e70a1e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Make it run

    leaysgur committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    94c741b View commit details
    Browse the repository at this point in the history
  2. Adjust span

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

Commits on Jun 22, 2024

  1. Omit options support

    leaysgur committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    396c439 View commit details
    Browse the repository at this point in the history
  2. Run fmt

    leaysgur committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    56f7fdc View commit details
    Browse the repository at this point in the history
  3. Fix typo

    leaysgur committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    dc57a2b View commit details
    Browse the repository at this point in the history
  4. Fix doc

    leaysgur committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    76f23ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c97aae View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Remove ast_builder

    leaysgur committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dfe439e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a2436 View commit details
    Browse the repository at this point in the history
  3. Keep enum size small

    leaysgur committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cb4d278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a790fc View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Validate u+v flags

    leaysgur committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    912929a View commit details
    Browse the repository at this point in the history
  2. Clean up

    leaysgur committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    164bb37 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Wip reader

    leaysgur committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6fbb659 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix warnings

    leaysgur committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0dc517b View commit details
    Browse the repository at this point in the history
  2. Fix clippy

    leaysgur committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1794de8 View commit details
    Browse the repository at this point in the history
  3. Reader#eat2(), eat3()

    leaysgur committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    53705c7 View commit details
    Browse the repository at this point in the history
  4. Calculate unified span pos

    leaysgur committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ec87865 View commit details
    Browse the repository at this point in the history
  5. Fix test name

    leaysgur committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    93d231c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f131ce View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    24bc377 View commit details
    Browse the repository at this point in the history
  2. Split mod

    leaysgur committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0cac2c4 View commit details
    Browse the repository at this point in the history
  3. Align parsing names

    leaysgur committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f657cf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    31b2849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c9bb61 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    ac13312 View commit details
    Browse the repository at this point in the history
  2. Fix

    leaysgur committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    98eb951 View commit details
    Browse the repository at this point in the history
  3. Remove refs

    leaysgur committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    caa9526 View commit details
    Browse the repository at this point in the history
  4. Update tests

    leaysgur committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    761490f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d39e3d View commit details
    Browse the repository at this point in the history
  6. Fix test

    leaysgur committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    49cb7f5 View commit details
    Browse the repository at this point in the history
  7. Refactors

    leaysgur committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e81c6f1 View commit details
    Browse the repository at this point in the history
  8. Wip quantifier

    leaysgur committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    644cd10 View commit details
    Browse the repository at this point in the history
  9. Handle range max Infinity

    leaysgur committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b91f4fa View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Complete quantifier

    leaysgur committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bcdd6fc View commit details
    Browse the repository at this point in the history
  2. Update comments, todos

    leaysgur committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    524a875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a548b4a View commit details
    Browse the repository at this point in the history
  4. Implement assertion

    leaysgur committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3e8722e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2de0c74 View commit details
    Browse the repository at this point in the history
  6. Apply fmt

    leaysgur committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fd208e5 View commit details
    Browse the repository at this point in the history
  7. Update example

    leaysgur committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e75d7f0 View commit details
    Browse the repository at this point in the history
  8. Consume dot

    leaysgur committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    217625b View commit details
    Browse the repository at this point in the history
  9. Fix CI

    leaysgur committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    13273fa View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Use explicit names

    leaysgur committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    362ed78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c42a3cc View commit details
    Browse the repository at this point in the history
  3. Split module files

    leaysgur committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d98e61b View commit details
    Browse the repository at this point in the history
  4. Wip \atom_escape

    leaysgur committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b991a81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96c41ee View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    7e4cbc9 View commit details
    Browse the repository at this point in the history
  2. Add notes

    leaysgur committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    dcdb934 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f566879 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d05ed7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Small fixes

    leaysgur committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    37765c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    297e404 View commit details
    Browse the repository at this point in the history
  3. Fix bug

    leaysgur committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d17d1b0 View commit details
    Browse the repository at this point in the history
  4. Wip unicode property escape

    leaysgur committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f1699a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    858f041 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    leaysgur committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d1c0b39 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    b2c23d1 View commit details
    Browse the repository at this point in the history
  2. Add early errors as todos

    leaysgur committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a14dfed View commit details
    Browse the repository at this point in the history
  3. Add tests

    leaysgur committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ecb72bb View commit details
    Browse the repository at this point in the history
  4. Align AST names to spec

    leaysgur committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b3c84f0 View commit details
    Browse the repository at this point in the history
  5. Fix fmt

    leaysgur committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    709d267 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e6d9f6 View commit details
    Browse the repository at this point in the history
  7. Split impls

    leaysgur committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    56c12b5 View commit details
    Browse the repository at this point in the history
  8. Clean up

    leaysgur committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2b07202 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    188aae8 View commit details
    Browse the repository at this point in the history
  10. Rename shared impl

    leaysgur committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bb287b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a671f60 View commit details
    Browse the repository at this point in the history
  12. Handle \k<name> correctly

    leaysgur committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f4bcaab View commit details
    Browse the repository at this point in the history
  13. Add tests

    leaysgur committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9bb140d View commit details
    Browse the repository at this point in the history
  14. Fix up backrefs

    leaysgur committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ae9d294 View commit details
    Browse the repository at this point in the history
  15. Fix typo

    leaysgur committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    25068b4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4493424 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    72a8594 View commit details
    Browse the repository at this point in the history
  2. Impl non-capturing group

    leaysgur committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    38fad90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0849711 View commit details
    Browse the repository at this point in the history
  4. Implement CaptureingGroup

    leaysgur committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ba07674 View commit details
    Browse the repository at this point in the history
  5. Update examples

    leaysgur committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d0f7624 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    f4bb26f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf9bc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Wip character class

    leaysgur committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b692a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d5f3c View commit details
    Browse the repository at this point in the history
  3. Refactor wip

    leaysgur committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    047e104 View commit details
    Browse the repository at this point in the history
  4. Refactor...

    leaysgur committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ec22cf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af5dfb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1083de7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Fix bug

    leaysgur committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4940034 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    62c0b25 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    21b55f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    eb72761 View commit details
    Browse the repository at this point in the history
  2. Pass regexp parser options

    leaysgur committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    dfcf15b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d8508d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74e4ee7 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Rework with new AST

    leaysgur committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d38f8bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c6bab3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    0eaab4c View commit details
    Browse the repository at this point in the history
  2. Wip atom + ext_atom

    leaysgur committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fe16530 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34a9d30 View commit details
    Browse the repository at this point in the history
  4. Wip atom_escape

    leaysgur committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    06e9aec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22a2585 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    2b636c4 View commit details
    Browse the repository at this point in the history
  2. Format

    leaysgur committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3149635 View commit details
    Browse the repository at this point in the history
  3. Parse legacy octal sequence

    leaysgur committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8205b75 View commit details
    Browse the repository at this point in the history
  4. Parse decimal escape

    leaysgur committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fe63512 View commit details
    Browse the repository at this point in the history
  5. Parse group

    leaysgur committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e532774 View commit details
    Browse the repository at this point in the history
  6. Update identity escape

    leaysgur committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ae49532 View commit details
    Browse the repository at this point in the history
  7. Remove old implementation

    leaysgur committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e0d9380 View commit details
    Browse the repository at this point in the history
  8. Wip extended atom

    leaysgur committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    26921cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a42b55c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    acd60bf View commit details
    Browse the repository at this point in the history
  2. Fix lookbehind assertion

    leaysgur committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f9c6b2f View commit details
    Browse the repository at this point in the history
  3. Fix tests

    leaysgur committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c35326a View commit details
    Browse the repository at this point in the history
  4. Arrange AST names

    leaysgur committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    be1cddb View commit details
    Browse the repository at this point in the history
  5. Fix terms in AST

    leaysgur committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    27911e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acbcfd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    5b4374f View commit details
    Browse the repository at this point in the history
  2. Wip character_class

    leaysgur committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    06cd580 View commit details
    Browse the repository at this point in the history
  3. Add strings unicode flag

    leaysgur committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9d09bcf View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    4716bc6 View commit details
    Browse the repository at this point in the history
  2. Apply fmt

    leaysgur committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    04febf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55c214d View commit details
    Browse the repository at this point in the history
  4. Update tests

    leaysgur committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    68393b5 View commit details
    Browse the repository at this point in the history
  5. Wip SS:EarlyErrors

    leaysgur committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7295530 View commit details
    Browse the repository at this point in the history
  6. Wip early errors

    leaysgur committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9c495e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61cd500 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    992b2a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f35ba69 View commit details
    Browse the repository at this point in the history
  10. Fix typos

    leaysgur committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5ad4315 View commit details
    Browse the repository at this point in the history
  11. Make quantifier optional

    leaysgur committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f9fcf10 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    02f60c8 View commit details
    Browse the repository at this point in the history
  13. Fix unicode_escape

    leaysgur committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0c9c028 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    bd5bdcf View commit details
    Browse the repository at this point in the history
  2. Avoid recursion

    leaysgur committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5fa7ce9 View commit details
    Browse the repository at this point in the history
  3. Fmt

    leaysgur committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9b54fc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55615c5 View commit details
    Browse the repository at this point in the history
  5. Pass local unicode_mode

    leaysgur committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    83f6232 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    080d772 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ab679e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db93c1a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    063aa13 View commit details
    Browse the repository at this point in the history
  10. Flatten dirs

    leaysgur committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c046b52 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    6de7281 View commit details
    Browse the repository at this point in the history
  2. Complete early errors

    leaysgur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    41fb8f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c61c5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a4713c View commit details
    Browse the repository at this point in the history
  5. Update ast

    leaysgur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    39846a7 View commit details
    Browse the repository at this point in the history
  6. Adjust scope to ES2024

    leaysgur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a0e1340 View commit details
    Browse the repository at this point in the history
  7. Update comment

    leaysgur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e0f4ed6 View commit details
    Browse the repository at this point in the history
  8. Fmt

    leaysgur committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c5a3494 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Wip class_set_expression

    leaysgur committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c349187 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Complete ClassSetExpression

    leaysgur committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0dc7c04 View commit details
    Browse the repository at this point in the history
  2. Wip SS:EE

    leaysgur committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    fc426cc View commit details
    Browse the repository at this point in the history
  3. Fix negative flag bug

    leaysgur committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c191baa View commit details
    Browse the repository at this point in the history
  4. Complete all spec

    leaysgur committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1878416 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edc0389 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1f661d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    ceefdac View commit details
    Browse the repository at this point in the history
  2. Update comments

    leaysgur committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6021f94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86bef5d View commit details
    Browse the repository at this point in the history
  4. Explicit pattern options

    leaysgur committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2421475 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Update example

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4ef3189 View commit details
    Browse the repository at this point in the history
  2. More tests

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f0b84fc View commit details
    Browse the repository at this point in the history
  3. Comment ast node

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9d0bb08 View commit details
    Browse the repository at this point in the history
  4. Refactor state

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d50e53d View commit details
    Browse the repository at this point in the history
  5. Cosmetic

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f64571f View commit details
    Browse the repository at this point in the history
  6. Fix examples

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5a2adf5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4335119 View commit details
    Browse the repository at this point in the history
  8. Remove old implementation

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    78b28d4 View commit details
    Browse the repository at this point in the history
  9. Fix fmt

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    319b1d6 View commit details
    Browse the repository at this point in the history
  10. Fix lint

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3aeec33 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51a48af View commit details
    Browse the repository at this point in the history
  12. More comments

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b58c440 View commit details
    Browse the repository at this point in the history
  13. Refactor Reader

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    032adb9 View commit details
    Browse the repository at this point in the history
  14. Comment

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5241e57 View commit details
    Browse the repository at this point in the history
  15. Add diagnostic label

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    709a749 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    85e197a View commit details
    Browse the repository at this point in the history
  17. Fix typos

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2f28318 View commit details
    Browse the repository at this point in the history
  18. Fix unreachable

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a37f443 View commit details
    Browse the repository at this point in the history
  19. Fix bug

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c2fda3d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    18b8924 View commit details
    Browse the repository at this point in the history
  21. Fix regex parser usage

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e3a2ad4 View commit details
    Browse the repository at this point in the history
  22. Update coverage

    leaysgur committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8a674d7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b16c6f4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8a2f7a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    653b2e8 View commit details
    Browse the repository at this point in the history
  2. Fix \b value

    leaysgur committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1c2c91f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ae167c View commit details
    Browse the repository at this point in the history
  4. Diff

    leaysgur committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    719acbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7ea71e View commit details
    Browse the repository at this point in the history
  6. Check collect Vec perf

    leaysgur committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bdbffa9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cbab8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43814e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    114627b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Perf non-unicode offset

    leaysgur committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c3c4ec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb54e3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33c80a7 View commit details
    Browse the repository at this point in the history