about summary refs log tree commit diff
path: root/compiler/rustc_target/Cargo.toml
AgeCommit message (Expand)AuthorLines
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-5/+9
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
2020-08-30mv compiler to compiler/mark-0/+14