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

Clean up compiler/rustc*/Cargo.toml #117068

Merged
merged 2 commits into from
Oct 30, 2023

Commits on Oct 29, 2023

  1. Remove memoffset dependency from rustc_query_impl.

    The comment explains it's for `unstable_offset_of`, but `offset_of` is
    now stable.
    nnethercote committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    28e60de View commit details
    Browse the repository at this point in the history
  2. Clean up rustc_*/Cargo.toml.

    - Sort dependencies and features sections.
    - Add `tidy` markers to the sorted sections so they stay sorted.
    - Remove empty `[lib`] sections.
    - Remove "See more keys..." comments.
    
    Excluded files:
    - rustc_codegen_{cranelift,gcc}, because they're external.
    - rustc_lexer, because it has external use.
    - stable_mir, because it has external use.
    nnethercote committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    8ff624a View commit details
    Browse the repository at this point in the history