| Age | Commit message (Expand) | Author | Lines |
| 2025-06-10 | Remove check_mod_loops query and run the checks per-body instead | Oli Scherer | -1/+0 |
| 2025-06-08 | Rollup merge of #142089 - bjorn3:sysroot_handling_cleanup3, r=petrochenkov | Jubilee | -16/+10 |
| 2025-06-07 | Auto merge of #141950 - oli-obk:big-body-owner-loop, r=compiler-errors | bors | -7/+0 |
| 2025-06-06 | Auto merge of #141774 - oli-obk:naked-fn-queries, r=petrochenkov | bors | -1/+0 |
| 2025-06-06 | Fix review comments | bjorn3 | -11/+6 |
| 2025-06-05 | Replace all uses of sysroot_candidates with get_or_default_sysroot | bjorn3 | -8/+7 |
| 2025-06-03 | Rollup merge of #141943 - nnethercote:rm-pre-expansion-ast-stats, r=compiler-... | Matthias Krüger | -5/+1 |
| 2025-06-03 | Move coroutine_by_move_body_def_id into the big check_crate body owner loop | Oli Scherer | -7/+0 |
| 2025-06-03 | Remove pre-expansion AST stats. | Nicholas Nethercote | -5/+1 |
| 2025-06-02 | Rollup merge of #141865 - Nadrieril:dont-steal-thir, r=oli-obk | Jakub Beránek | -0/+1 |
| 2025-06-01 | Optionally don't steal the THIR | Nadrieril | -0/+1 |
| 2025-05-30 | Change a per-module query to just run on the items it internally filters for | Oli Scherer | -1/+0 |
| 2025-05-30 | Merge coroutine obligation checking into borrowck parallel loop | Oli Scherer | -4/+0 |
| 2025-05-27 | coverage: Revert "unused local file IDs" due to empty function names | Zalathar | -2/+1 |
| 2025-05-21 | Move -Zcrate-attr injection to just after crate root parsing | bjorn3 | -8/+8 |
| 2025-05-19 | Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgr | bors | -0/+1 |
| 2025-05-19 | Warning added when dependency crate has async drop types, and the feature is ... | Andrew Zhogin | -0/+1 |
| 2025-05-19 | Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLii | Stuart Cook | -1/+2 |
| 2025-05-17 | Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercote | bors | -4/+0 |
| 2025-05-16 | Auto merge of #140959 - oli-obk:no-unsafe-children, r=davidtwco | bors | -3/+2 |
| 2025-05-14 | Merge mir query analysis invocations | Oli Scherer | -4/+0 |
| 2025-05-13 | Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors | bors | -1/+0 |
| 2025-05-13 | Invoke a query only when it doesn't return immediately anyway | Oli Scherer | -3/+2 |
| 2025-05-12 | Fix typos | omahs | -1/+1 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-10 | coverage: Detect unused local file IDs to avoid an LLVM assertion | Zalathar | -1/+2 |
| 2025-05-09 | Remove mono item collection strategy override from -Zprint-mono-items | Tomasz Miąsko | -1/+1 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -1/+27 |
| 2025-05-01 | Auto merge of #140145 - Zoxc:job-server-proxy, r=SparrowLii | bors | -14/+39 |
| 2025-04-29 | Drop AST on a separate thread and prefetch `hir_crate` | John Kåre Alsaker | -0/+6 |
| 2025-04-29 | Add some comments | John Kåre Alsaker | -0/+4 |
| 2025-04-29 | Add a jobserver proxy to ensure at least one token is always held | John Kåre Alsaker | -14/+35 |
| 2025-04-28 | Rollup merge of #140323 - tgross35:cfg-unstable-float, r=Urgau | Chris Denton | -5/+16 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -5/+7 |
| 2025-04-27 | Implement the internal feature `cfg_target_has_reliable_f16_f128` | Trevor Gross | -5/+16 |
| 2025-04-26 | session: Cleanup `CanonicalizedPath::new` | Vadim Petrochenkov | -4/+4 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |
| 2025-04-19 | Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlin | Chris Denton | -1/+1 |
| 2025-04-14 | Stabilize `-Zdwarf-version` as `-Cdwarf-version` | Wesley Wiser | -0/+1 |
| 2025-04-11 | Auto merge of #139453 - compiler-errors:incr, r=jieyouxu | bors | -0/+1 |
| 2025-04-11 | Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obk | bors | -3/+5 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -11/+27 |
| 2025-04-10 | Remove the use of Rayon iterators | John Kåre Alsaker | -3/+5 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -11/+27 |
| 2025-04-08 | Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ub | Michael Goulet | -1/+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-05 | KCFI: Add KCFI arity indicator support | Ramon de C Valle | -0/+1 |
| 2025-04-03 | Rollup merge of #138767 - clubby789:check-cfg-bool, r=Urgau | Matthias Krüger | -0/+8 |
| 2025-04-03 | Allow boolean literals in `check-cfg` | clubby789 | -0/+8 |