| Age | Commit message (Expand) | Author | Lines |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -2/+0 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -2/+4 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -1/+1 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -7/+6 |
| 2022-09-09 | Address nits | Michael Goulet | -3/+3 |
| 2022-09-09 | Implement projection for ImplTraitPlaceholder | Michael Goulet | -0/+117 |
| 2022-09-09 | Lower RPITIT to ImplTraitPlaceholder item | Michael Goulet | -0/+5 |
| 2022-09-08 | don't evaluate with escaping bound vars | lcnr | -4/+44 |
| 2022-09-08 | stop evaluating constants in `Relate` | lcnr | -1/+1 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -1/+1 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -4/+4 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -2/+0 |
| 2022-08-26 | Don't catch overflow when running with cargo doc | ouz-a | -1/+4 |
| 2022-08-19 | Catch overflow early | ouz-a | -0/+12 |
| 2022-08-18 | Auto merge of #99860 - oli-obk:revert_97346, r=pnkfelix | bors | -4/+14 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -0/+9 |
| 2022-08-07 | Built-in implementation of Tuple trait | Michael Goulet | -2/+4 |
| 2022-08-03 | Add bound_impl_subject and bound_return_ty | Jack Huey | -6/+6 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -4/+1 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -2/+6 |
| 2022-08-01 | fmt... | Ellen | -4/+1 |
| 2022-08-01 | make `PlaceholderConst` not store the type of the const | Ellen | -1/+1 |
| 2022-07-28 | Revert "Rollup merge of #97346 - JohnTitor:remove-back-compat-hacks, r=oli-obk" | Oli Scherer | -4/+14 |
| 2022-07-14 | eagerly check for bound vars of predicates | lcnr | -0/+4 |
| 2022-07-14 | remove `ct.has_vars_bound_at_or_above` calls | lcnr | -2/+1 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -2/+2 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -1/+2 |
| 2022-06-27 | Remove a back-compat hack on lazy TAIT | Yuki Okushi | -17/+4 |
| 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 |