| Age | Commit message (Expand) | Author | Lines |
| 2022-06-21 | Point at return expression for RPIT-related error | Michael Goulet | -0/+2 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -0/+3 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -6/+6 |
| 2022-06-10 | bound_vars -> infer: don't return lt map | lcnr | -1/+1 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -7/+6 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -2/+2 |
| 2022-05-31 | Fix comment in poly_project_and_unify_type | Michael Goulet | -14/+14 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+1 |
| 2022-05-14 | Add bound_explicit_item_bounds and bound_item_bounds | Jack Huey | -4/+2 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -2/+2 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -5/+7 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -7/+7 |
| 2022-04-26 | add hacky closure to struct_tail_with_normalize in order to allow us to walk ... | b-naber | -12/+16 |
| 2022-04-14 | Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix | bors | -1/+11 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -2/+2 |
| 2022-03-31 | Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors | Dylan DPC | -20/+56 |
| 2022-03-30 | Add the generic_associated_types_extended feature | Jack Huey | -20/+56 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -2/+2 |
| 2022-03-28 | Also use the RPIT back compat hack in trait projection | Oli Scherer | -4/+15 |
| 2022-03-25 | when checking pointee metadata, canonicalize the Sized query | Michael Goulet | -1/+11 |
| 2022-03-25 | Fix ice when error reporting recursion errors | lightning1141 | -1/+4 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -2/+2 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -1/+1 |
| 2022-03-14 | Rollup merge of #93977 - compiler-errors:sized-generic-metadata, r=wesleywiser | Matthias Krüger | -5/+30 |
| 2022-03-07 | Try to normalize associated types before processing obligations | Jack Huey | -10/+80 |
| 2022-03-03 | opaque types may also be sized | Michael Goulet | -4/+12 |
| 2022-03-03 | type parameters have unit metadata if they are sized | Michael Goulet | -5/+22 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+3 |
| 2022-02-27 | Auto merge of #94144 - est31:let_else_trait_selection, r=cjgillot | bors | -3/+2 |
| 2022-02-19 | rustc_trait_selection: adopt let else in more places | est31 | -3/+2 |
| 2022-02-18 | Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakis | Matthias Krüger | -30/+28 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -14/+16 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -1/+1 |
| 2022-02-14 | use an enum in matches_projection_projection | Michael Goulet | -3/+4 |
| 2022-02-10 | only mark projection as ambiguous if GAT substs are constrained | Michael Goulet | -30/+27 |
| 2022-02-07 | Change inference var check to be in project_type | Jack Huey | -0/+10 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-02-01 | Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk | bors | -105/+105 |
| 2022-02-01 | Fix w/ comments | kadmin | -54/+27 |
| 2022-01-31 | Add ValuePairs::Terms & Fix compile error | kadmin | -19/+20 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-28 | Remove generalization over projection | kadmin | -309/+76 |
| 2022-01-27 | Continue work on assoc const eq | kadmin | -108/+367 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -2/+2 |
| 2022-01-17 | Update with final comments | kadmin | -1/+1 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -1/+1 |
| 2022-01-17 | Update term for use in more places | kadmin | -5/+6 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -6/+6 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -4/+5 |