about summary refs log tree commit diff
path: root/compiler/rustc/Cargo.toml
AgeCommit message (Expand)AuthorLines
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