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

Migrate more of rustc_parse to SessionDiagnostic #101619

Merged
merged 16 commits into from
Sep 28, 2022

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    495e271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8489a67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d02892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab7c7dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ae7a30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e56d6a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1b1d7b View commit details
    Browse the repository at this point in the history
  8. Remove error condition in parse_attribute

    This function is only ever called when the `#` has already been
    consumed, no need to produce an error message here.
    Xiretza committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    4d0519a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21b5194 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7507ee2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba10f2c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    760c435 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    00f9546 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    caefac0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    37fdcb4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d7c6457 View commit details
    Browse the repository at this point in the history