| Age | Commit message (Expand) | Author | Lines |
| 2025-07-05 | Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkin | bors | -7/+1 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -3/+5 |
| 2025-07-04 | Nits | Michael Goulet | -3/+1 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -5/+1 |
| 2025-07-03 | compiler: document all provide fn in hir_analysis and hir_typeck | Jubilee Young | -0/+1 |
| 2025-07-01 | Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors | bors | -148/+2 |
| 2025-06-30 | Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC... | Guillaume Gomez | -11/+1 |
| 2025-06-30 | Merge `lower_trait_item` and `lower_impl_item` into `check_item_type` | Oli Scherer | -47/+0 |
| 2025-06-30 | Merge `lower_item` into `check_item_type` | Oli Scherer | -101/+2 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -186/+63 |
| 2025-06-23 | Port `#[rustc_skip_during_method_dispatch]` to the new attribute system | Pavel Grigorenko | -16/+6 |
| 2025-06-17 | Dont replace escaping bound vars in item sigs | Boxy | -43/+33 |
| 2025-06-17 | Test whether we use DeepRejectCtxt | Boxy | -4/+8 |
| 2025-06-17 | Don't build `ParamEnv` and do trait solving in `ItemCtxt`s | Boxy | -3/+67 |
| 2025-06-12 | Remove lower_arg_ty as all callers were passing `None` | Oli Scherer | -1/+1 |
| 2025-06-05 | Remove CollectItemTypesVisitor | Oli Scherer | -34/+5 |
| 2025-06-05 | wfcheck closures | Oli Scherer | -11/+0 |
| 2025-06-05 | Move generic arg checks from the hir item types visitor to ty wfcheck | Oli Scherer | -23/+0 |
| 2025-06-05 | Move opaque type checks from the hir item types visitor onto the wfcheck of t... | Oli Scherer | -17/+0 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -11/+11 |
| 2025-05-27 | Use more detailed spans in dyn compat errors within bodies | Oli Scherer | -2/+6 |
| 2025-05-23 | Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors | bors | -0/+25 |
| 2025-05-22 | Review Comments | Boxy | -3/+3 |
| 2025-05-21 | Introduce `tcx.anon_const_kind` query | Boxy | -0/+25 |
| 2025-05-06 | Name methods pertaining to HIR ty lowering of paths more appropriately | León Orell Valerian Liehr | -1/+1 |
| 2025-05-06 | Eliminate unnecessary parameter | León Orell Valerian Liehr | -3/+1 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -3/+3 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -2/+2 |
| 2025-04-09 | Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr | bors | -1/+3 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -1/+1 |
| 2025-04-07 | Restrict some queries by def-kind more | Michael Goulet | -1/+3 |
| 2025-04-06 | remove compiler support for `extern "rust-intrinsic"` blocks | Skgland | -7/+1 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -0/+1 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -17/+17 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -2/+1 |
| 2025-03-13 | Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo... | Matthias Krüger | -3/+8 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -5/+4 |
| 2025-03-10 | make precise capturing args in rustdoc Json typed | morine0122 | -3/+8 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -14/+14 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -1/+4 |
| 2025-02-26 | Rollup merge of #137529 - klensy:unused3, r=lcnr | León Orell Valerian Liehr | -1/+0 |
| 2025-02-25 | remove unused field from VariantDef::new and convert debug to instrument | klensy | -1/+0 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -2/+2 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -3/+2 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -3/+2 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+1 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -2/+2 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -2/+2 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -5/+5 |