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

Do not lex .. as a single DotDotToken #75549

Merged
merged 51 commits into from
Oct 25, 2024

Commits on Oct 16, 2024

  1. Add failing test

    Rekkonnect committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    634330c View commit details
    Browse the repository at this point in the history
  2. WorkItem :)

    Rekkonnect committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    44645f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9818686 View commit details
    Browse the repository at this point in the history
  4. Renames and docs

    CyrusNajmabadi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d6e55b4 View commit details
    Browse the repository at this point in the history
  5. Update tests

    CyrusNajmabadi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    80b11ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a32172 View commit details
    Browse the repository at this point in the history
  7. Move error

    CyrusNajmabadi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ade242c View commit details
    Browse the repository at this point in the history
  8. Docs

    CyrusNajmabadi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    98016cc View commit details
    Browse the repository at this point in the history
  9. Advance

    CyrusNajmabadi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3631afb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24d5ef7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    756efc0 View commit details
    Browse the repository at this point in the history
  12. Break apart numerics

    CyrusNajmabadi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1123f41 View commit details
    Browse the repository at this point in the history
  13. in progress

    CyrusNajmabadi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    18692ca View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Lexer work

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5181f47 View commit details
    Browse the repository at this point in the history
  2. restore

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3588567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f202cab View commit details
    Browse the repository at this point in the history
  4. Simplify

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    853e317 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    206f67d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82d2c50 View commit details
    Browse the repository at this point in the history
  7. More cases

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1cdc99b View commit details
    Browse the repository at this point in the history
  8. Consequence parsing

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f5557ec View commit details
    Browse the repository at this point in the history
  9. Fixup test

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    46c2a9b View commit details
    Browse the repository at this point in the history
  10. More precise errors

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2b2ab95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    28acd3b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e57e967 View commit details
    Browse the repository at this point in the history
  13. Extract helper

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e6eb643 View commit details
    Browse the repository at this point in the history
  14. simplify

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4f5e6fc View commit details
    Browse the repository at this point in the history
  15. simplify

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b8c14af View commit details
    Browse the repository at this point in the history
  16. simplify

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cc0efdb View commit details
    Browse the repository at this point in the history
  17. inline

    CyrusNajmabadi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    28fad18 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Simplify token merging

    CyrusNajmabadi committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    16497d4 View commit details
    Browse the repository at this point in the history
  2. Fix

    CyrusNajmabadi committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c5f6fb7 View commit details
    Browse the repository at this point in the history
  3. Simplify

    CyrusNajmabadi committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c19fd49 View commit details
    Browse the repository at this point in the history
  4. Simplify

    CyrusNajmabadi committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6dcfc98 View commit details
    Browse the repository at this point in the history
  5. Simplify

    CyrusNajmabadi committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1976c00 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Update src/Compilers/CSharp/Portable/Parser/LanguageParser.cs

    Co-authored-by: Rikki Gibson <rikkigibson@gmail.com>
    CyrusNajmabadi and RikkiGibson authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7ff8920 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    b2145be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7874ffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe0c172 View commit details
    Browse the repository at this point in the history
  4. Tweak comment

    CyrusNajmabadi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    804f7a6 View commit details
    Browse the repository at this point in the history
  5. Grammar

    CyrusNajmabadi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    caf82c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52190a9 View commit details
    Browse the repository at this point in the history
  7. Lower value slightly

    CyrusNajmabadi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cc4ce54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78be939 View commit details
    Browse the repository at this point in the history
  9. Fix

    CyrusNajmabadi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7bb8097 View commit details
    Browse the repository at this point in the history
  10. Clean up usings

    CyrusNajmabadi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cf6235b View commit details
    Browse the repository at this point in the history
  11. Add tests

    CyrusNajmabadi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6dc3f54 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a0b9c62 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Simplify

    CyrusNajmabadi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a9b9710 View commit details
    Browse the repository at this point in the history
  2. Add tests

    CyrusNajmabadi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d86ef0d View commit details
    Browse the repository at this point in the history
  3. Add tests

    CyrusNajmabadi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ff0e6e4 View commit details
    Browse the repository at this point in the history