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

Initial support for collection literal parsing. #66417

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    8c4380d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9a3716 View commit details
    Browse the repository at this point in the history
  3. Initial parsing

    CyrusNajmabadi committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    90cfe9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24cd2f7 View commit details
    Browse the repository at this point in the history
  5. Rename method

    CyrusNajmabadi committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    1a7b04d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    4347ee4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb616a7 View commit details
    Browse the repository at this point in the history
  3. Adding parser tests

    jnm2 committed Jan 15, 2023
    2 Configuration menu
    Copy the full SHA
    4ac2f65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8896025 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5d6049 View commit details
    Browse the repository at this point in the history
  6. Adding parser tests

    jnm2 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    1a05f97 View commit details
    Browse the repository at this point in the history
  7. Improve error recovery

    CyrusNajmabadi committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    89926d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d5d02d View commit details
    Browse the repository at this point in the history
  9. Improve error recovery

    CyrusNajmabadi committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    56eebcb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d69f00 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Fix parsing

    CyrusNajmabadi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    60fe9b5 View commit details
    Browse the repository at this point in the history
  2. Update test

    CyrusNajmabadi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    75e262b View commit details
    Browse the repository at this point in the history
  3. Update test

    CyrusNajmabadi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    bc79f46 View commit details
    Browse the repository at this point in the history
  4. Update test

    CyrusNajmabadi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    e634e7e View commit details
    Browse the repository at this point in the history
  5. Update test

    CyrusNajmabadi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    d382717 View commit details
    Browse the repository at this point in the history
  6. Update test

    CyrusNajmabadi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    6f10e14 View commit details
    Browse the repository at this point in the history
  7. BadExpr

    CyrusNajmabadi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    361eb65 View commit details
    Browse the repository at this point in the history
  8. Update test

    CyrusNajmabadi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    2898d10 View commit details
    Browse the repository at this point in the history
  9. Update test

    CyrusNajmabadi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    a2edefe View commit details
    Browse the repository at this point in the history
  10. Lint

    CyrusNajmabadi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    948c6e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Update comment

    CyrusNajmabadi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    793ca19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c48a2d8 View commit details
    Browse the repository at this point in the history
  3. Add tests

    CyrusNajmabadi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5efda4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31dc75a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ab37f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    609d461 View commit details
    Browse the repository at this point in the history
  7. Revise comment

    CyrusNajmabadi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    b6df9d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dec6354 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b303931 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    377db37 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'upstream/features/CollectionLiterals' i…

    …nto collectionLiteralParsing
    CyrusNajmabadi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    700ba57 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f6d4d8 View commit details
    Browse the repository at this point in the history
  13. Rename

    CyrusNajmabadi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    155c635 View commit details
    Browse the repository at this point in the history
  14. Rename

    CyrusNajmabadi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    f9b0186 View commit details
    Browse the repository at this point in the history
  15. Rename

    CyrusNajmabadi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    c580bc4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c14518a View commit details
    Browse the repository at this point in the history
  17. Add test marker

    CyrusNajmabadi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    00d8a57 View commit details
    Browse the repository at this point in the history
  18. Add prototype comment

    CyrusNajmabadi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    125642b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Add version test

    CyrusNajmabadi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4c40f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76edb2a View commit details
    Browse the repository at this point in the history
  3. Add tests

    CyrusNajmabadi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    05f0a52 View commit details
    Browse the repository at this point in the history
  4. Add tests

    CyrusNajmabadi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    fa3f16b View commit details
    Browse the repository at this point in the history
  5. Add tests

    CyrusNajmabadi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    25c8e9a View commit details
    Browse the repository at this point in the history
  6. Add tests

    CyrusNajmabadi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    51d2ab8 View commit details
    Browse the repository at this point in the history
  7. Rename

    CyrusNajmabadi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    989e853 View commit details
    Browse the repository at this point in the history
  8. Change indentation

    CyrusNajmabadi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    d2f5663 View commit details
    Browse the repository at this point in the history
  9. Add tests

    CyrusNajmabadi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    89790ce View commit details
    Browse the repository at this point in the history
  10. Add tests

    CyrusNajmabadi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c741918 View commit details
    Browse the repository at this point in the history
  11. remove line

    CyrusNajmabadi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    72913a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Merge remote-tracking branch 'upstream/features/CollectionLiterals' i…

    …nto collectionLiteralParsing
    CyrusNajmabadi committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    8408412 View commit details
    Browse the repository at this point in the history
  2. Add test

    CyrusNajmabadi committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    b17dad7 View commit details
    Browse the repository at this point in the history
  3. Add tests

    CyrusNajmabadi committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    f6929a2 View commit details
    Browse the repository at this point in the history
  4. Add tests

    CyrusNajmabadi committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    342c532 View commit details
    Browse the repository at this point in the history
  5. Cast parsing

    CyrusNajmabadi committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    8d43ee2 View commit details
    Browse the repository at this point in the history
  6. Lint

    CyrusNajmabadi committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    2724057 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Add parsing tests

    CyrusNajmabadi committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    3db96f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    f847b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1347b1 View commit details
    Browse the repository at this point in the history
  3. Simplify

    CyrusNajmabadi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    7d18098 View commit details
    Browse the repository at this point in the history
  4. Add syntax test

    CyrusNajmabadi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d9a1965 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e340181 View commit details
    Browse the repository at this point in the history