| Age | Commit message (Expand) | Author | Lines |
| 2025-07-07 | Add `ty_span` query | Oli Scherer | -0/+7 |
| 2025-07-04 | Remove names_imported_by_glob_use query. | Camille GILLOT | -3/+0 |
| 2025-07-04 | Auto merge of #143247 - cjgillot:metadata-no-red, r=petrochenkov | bors | -1/+0 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -1/+1 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -1/+0 |
| 2025-07-02 | Rollup merge of #143261 - compiler-errors:explicit-pred, r=oli-obk | Matthias Krüger | -1/+0 |
| 2025-07-02 | Rollup merge of #143258 - compiler-errors:disambiguator-state, r=oli-obk | Matthias Krüger | -7/+0 |
| 2025-07-02 | Hash resolutions. | Camille GILLOT | -1/+0 |
| 2025-07-01 | Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obk | bors | -6/+25 |
| 2025-07-01 | Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgr | bors | -0/+6 |
| 2025-07-01 | Rollup merge of #143156 - folkertdev:fn-align-inherit-from-trait, r=workingju... | Matthias Krüger | -0/+6 |
| 2025-07-01 | Feed explicit_predicates_of instead of predicates_of | Michael Goulet | -1/+0 |
| 2025-06-30 | Don't recompute DisambiguatorState for every RPITIT in trait definition | Michael Goulet | -7/+0 |
| 2025-06-30 | Introduce `ByteSymbol`. | Nicholas Nethercote | -51/+78 |
| 2025-06-29 | inherit `#[align]` from trait method prototypes | Folkert de Vries | -0/+6 |
| 2025-06-28 | Auto merge of #142625 - cjgillot:inline-nocycle, r=oli-obk | bors | -6/+6 |
| 2025-06-27 | Rollup merge of #143096 - RalfJung:tag_for_variant, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -7/+7 |
| 2025-06-27 | tag_for_variant: properly pass TypingEnv | Ralf Jung | -1/+1 |
| 2025-06-27 | Split exported_symbols for generic and non-generic symbols | bjorn3 | -6/+25 |
| 2025-06-26 | const-eval: allow constants to refer to mutable/external memory, but reject s... | Ralf Jung | -4/+3 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -7/+7 |
| 2025-06-23 | Only store the LocalDefId instead of the whole instance. | Camille GILLOT | -1/+1 |
| 2025-06-22 | Cache queries. | Camille GILLOT | -0/+1 |
| 2025-06-22 | Only compute recursive callees once. | Camille GILLOT | -6/+5 |
| 2025-06-18 | Rollup merge of #142619 - klensy:or_fun_call, r=nnethercote | Jakub Beránek | -1/+1 |
| 2025-06-17 | Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk | bors | -5/+14 |
| 2025-06-17 | apply clippy::or_fun_call | klensy | -1/+1 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `?Sized` types | David Wood | -5/+14 |
| 2025-06-16 | Add documentation on top of `rustc_middle/src/query/mod.rs` | xizheyin | -4/+60 |
| 2025-06-12 | introduce new lint infra | Jana Dönszelmann | -0/+8 |
| 2025-06-11 | Rollup merge of #142306 - compiler-errors:nit-reveal-param-env-query, r=lcnr | Matthias Krüger | -1/+2 |
| 2025-06-10 | Dont unwrap and re-wrap typing envs | Michael Goulet | -1/+2 |
| 2025-06-10 | Remove check_mod_loops query and run the checks per-body instead | Oli Scherer | -5/+0 |
| 2025-06-06 | Auto merge of #141774 - oli-obk:naked-fn-queries, r=petrochenkov | bors | -4/+0 |
| 2025-06-03 | Run wfcheck in one big loop instead of per module | Oli Scherer | -2/+2 |
| 2025-06-01 | Optionally don't steal the THIR | Nadrieril | -1/+2 |
| 2025-05-30 | Change a per-module query to just run on the items it internally filters for | Oli Scherer | -4/+0 |
| 2025-05-27 | Refactor the two-phase check for impls and impl items | Mu001999 | -1/+1 |
| 2025-05-23 | Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors | bors | -0/+6 |
| 2025-05-22 | Review Comments | Boxy | -1/+0 |
| 2025-05-21 | Introduce `tcx.anon_const_kind` query | Boxy | -0/+7 |
| 2025-05-20 | Querify coroutine_hidden_types | Michael Goulet | -1/+12 |
| 2025-05-07 | Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errors | bors | -1/+1 |
| 2025-05-06 | Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-... | bors | -3/+3 |
| 2025-05-05 | Handle rustc_middle cases of rustc::potential_query_instability lint | ismailarilik | -3/+3 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -1/+1 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -0/+10 |
| 2025-05-02 | borrowck nested items in dead code | lcnr | -1/+1 |