| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-19 | Make public API, docs algorithm-agnostic | Jacob Pratt | -1/+1 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -15/+12 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -15/+10 |
| 2023-01-16 | Group some commonly passed together values into a struct | Oli Scherer | -11/+10 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -7/+6 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -5/+2 |
| 2022-11-09 | Fix `rustdoc --version` when used with download-rustc | Joshua Nelson | -16/+6 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -95/+2 |
| 2022-10-19 | Clarify `run_in_thread_pool_with_globals`. | Nicholas Nethercote | -44/+45 |
| 2022-10-19 | Replace a `spawn_unchecked` with `spawn_scoped`. | Nicholas Nethercote | -12/+16 |
| 2022-10-19 | Apply `Lrc` later to `sess` and `codegen_backend`. | Nicholas Nethercote | -3/+2 |
| 2022-10-19 | Reduce visibility of some functions. | Nicholas Nethercote | -2/+2 |
| 2022-10-19 | Inline and remove `scoped_thread`. | Nicholas Nethercote | -15/+9 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -3/+1 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+1 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -1/+0 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+2 |
| 2022-07-20 | Remove implicit names and values from --cfg in --check-cfg | Urgau | -1/+0 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -18/+0 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -4/+4 |
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -1/+4 |