| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -3/+10 | |
| - 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-09-25 | Split out the stable part of smir into its own crate to prevent accidental ↵ | Oli Scherer | -0/+1 | |
| usage of forever unstable things | ||||
| 2023-02-02 | Add a new `rustc_driver` dylib to rexport `rustc_driver_impl` | John Kåre Alsaker | -3/+4 | |
| 2022-06-02 | Ship rustc_smir with rustc | Oli Scherer | -0/+3 | |
| 2022-05-25 | update jemalloc-sys to jemalloc v5.3 | Rémy Rakic | -3/+3 | |
| 2022-03-28 | Propagate `parallel_compiler` feature through rustc crates. Turned off ↵ | klensy | -0/+1 | |
| feature gives change of builded crates: 238 -> 224. | ||||
| 2022-01-28 | remove unused `jemallocator` crate | Rémy Rakic | -5/+1 | |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -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. | ||||
| 2021-04-04 | use jemallocator in rustc/rustdoc | Gus Wynn | -3/+7 | |
| 2020-09-11 | just max_level_info | Gus Wynn | -1/+1 | |
| 2020-09-10 | add debug-logging to config.toml | Gus Wynn | -0/+1 | |
| 2020-08-30 | cleanup: Remove duplicate library names from `Cargo.toml`s | Vadim Petrochenkov | -4/+0 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+25 | |
