| Age | Commit message (Expand) | Author | Lines |
| 2025-03-27 | Rollup merge of #138672 - Zoxc:deferred-queries-in-deadlock-handler, r=oli-obk | Stuart Cook | -2/+4 |
| 2025-03-26 | Add `TyCtx::env_var_os` | Mads Marquart | -0/+35 |
| 2025-03-26 | Avoiding calling queries when collecting active queries | John Kåre Alsaker | -2/+4 |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -1/+1 |
| 2025-03-19 | Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obk | bors | -31/+15 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -1/+1 |
| 2025-03-15 | Move codec module back into middle | Michael Goulet | -4/+2 |
| 2025-03-14 | Rename `QuerySideEffects` to `QuerySideEffect` | John Kåre Alsaker | -15/+15 |
| 2025-03-14 | Represent diagnostic side effects as dep nodes | John Kåre Alsaker | -18/+2 |
| 2025-03-13 | Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo... | Matthias Krüger | -2/+2 |
| 2025-03-12 | Rename `hir_attrs` query as `hir_attr_map`. | Nicholas Nethercote | -1/+1 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+2 |
| 2025-03-10 | make precise capturing args in rustdoc Json typed | morine0122 | -2/+2 |
| 2025-03-09 | Auto merge of #137695 - nnethercote:always-inline-query_get_at, r=saethlin | bors | -1/+1 |
| 2025-03-09 | Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obk | Matthias Krüger | -8/+8 |
| 2025-03-09 | Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile... | Matthias Krüger | -3/+3 |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -6/+0 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -3/+3 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -0/+5 |
| 2025-03-07 | depend more on attr_data_structures and move find_attr! there | Jana Dönszelmann | -8/+8 |
| 2025-03-06 | Account for UseCloned on expr_use_visitor | Santiago Pastorino | -0/+5 |
| 2025-03-04 | Only use implied bounds hack if bevy, and use deeply normalize in implied bou... | Michael Goulet | -11/+10 |
| 2025-03-01 | Update `const_conditions` and `explicit_implied_const_bounds` docs | Deadbeef | -0/+14 |
| 2025-02-28 | Rollup merge of #137780 - samueltardieu:push-kxorztnkqnsz, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-28 | Fix typo in query expansion documentation | Samuel Tardieu | -1/+1 |
| 2025-02-27 | Fix method name in `TyCtxt::hir_crate()` documentation | Samuel Tardieu | -3/+3 |
| 2025-02-27 | Always inline `query_get_at`. | Nicholas Nethercote | -1/+1 |
| 2025-02-20 | Turn order dependent trait objects future incompat warning into a hard error | Oli Scherer | -6/+0 |
| 2025-02-19 | Auto merge of #136539 - matthewjasper:late-normalize-errors, r=compiler-errors | bors | -1/+1 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -2/+2 |
| 2025-02-17 | Clean up dropck code a bit | Matthew Jasper | -1/+1 |
| 2025-02-14 | Fix early lint check desc in query | yukang | -1/+1 |
| 2025-02-11 | Simplify intra-crate qualifiers. | Nicholas Nethercote | -9/+10 |
| 2025-02-10 | Rollup merge of #136201 - davidv1992:eliminate-field-offset-alt, r=Mark-Simul... | Jubilee | -3/+4 |
| 2025-02-10 | Rollup merge of #136053 - Zalathar:defer-counters, r=saethlin | Jubilee | -3/+10 |
| 2025-02-08 | Rustfmt | bjorn3 | -9/+12 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -10/+10 |
| 2025-02-06 | coverage: Defer part of counter-creation until codegen | Zalathar | -3/+10 |
| 2025-02-05 | Removed dependency on the field-offset crate. | David Venhoek | -3/+4 |
| 2025-02-03 | Notes on types/traits used for in-memory query caching | Zalathar | -0/+6 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -10/+10 |
| 2025-02-01 | Mark the tcx-ensure wrapper types with `#[must_use]` | Zalathar | -0/+2 |
| 2025-02-01 | Rename `ensure_forwards_result_if_red` to `return_result_from_ensure_ok` | Zalathar | -12/+18 |
| 2025-02-01 | Rename `tcx.ensure_with_value()` to `tcx.ensure_done()` | Zalathar | -8/+20 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -13/+34 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -4/+4 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -4/+4 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -4/+4 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -3/+3 |
| 2025-01-27 | Change `collect_and_partition_mono_items` tuple return type to a struct | Oli Scherer | -3/+4 |