| Age | Commit message (Expand) | Author | Lines |
| 2025-04-04 | Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obk | bors | -234/+156 |
| 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 |
| 2025-02-12 | Rollup merge of #136806 - adwinwhite:cycle-in-pretty-print-rpitit, r=compiler... | Jacob Pratt | -43/+45 |
| 2025-02-11 | reduce query calls in pretty printing when finding bounds of | Adwin White | -43/+45 |
| 2025-02-09 | Remove lifetime_capture_rules_2024 feature | Michael Goulet | -21/+12 |
| 2025-02-08 | Rustfmt | bjorn3 | -24/+29 |
| 2025-02-05 | Rollup merge of #136550 - compiler-errors:rpitit-empty-body, r=oli-obk | Jubilee | -0/+9 |
| 2025-02-04 | Fix rustc_hidden_type_of_opaques for RPITITs with no default body | Michael Goulet | -0/+9 |
| 2025-02-04 | Allow using named consts in pattern types | Oli Scherer | -0/+1 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -7/+18 |
| 2025-01-31 | Auto merge of #136331 - jhpratt:rollup-curo1f4, r=jhpratt | bors | -68/+26 |
| 2025-01-31 | Rollup merge of #136270 - nnethercote:rm-NamedVarMap, r=jackh726 | Jacob Pratt | -68/+26 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -2/+2 |
| 2025-01-30 | Rework rustc_dump_vtable | Michael Goulet | -1/+81 |
| 2025-01-30 | Remove `NamedVarMap`. | Nicholas Nethercote | -68/+26 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -6/+5 |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -2/+2 |