about summary refs log tree commit diff
path: root/compiler/rustc_abi/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-2/+6
- 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.
2023-10-02Add some docs regarding rustc_abi rust-analyzer compat changesLukas Wirth-1/+3
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-0/+24