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

Slimmer syntax #68133

Merged
merged 14 commits into from
Feb 1, 2020
Merged

Slimmer syntax #68133

merged 14 commits into from
Feb 1, 2020

Commits on Feb 1, 2020

  1. Configuration menu
    Copy the full SHA
    50f0e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e03d106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64d0143 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9be73dc View commit details
    Browse the repository at this point in the history
  5. Move builtin attribute logic to new rustc_attr crate.

    For now, this is all the crate contains, but more
    attribute logic & types will be moved there over time.
    Centril committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    93a8283 View commit details
    Browse the repository at this point in the history
  6. 1. move node_id to syntax

    2. invert rustc_session & syntax deps
    3. drop rustc_session dep in rustc_hir
    Centril committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    097d5e1 View commit details
    Browse the repository at this point in the history
  7. 1. move allow_internal_unstable to rustc_attr

    2. as a result, drop rustc_errors dep from syntax
    Centril committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    98fd6a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e233331 View commit details
    Browse the repository at this point in the history
  9. pacify the parallel compiler

    Centril committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    1540400 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f882b07 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eadff06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a083846 View commit details
    Browse the repository at this point in the history
  13. fix fallout in tests

    Centril committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    aef2df1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1a3141c View commit details
    Browse the repository at this point in the history