about summary refs log tree commit diff
path: root/compiler/rustc/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-4/+4
2025-07-11Avoid building C++ for rustc_llvm with --compile-time-depsbjorn3-0/+1
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+0
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
2024-12-03switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0Rémy Rakic-3/+3
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-1/+0
2024-08-31disable size asserts in the compiler when randomizing layoutsThe 8472-0/+1
2024-07-15Use dep: for crate dependenciesMichael Goulet-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-3/+10
2023-09-25Split out the stable part of smir into its own crate to prevent accidental us...Oli Scherer-0/+1
2023-02-02Add a new `rustc_driver` dylib to rexport `rustc_driver_impl`John Kåre Alsaker-3/+4
2022-06-02Ship rustc_smir with rustcOli Scherer-0/+3
2022-05-25update jemalloc-sys to jemalloc v5.3Rémy Rakic-3/+3
2022-03-28Propagate `parallel_compiler` feature through rustc crates. Turned off featur...klensy-0/+1
2022-01-28remove unused `jemallocator` crateRémy Rakic-5/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-04-04use jemallocator in rustc/rustdocGus Wynn-3/+7
2020-09-11just max_level_infoGus Wynn-1/+1
2020-09-10add debug-logging to config.tomlGus Wynn-0/+1
2020-08-30cleanup: Remove duplicate library names from `Cargo.toml`sVadim Petrochenkov-4/+0
2020-08-30mv compiler to compiler/mark-0/+25