| Age | Commit message (Expand) | Author | Lines |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -9/+25 |
| 2025-05-04 | Add comment on creation of lifetime inside opaque types | John Kåre Alsaker | -0/+4 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -9/+21 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -3/+5 |
| 2025-04-16 | Rename `LifetimeName` as `LifetimeKind`. | Nicholas Nethercote | -23/+23 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -1/+1 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -1/+1 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -9/+11 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -12/+12 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -12/+12 |
| 2025-04-08 | Auto merge of #139536 - matthiaskrgr:rollup-j6goald, r=matthiaskrgr | bors | -1/+1 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -1/+1 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -30/+28 |
| 2025-04-07 | Rollup merge of #139365 - Bryanskiy:leak-perf, r=lcnr | Stuart Cook | -27/+3 |
| 2025-04-04 | Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obk | bors | -234/+156 |
| 2025-04-04 | Default auto traits: fix perf | Bryanskiy | -27/+3 |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -9/+61 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -9/+61 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -163/+157 |
| 2025-04-03 | rm RpitConstraintChecker | lcnr | -72/+0 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -7/+6 |
| 2025-03-19 | merge opaque types of nested bodies | lcnr | -6/+0 |
| 2025-03-19 | remove unnecessary loop | lcnr | -7/+1 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -18/+19 |
| 2025-03-15 | Stop relying on rustc_type_ir in non-type-system crates | Michael Goulet | -2/+1 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -3/+2 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -2/+2 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -65/+15 |
| 2025-03-07 | Pass `Option<Symbol>` to `def_path_data`/`create_def` methods. | Nicholas Nethercote | -1/+2 |
| 2025-03-04 | Allow struct field default values to reference struct's generics | Michael Goulet | -0/+2 |
| 2025-03-01 | Rollup merge of #137837 - fee1-dead-contrib:push-pvqvwuvrnwsy, r=compiler-errors | Matthias Krüger | -7/+3 |
| 2025-03-01 | Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr | Matthias Krüger | -4/+1 |
| 2025-03-01 | Update `const_conditions` and `explicit_implied_const_bounds` docs | Deadbeef | -7/+3 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -4/+1 |
| 2025-02-26 | Handle asm const similar to inline const | Gary Guo | -44/+1 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -7/+8 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -5/+2 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -36/+4 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -5/+2 |
| 2025-02-22 | Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril | Matthias Krüger | -1/+1 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -1/+1 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -35/+3 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -4/+4 |
| 2025-02-22 | Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obk | Matthias Krüger | -21/+12 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -9/+8 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -5/+5 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -23/+21 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -8/+8 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -11/+11 |
| 2025-02-15 | HIR analysis: Remove unnecessary abstraction over list of clauses | León Orell Valerian Liehr | -23/+21 |