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

libsyntax_pos: A few tweaks #56426

Merged
merged 4 commits into from
Dec 6, 2018
Merged

libsyntax_pos: A few tweaks #56426

merged 4 commits into from
Dec 6, 2018

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    101467c View commit details
    Browse the repository at this point in the history
  2. syntax: Rename some keywords

    `CrateRoot` -> `PathRoot`, `::` doesn't necessarily mean crate root now
    `SelfValue` -> `SelfLower`, `SelfType` -> `SelfUpper`, both `self` and `Self` can be used in type and value namespaces now
    petrochenkov committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    08f8fae View commit details
    Browse the repository at this point in the history
  3. syntax: Remove #[non_exhaustive] from Edition

    `Edition` is not a public API, we want users to break when a new edition is added
    petrochenkov committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    d415844 View commit details
    Browse the repository at this point in the history
  4. Address review comments

    petrochenkov committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    d08f7dc View commit details
    Browse the repository at this point in the history