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

Tokenize emoji as if they were valid identifiers #88781

Merged
merged 11 commits into from
Nov 25, 2021

Commits on Nov 23, 2021

  1. Tokenize emoji as if they were valid indentifiers

    In the lexer, consider emojis to be valid identifiers and reject
    them later to avoid knock down parse errors.
    estebank committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    5a68abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a96fe02 View commit details
    Browse the repository at this point in the history
  3. Fix RustDoc

    estebank committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    20b69e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    081198a View commit details
    Browse the repository at this point in the history
  5. fix fmt

    estebank committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    4489aeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21224e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d68add9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    143f784 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38979a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5402e48 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

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