about summary refs log tree commit diff
path: root/compiler/rustc_target/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2024-11-07Remove unused intercrate dependenciesclubby789-2/+0
2024-07-28dedup objectklensy-1/+1
waiting on thorin-dwp update dedup one wasmparser run-make-support: drop some features for wasmparser dedupe wasm-encoder
2023-12-30Update to bitflags 2 in the compilerNilstrieb-1/+1
This involves lots of breaking changes. There are two big changes that force changes. The first is that the bitflag types now don't automatically implement normal derive traits, so we need to derive them manually. Additionally, bitflags now have a hidden inner type by default, which breaks our custom derives. The bitflags docs recommend using the impl form in these cases, which I did.
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-5/+9
- 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-26Declare rustc_target dependency on object/machoDavid Tolnay-1/+1
2023-10-02Move FieldIdx and Layout to rustc_targetLukas Wirth-0/+1
2023-08-14Upgrade Object and related depsdirreke-1/+1
2023-05-21rustc_codegen_ssa: Set e_flags for AVR architecture based on target CPUAdam Gausmann-0/+5
2023-04-22drop unused deps, gate libc under unix for one crateklensy-1/+0
2023-03-16Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`John Kåre Alsaker-0/+1
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-19/+7
2022-11-24move some layout logic to rustc_target::abi::layouthkalbasi-1/+3
2022-11-24make rustc_target usable outside of rustchkalbasi-6/+17
2022-09-22Improve the help message for an invalid calling conventionkhyperia-1/+2
2022-06-03Use serde_json for target spec jsonbjorn3-0/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
2020-08-30mv compiler to compiler/mark-0/+14