| Age | Commit message (Expand) | Author | Lines |
| 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/+6 |
| 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/+6 |
| 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/+1 |
| 2025-06-10 | Dont unwrap and re-wrap typing envs | Michael Goulet | -1/+1 |
| 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/+5 |
| 2025-05-22 | Review Comments | Boxy | -1/+0 |
| 2025-05-21 | Introduce `tcx.anon_const_kind` query | Boxy | -0/+6 |
| 2025-05-20 | Querify coroutine_hidden_types | Michael Goulet | -0/+6 |
| 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 | -1/+1 |
| 2025-05-05 | Handle rustc_middle cases of rustc::potential_query_instability lint | ismailarilik | -1/+1 |
| 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 |
| 2025-04-29 | Rename `rustc_query_append!` to `rustc_with_all_queries!` | Zalathar | -1/+1 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -3/+3 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -1/+17 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -3/+3 |
| 2025-04-23 | More | Michael Goulet | -1/+1 |
| 2025-04-22 | Properly drain pending obligations for coroutines | Michael Goulet | -0/+9 |
| 2025-04-14 | Documentation fixes. | Nicholas Nethercote | -8/+8 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2025-04-10 | Rollup merge of #139502 - yaahc:still-mutable-ice, r=bjorn3 | Matthias Krüger | -0/+5 |
| 2025-04-10 | Address review comments. | Nicholas Nethercote | -1/+1 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -2/+2 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -0/+7 |
| 2025-04-08 | fix "still mutable" ice while metrics are enabled | Jane Losare-Lusby | -0/+5 |
| 2025-04-08 | Auto merge of #138499 - lcnr:borrowck-typeck_root, r=oli-obk | bors | -4/+3 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -4/+3 |
| 2025-04-07 | Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkov | bors | -1/+1 |
| 2025-04-04 | Do not visit whole crate to compute `lints_that_dont_need_to_run`. | Camille GILLOT | -1/+1 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -0/+8 |
| 2025-04-03 | Auto merge of #139234 - compiler-errors:query-tweak, r=oli-obk | bors | -6/+3 |
| 2025-04-02 | ensure_ok().query doesn't need cache_on_disk | Michael Goulet | -2/+0 |
| 2025-04-02 | Use return_result_from_ensure_ok a bit more | Michael Goulet | -2/+3 |
| 2025-04-02 | cache_on_disk_if false is a noop | Michael Goulet | -2/+0 |
| 2025-04-01 | Decouple trait impls of different traits wrt incremental | Oli Scherer | -0/+5 |
| 2025-03-27 | Rollup merge of #138672 - Zoxc:deferred-queries-in-deadlock-handler, r=oli-obk | Stuart Cook | -1/+3 |
| 2025-03-26 | Add `TyCtx::env_var_os` | Mads Marquart | -0/+16 |
| 2025-03-26 | Avoiding calling queries when collecting active queries | John Kåre Alsaker | -1/+3 |