| Age | Commit message (Expand) | Author | Lines |
| 2023-11-22 | Merge `Queries::{ongoing_codegen,linker}`. | Nicholas Nethercote | -2/+1 |
| 2023-11-22 | Make `Compiler::{sess,codegen_backend}` public. | Nicholas Nethercote | -2/+2 |
| 2023-11-17 | Move `CodegenBackend` out of `Linker`. | Nicholas Nethercote | -1/+1 |
| 2023-11-17 | Move `Session` out of `Linker`. | Nicholas Nethercote | -1/+1 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -1/+1 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -0/+1 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -0/+1 |
| 2023-10-14 | Add `Config::hash_untracked_state` callback | Alex Macleod | -0/+1 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -2/+2 |
| 2023-09-10 | Remove EarlyErrorHandler argument from after_analysis callback | bjorn3 | -2/+1 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+1 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -0/+1 |
| 2023-07-11 | Don't require each rustc_interface tool to opt-in to parallel_rustc support | jyn | -1/+1 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2023-06-21 | Remove Queries::ongoing_codegen. | Nicholas Nethercote | -5/+6 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -5/+13 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -5/+13 |
| 2023-06-04 | Fixed compiler error | Andrew Xie | -3/+3 |
| 2023-05-23 | Move BodyWithBorrowckFacts to consumers | Dominik Stolz | -2/+2 |
| 2023-05-23 | Update obtain-borrowck test | Dominik Stolz | -2/+3 |
| 2023-05-18 | Merge query property modules into one | John Kåre Alsaker | -2/+2 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -2/+2 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-04-20 | Bless run-make-fulldeps test. | Camille GILLOT | -6/+3 |
| 2023-04-02 | try to fix test-various | jyn | -0/+112 |
| 2023-03-30 | move `tools.mk` to run-make | Joshua Nelson | -190/+3 |
| 2023-03-30 | Move almost all run-make-fulldeps to run-make | Joshua Nelson | -9221/+0 |
| 2023-03-22 | Rollup merge of #109213 - oli-obk:cstore, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-03-21 | Eagerly intern and check CrateNum/StableCrateId collisions | Oli Scherer | -1/+1 |
| 2023-03-21 | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | -2/+2 |
| 2023-03-21 | Add ntdll to run-make-fulldeps extraflags | Chris Denton | -2/+2 |
| 2023-03-08 | rustdoc: fix test case for custom themes | Michael Howell | -1/+1 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -0/+2 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -0/+1 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -1070/+0 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+1 |
| 2023-01-26 | Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco | Matthias Krüger | -2/+2 |
| 2023-01-16 | Fix run-make-fulldeps test | Oli Scherer | -6/+3 |
| 2023-01-15 | Preserve split DWARF files when building archives. | Kyle Huey | -2/+2 |
| 2023-01-13 | Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwco | bors | -1/+1 |
| 2023-01-12 | Harden the pre-tyctxt query system against accidental recomputation | Oli Scherer | -1/+1 |
| 2023-01-11 | add checks for the signature of the lang item | asquared31415 | -1/+1 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -5/+5 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+10802 |