| Age | Commit message (Expand) | Author | Lines |
| 2025-05-01 | Auto merge of #140145 - Zoxc:job-server-proxy, r=SparrowLii | bors | -2/+13 |
| 2025-04-29 | Drop AST on a separate thread and prefetch `hir_crate` | John Kåre Alsaker | -0/+6 |
| 2025-04-29 | Add a jobserver proxy to ensure at least one token is always held | John Kåre Alsaker | -2/+13 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -5/+7 |
| 2025-04-11 | Auto merge of #139453 - compiler-errors:incr, r=jieyouxu | bors | -0/+1 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -1/+3 |
| 2025-04-07 | Prepend temp files with a string per invocation of rustc | Michael Goulet | -0/+1 |
| 2025-04-02 | Use return_result_from_ensure_ok a bit more | Michael Goulet | -1/+1 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -36/+6 |
| 2025-03-26 | Add `TyCtx::env_var_os` | Mads Marquart | -1/+27 |
| 2025-03-24 | Auto merge of #138629 - Zoxc:graph-anon-hashmap, r=oli-obk | bors | -1/+4 |
| 2025-03-21 | Move some calls to before calling codegen_crate | bjorn3 | -15/+9 |
| 2025-03-19 | Pass in dep kind names to the duplicate dep node check | John Kåre Alsaker | -1/+4 |
| 2025-03-03 | Remove some unnecessary aliases from `rustc_data_structures::sync` | Zalathar | -2/+2 |
| 2025-02-22 | Rollup merge of #137356 - nik-rev:FERRIS, r=compiler-errors | Matthias Krüger | -1/+34 |
| 2025-02-22 | Fix overcapturing, unsafe extern blocks, and new unsafe ops | Michael Goulet | -8/+12 |
| 2025-02-21 | fix: naming convention "ferris" suggestion for idents named 🦀 | Nikita Revenco | -1/+34 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -9/+9 |
| 2025-02-17 | Move `rustc_middle::limits` to `rustc_interface`. | Nicholas Nethercote | -2/+3 |
| 2025-02-15 | Reject macro calls inside of `#![crate_name]` | León Orell Valerian Liehr | -21/+84 |
| 2025-02-07 | Rollup merge of #136589 - GuillaumeGomez:enable-jump-to-def-compiler, r=oli-obk | Matthias Krüger | -1/+3 |
| 2025-02-06 | Auto merge of #136641 - matthiaskrgr:rollup-lajwje5, r=matthiaskrgr | bors | -0/+5 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -3/+3 |
| 2025-02-05 | Eagerly detect coroutine recursion pre-mono when possible | Michael Goulet | -0/+5 |
| 2025-02-05 | Re-enable "jump to def" feature on rustc docs | Guillaume Gomez | -1/+3 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -3/+3 |
| 2025-02-03 | Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin | bors | -0/+1 |
| 2025-02-02 | Target modifiers (special marked options) are recorded in metainfo and compar... | Andrew Zhogin | -0/+1 |
| 2025-02-01 | Rename `tcx.ensure_with_value()` to `tcx.ensure_done()` | Zalathar | -1/+1 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -22/+23 |
| 2025-01-30 | Remove print_vtable_sizes | Michael Goulet | -91/+0 |
| 2025-01-18 | Use par_body_owners in coroutine check | Michael Goulet | -9/+13 |
| 2024-12-19 | Minor cleanup | bjorn3 | -8/+7 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-17 | Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu | bors | -44/+62 |
| 2024-12-15 | Access `TyCtxt` from early diagnostic decoration | Urgau | -0/+2 |
| 2024-12-14 | Immediately enter in TyCtxt::create_global_ctxt | bjorn3 | -37/+40 |
| 2024-12-14 | Move GlobalCtxt::finish to TyCtxt | bjorn3 | -41/+41 |
| 2024-12-14 | Remove the parse query | bjorn3 | -3/+3 |
| 2024-12-14 | Get rid of of the global_ctxt query | bjorn3 | -2/+17 |
| 2024-12-12 | Move type size and vtable size printing to start_codegen | bjorn3 | -0/+12 |
| 2024-12-09 | Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot | Matthias Krüger | -15/+16 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -3/+1 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -15/+16 |
| 2024-12-04 | Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errors | Matthias Krüger | -4/+0 |
| 2024-12-04 | Remove `-Zshow-span`. | Nicholas Nethercote | -4/+0 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -1/+0 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -0/+2 |
| 2024-11-22 | Get rid of HIR const checker | Michael Goulet | -1/+0 |
| 2024-11-19 | Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercote | Matthias Krüger | -22/+7 |