| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-01-24 | coverage: Make query `coverage_ids_info` return an Option | Zalathar | -1/+3 |
| 2025-01-23 | Allow `arena_cache` queries to return `Option<&'tcx T>` | Zalathar | -9/+64 |
| 2025-01-18 | Fix comment | Michael Goulet | -2/+1 |
| 2025-01-14 | Auto merge of #135278 - tgross35:ignore-std-dep-crates, r=SparrowLii | bors | -0/+2 |
| 2025-01-14 | Add `tcx.visible_traits()` and use it for producing diagnostics | Trevor Gross | -0/+2 |
| 2025-01-13 | remove code duplication when hashing query result and interning node | Martin Zacho | -1/+0 |
| 2025-01-13 | Auto merge of #135167 - mzacho:depth-limit-const-eval-query, r=oli-obk | bors | -0/+1 |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -2/+2 |
| 2025-01-09 | Remove the now-useless `Result` from `lit_to_const` | Oli Scherer | -11/+2 |
| 2025-01-06 | depth limit eval_to_const_value_raw | Martin Zacho | -0/+1 |
| 2025-01-05 | Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubilee | bors | -1/+1 |
| 2025-01-04 | Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obk | bors | -0/+5 |
| 2025-01-03 | Do not project when there are unconstrained impl params | Michael Goulet | -0/+5 |
| 2025-01-02 | Remove diagnostic_only_typeck and fix placeholder suggestion for const/static | Michael Goulet | -3/+0 |
| 2024-12-31 | clean up target feature system; most of the toggleability is now handled by t... | Ralf Jung | -1/+1 |
| 2024-12-27 | Spruce up the docs of several queries related to the type/trait system and co... | León Orell Valerian Liehr | -94/+217 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -9/+7 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -8/+8 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -2/+2 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -1/+1 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -1/+1 |
| 2024-12-14 | Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obk | Matthias Krüger | -5/+6 |
| 2024-12-13 | Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr | bors | -4/+4 |
| 2024-12-13 | Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubilee | bors | -1/+1 |
| 2024-12-13 | Rename ty_def_id so people will stop using it by accident | Michael Goulet | -5/+6 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -1/+2 |
| 2024-12-12 | Remove 'tcx lifetime from QuerySystemFns | bjorn3 | -4/+4 |