summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-03-24bump thorin to drop duped depsklensy-1/+1
2025-03-04use measureme-12.0.1LuuuXXX-2/+1
2025-03-04promote ohos targets to tier to with host toolsLuuuXXX-1/+2
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-01-21Note that cg_llvm's gimli should match the version used elsewhereZalathar-0/+2
2025-01-05Use gimli to get the values of DWARF constants needed by codegenZalathar-0/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-10-08compiler: Factor rustc_target::abi out of cg_llvmJubilee Young-0/+1
2024-08-18Update some dependency versions that allow better licensingTrevor Gross-1/+1
2024-07-28dedup objectklensy-1/+1
2024-04-08sanitizers: Create the rustc_sanitizers crateRamon de C Valle-0/+1
2024-03-08bump itertools to 0.12klensy-1/+1
2024-01-13Update measureme crate to version 11Michael Woerister-1/+1
2023-12-30Update to bitflags 2 in the compilerNilstrieb-1/+1
2023-12-03compiler: replace cstr macro with c str literals in compiler and few other c ...klensy-1/+0
2023-11-22Update itertools to 0.11.Nicholas Nethercote-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-9/+8
2023-10-22coverage: Build the global file table ahead of timeZalathar-0/+1
2023-08-14Upgrade Object and related depsdirreke-1/+1
2023-07-05Revert "use new c literals instead of cstr! macro"León Orell Valerian Liehr-0/+1
2023-05-31use new c literals instead of cstr! macroklensy-1/+0
2023-05-10Bump object and thorin-dwpJubilee Young-1/+1
2023-04-22drop unused deps, gate libc under unix for one crateklensy-1/+0
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+1
2023-02-25record llvm cgu instruction statscsmoe-0/+2
2023-02-06remove unused importsklensy-1/+0
2023-01-09Fix aarch64-unknown-linux-gnu_ilp32 targetAmanieu d'Antras-1/+4
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-1/+1
2022-10-06Auto merge of #99324 - reez12g:issue-99144, r=jyn514bors-1/+0
2022-10-04resolve error when attempting to link a universal library on macOSAlex Gaynor-0/+1
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-09-18Remove support for LLVM's legacy pass managerJosh Stone-1/+0
2022-07-25Use object instead of LLVM for reading bitcode from rlibsbjorn3-0/+1
2022-07-23Add fine-grained LLVM CFI support to the Rust compilerRamon de C Valle-1/+1
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-15Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPCYuki Okushi-1/+0
2022-06-14Add metadata generation for vtables when using VFEflip1995-0/+1
2022-06-13remove currently unused depsklensy-1/+0
2022-02-21debuginfo: Simplify TypeMap used during LLVM debuginfo generation.Michael Woerister-0/+1
2021-12-12Auto merge of #90716 - euclio:libloading, r=cjgillotbors-0/+1
2021-12-07Use object crate for .rustc metadata generationNikita Popov-1/+0
2021-12-06replace dynamic library module with libloadingAndy Russell-0/+1
2021-10-07Update to measureme v10Ryan Levick-1/+1
2021-10-07Add support for artifact size profilingRyan Levick-1/+1
2021-10-03Remove re-export.Camille GILLOT-0/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-13Use a separate interner type for UniqueTypeIdbjorn3-0/+1
2021-08-24Update rustc-demangle to 0.1.21.Eduard-Mihai Burtescu-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0