| Age | Commit message (Expand) | Author | Lines |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -3/+2 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -14/+13 |
| 2025-01-27 | Rollup merge of #136114 - compiler-errors:more-idents, r=jieyouxu | Guillaume Gomez | -34/+33 |
| 2025-01-27 | Remove redundant to_ident_string calls | Michael Goulet | -1/+1 |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -33/+32 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -2/+6 |
| 2025-01-25 | Rollup merge of #135951 - yotamofek:use-debug-helpers, r=SparrowLii | Jacob Pratt | -32/+31 |
| 2025-01-25 | Rollup merge of #135971 - compiler-errors:self-projection, r=fmease | Matthias Krüger | -8/+8 |
| 2025-01-24 | use `fmt::from_fn` in more places, instead of using structs that impl formatt... | Yotam Ofek | -32/+31 |
| 2025-01-24 | Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e... | bors | -103/+107 |
| 2025-01-24 | Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi... | Matthias Krüger | -6/+14 |
| 2025-01-24 | Properly report error when object type param default references self | Michael Goulet | -8/+8 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -22/+22 |
| 2025-01-23 | Semantic changes from new hir representation | Boxy | -39/+28 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -57/+64 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -7/+15 |
| 2025-01-22 | Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnr | Matthias Krüger | -5/+5 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -1/+1 |
| 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 |
| 2025-01-22 | Rename `structurally_normalize` to `structurally_normalize_ty` | Boxy | -5/+5 |
| 2025-01-21 | Rollup merge of #135706 - compiler-errors:elaborate, r=lcnr | Matthias Krüger | -1/+2 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -139/+1 |
| 2025-01-21 | Move supertrait_def_ids into the elaborate module like all other fns | Michael Goulet | -1/+2 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -139/+1 |
| 2025-01-21 | Auto merge of #133830 - compiler-errors:span-key, r=lcnr | bors | -138/+115 |
| 2025-01-17 | remove unnecessary assertion for reference error | yukang | -1/+0 |
| 2025-01-16 | Auto merge of #134504 - oli-obk:push-rltsvnyttwll, r=compiler-errors | bors | -1/+1 |
| 2025-01-15 | Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl... | bors | -6/+11 |
| 2025-01-14 | Rollup merge of #135228 - compiler-errors:normalizes-ur-dispatch, r=BoxyUwU | Jubilee | -9/+35 |
| 2025-01-15 | Rework trait expansion to happen once explicitly | Michael Goulet | -138/+115 |
| 2025-01-14 | Normalize field before checking PhantomData in coerce/dispatch impl validation | Michael Goulet | -3/+20 |
| 2025-01-14 | Auto merge of #135278 - tgross35:ignore-std-dep-crates, r=SparrowLii | bors | -1/+1 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -6/+11 |
| 2025-01-14 | Add `tcx.visible_traits()` and use it for producing diagnostics | Trevor Gross | -1/+1 |
| 2025-01-13 | rm unnecessary `OpaqueTypeDecl` wrapper | lcnr | -3/+3 |
| 2025-01-12 | Rollup merge of #135378 - compiler-errors:unnecessary-stashing, r=chenyukang | Matthias Krüger | -16/+9 |
| 2025-01-12 | Rollup merge of #135374 - compiler-errors:typo-trait-method, r=fee1-dead | Matthias Krüger | -2/+49 |
| 2025-01-11 | Remove a bunch of diagnostic stashing that doesn't do anything | Michael Goulet | -16/+9 |
| 2025-01-11 | Suggest typos when trait path expression is typod | Michael Goulet | -2/+49 |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -2/+2 |
| 2025-01-10 | Rollup merge of #135321 - matthiaskrgr:out_of_into, r=lqd | Jacob Pratt | -1/+1 |
| 2025-01-10 | remove more redundant into() conversions | Matthias Krüger | -1/+1 |
| 2025-01-09 | Rename RegionResolutionVisitor to ScopeResolutionVisitor | Michael Goulet | -12/+12 |
| 2025-01-09 | Make sure to walk into nested const blocks in RegionResolutionVisitor | Michael Goulet | -4/+8 |
| 2025-01-09 | Rollup merge of #135195 - oli-obk:push-toyoyrupruko, r=lcnr | Matthias Krüger | -27/+7 |
| 2025-01-09 | Use trait definition cycle detection for trait alias definitions, too | Oli Scherer | -1/+1 |
| 2025-01-09 | Use option combinators instead of manual if/return | Oli Scherer | -10/+3 |
| 2025-01-09 | Remove the now-useless `Result` from `lit_to_const` | Oli Scherer | -6/+3 |
| 2025-01-09 | Always take the `Ok` path in `lit_to_const` and produce error constants instead | Oli Scherer | -12/+5 |