| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Rollup merge of #138042 - xizheyin:issue-135759, r=nnethercote | Matthias Krüger | -2/+61 |
| 2025-03-06 | Rollup merge of #137565 - compiler-errors:macro-ex, r=estebank | Michael Goulet | -0/+3 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -78/+12 |
| 2025-03-06 | Avoid having to handle an `Option` in the type system | Oli Scherer | -11/+78 |
| 2025-03-06 | Prefer a two value enum over bool | Oli Scherer | -5/+0 |
| 2025-03-05 | Suggest struct or union to add generic that impls trait | xizheyin | -2/+61 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -81/+288 |
| 2025-03-04 | Also note struct access, and fix macro expansion from foreign crates | Michael Goulet | -1/+1 |
| 2025-03-03 | Fix associated type errors too | Michael Goulet | -0/+3 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -13/+56 |
| 2025-02-26 | Rollup merge of #137631 - TaKO8Ki:issue-137508, r=compiler-errors | León Orell Valerian Liehr | -1/+5 |
| 2025-02-26 | fix #137508 | Takayuki Maeda | -1/+5 |
| 2025-02-22 | Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril | Matthias Krüger | -4/+3 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -4/+3 |
| 2025-02-22 | Rollup merge of #136458 - compiler-errors:fix-3, r=lcnr | Matthias Krüger | -28/+99 |
| 2025-02-21 | Do not deduplicate list of associated types provided by dyn principal | Michael Goulet | -28/+99 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -13/+9 |
| 2025-02-18 | Rollup merge of #137206 - estebank:e0599-structured, r=jieyouxu | Matthias Krüger | -9/+8 |
| 2025-02-18 | Make E0599 a structured error | Esteban Küber | -9/+8 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -6/+6 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -81/+92 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -4/+4 |
| 2025-02-15 | HIR analysis: Remove unnecessary abstraction over list of clauses | León Orell Valerian Liehr | -81/+92 |
| 2025-02-13 | Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk | bors | -1/+1 |
| 2025-02-12 | Rollup merge of #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errors | Jacob Pratt | -2/+2 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -1/+1 |
| 2025-02-12 | Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obk | Guillaume Gomez | -6/+4 |
| 2025-02-12 | Rollup merge of #134981 - estebank:issue-93993, r=BoxyUwU | Guillaume Gomez | -19/+40 |
| 2025-02-12 | Rollup merge of #136891 - compiler-errors:unconstrained-anon-lt, r=lqd | Matthias Krüger | -21/+23 |
| 2025-02-11 | compiler: replace ExternAbi::name calls with formatters | Jubilee Young | -6/+4 |
| 2025-02-11 | Remove some the spans pointing at the enum in the path and its generic args | Esteban Küber | -8/+5 |
| 2025-02-11 | Explain that in paths generics can't be set on both the enum and the variant | Esteban Küber | -19/+43 |
| 2025-02-11 | Check sig for errors before checking for unconstrained anonymous lifetime | Michael Goulet | -21/+23 |
| 2025-02-11 | Lower fn items as ZST valtrees and delay a bug | Michael Goulet | -5/+9 |
| 2025-02-11 | Reject `impl Trait` bounds in various places where we unconditionally warned ... | Oli Scherer | -2/+2 |
| 2025-02-08 | Rustfmt | bjorn3 | -15/+19 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -60/+5 |
| 2025-02-02 | Maintain a list of types permitted per pattern | Oli Scherer | -1/+14 |
| 2025-01-31 | Make comma separated lists of anything easier to make for errors | Esteban Küber | -36/+10 |
| 2025-01-31 | Remove an unused arg from the trait method `provided_kind`. | Nicholas Nethercote | -3/+1 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -2/+2 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -2/+6 |
| 2025-01-25 | Rollup merge of #135971 - compiler-errors:self-projection, r=fmease | Matthias Krüger | -7/+1 |
| 2025-01-24 | Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e... | bors | -24/+36 |
| 2025-01-24 | Properly report error when object type param default references self | Michael Goulet | -7/+1 |
| 2025-01-23 | Semantic changes from new hir representation | Boxy | -11/+15 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -9/+11 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -4/+10 |
| 2025-01-22 | Also check for associated fns on primitives in E0223 similar-path check. | Zachary S | -3/+9 |
| 2025-01-22 | For E0223, suggest associated functions that are similar to the path, even if... | Zachary S | -4/+6 |