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

lexer: Disallow bare CR in raw byte strings #60793

Merged
merged 11 commits into from
Jun 11, 2019

Commits on Jun 8, 2019

  1. Clean up minor bits

    Xanewok committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    5b17a5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8e3533 View commit details
    Browse the repository at this point in the history
  3. Remove redundant, commented out code

    It was commented out as part of
    rust-lang@8a8e497.
    Done probably by accident, since the code in question was moved to a
    match arm, along with newly introduced logic to detect bare CRs in raw
    strings.
    Xanewok committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    08ede49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cab7e7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49d62e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d463274 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. Configuration menu
    Copy the full SHA
    8cd51ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c1d352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    735ac05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63dc7da View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

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