about summary refs log tree commit diff
path: root/compiler/rustc_abi/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-03-11Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgrbors-4/+4
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+0
2025-03-10Update rand to 0.9.0Chris Denton-4/+4
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-0/+1
2025-02-09compiler: gate `extern "{abi}"` in ast_loweringJubilee Young-2/+0
2024-10-30compiler: Lift `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi`Jubilee Young-0/+4
2024-07-15Use dep: for crate dependenciesMichael Goulet-4/+4
2023-12-30Update to bitflags 2 in the compilerNilstrieb-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-2/+6
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