| Age | Commit message (Expand) | Author | Lines |
| 2024-03-21 | Suggest using RUST_MIN_STACK if rustc overflowed | Jubilee Young | -2/+2 |
| 2024-03-21 | Use less hacky STACK_SIZE | Jubilee Young | -15/+18 |
| 2024-03-13 | Make incremental sessions identity no longer depend on the crate names provid... | John Kåre Alsaker | -64/+4 |
| 2024-03-11 | Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot | Jubilee | -21/+26 |
| 2024-03-09 | Some tweaks to the parallel query cycle handler | John Kåre Alsaker | -3/+16 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -0/+3 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -1/+1 |
| 2024-02-21 | Unify dylib loading between proc macros and codegen backends | bjorn3 | -22/+11 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -1/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -1/+1 |
| 2024-02-14 | Allow targets to override default codegen backend | Maybe Waffle | -21/+26 |
| 2024-01-19 | Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=b... | Matthias Krüger | -3/+9 |
| 2024-01-10 | Format sources into the error message when loading codegen backends | Simonas Kazlauskas | -3/+9 |
| 2024-01-10 | Rename `{create,emit}_warning` as `{create,emit}_warn`. | Nicholas Nethercote | -4/+4 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -5/+5 |
| 2023-12-23 | Rename `EarlyDiagCtxt` methods to match `DiagCtxt`. | Nicholas Nethercote | -6/+6 |
| 2023-12-18 | Rename many `EarlyDiagCtxt` arguments. | Nicholas Nethercote | -12/+12 |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -4/+4 |
| 2023-11-27 | QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang... | klensy | -5/+2 |
| 2023-11-23 | Enforce NonZeroUsize on thread count | Mark Rousskov | -1/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -1/+3 |
| 2023-11-01 | Inline and remove `create_session`. | Nicholas Nethercote | -84/+3 |
| 2023-10-30 | Streamline `collect_crate_types`. | Nicholas Nethercote | -15/+7 |
| 2023-10-30 | Make `Cfg` and `CheckCfg` non-generic. | Nicholas Nethercote | -7/+3 |
| 2023-10-30 | Change cfg parsers to produce symbols instead of strings. | Nicholas Nethercote | -3/+2 |
| 2023-10-28 | Clean up config mess. | Nicholas Nethercote | -10/+10 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -1/+3 |
| 2023-09-17 | Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors | bors | -7/+13 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+2 |
| 2023-09-03 | Make `.rmeta` file in `dep-info` have correct name (`lib` prefix) | Martin Nordholts | -7/+13 |
| 2023-08-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -8/+28 |
| 2023-07-26 | replace atty crate with std's isTerminal | klensy | -1/+2 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -0/+2 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -16/+29 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -2/+31 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -0/+1 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -0/+1 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -7/+7 |
| 2023-04-29 | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | -2/+3 |
| 2023-04-26 | Remove QueryEngine trait | John Kåre Alsaker | -2/+3 |
| 2023-04-16 | Move the WorkerLocal type from the rustc-rayon fork into rustc_data_structures | John Kåre Alsaker | -0/+6 |
| 2023-03-28 | Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper | nils | -1/+1 |
| 2023-03-28 | Rollup merge of #109685 - est31:not_llvm_but_backend, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-03-28 | Make doc comment a little bit more accurate | est31 | -1/+1 |
| 2023-03-25 | Update indexmap and rayon crates | John Kåre Alsaker | -1/+1 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -1/+1 |
| 2023-03-09 | Honor current target when checking conditional compilation values | Urgau | -1/+1 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -0/+3 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -0/+2 |