| Age | Commit message (Expand) | Author | Lines |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -12/+8 |
| 2022-09-19 | Auto merge of #101629 - compiler-errors:issue-101623, r=sanxiyn | bors | -3/+4 |
| 2022-09-19 | Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors | bors | -6/+8 |
| 2022-09-18 | make projection bounds with const bounds satisfy const | Deadbeef | -13/+16 |
| 2022-09-17 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -1/+2 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -15/+9 |
| 2022-09-16 | Final bits | Jack Huey | -4/+4 |
| 2022-09-16 | Add AscribeUserTypeProvePredicate | Jack Huey | -1/+2 |
| 2022-09-16 | Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakis | bors | -8/+6 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -6/+5 |
| 2022-09-16 | Revert "Use Predicate ConstraintCategory when normalizing" | Jack Huey | -2/+1 |
| 2022-09-16 | Auto merge of #101860 - oli-obk:information_throwing, r=compiler-errors | bors | -20/+16 |
| 2022-09-16 | Normalize param_env for trait assoc consts in typeck | Deadbeef | -1/+1 |
| 2022-09-16 | Do not require const predicates to hold when checking if a projection type is wf | Deadbeef | -1/+2 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-15 | Don't throw away information just to recompute it again | Oli Scherer | -20/+16 |
| 2022-09-15 | Normalize struct types in confirm_builtin_unsize_candidate | Michael Goulet | -3/+19 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -12/+15 |
| 2022-09-13 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -1/+2 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -5/+6 |
| 2022-09-13 | Address code review comments | Eric Holk | -7/+5 |
| 2022-09-13 | rebase | b-naber | -1/+1 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -14/+8 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -2/+0 |
| 2022-09-12 | Make x.py check work | Eric Holk | -1/+1 |
| 2022-09-12 | Rename some variants | Michael Goulet | -6/+3 |
| 2022-09-12 | Typecheck dyn* coercions | Eric Holk | -2/+4 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -11/+17 |
| 2022-09-12 | Rollup merge of #101723 - lukas-code:await-diag, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2022-09-12 | Impove diagnostic for .await-ing non-futures | Lukas Markeffsky | -2/+2 |
| 2022-09-12 | Rollup merge of #101681 - compiler-errors:rpitit-obj-safety, r=lcnr | Dylan DPC | -0/+26 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -5/+56 |
| 2022-09-12 | fn pointers don't implement Fn/FnMut/FnOnce traits if its return type is unsized | Michael Goulet | -1/+30 |
| 2022-09-11 | Deny RPITIT for object safety | Michael Goulet | -0/+26 |
| 2022-09-11 | minor fixups as per PR feedback | Andrew Cann | -29/+15 |
| 2022-09-11 | Apply formatting fixes | Andrew Cann | -8/+17 |
| 2022-09-11 | fix GeneratorWitness: Clone check | Andrew Cann | -9/+14 |
| 2022-09-11 | loosen restriction on when GeneratorWitness: Clone | Andrew Cann | -17/+13 |
| 2022-09-11 | add generator_clone feature gate | Andrew Cann | -24/+32 |
| 2022-09-11 | implement Copy/Clone for generators | Andrew Cann | -2/+34 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -0/+4 |
| 2022-09-09 | Be careful about expr_ty_adjusted when noting block tail type | Michael Goulet | -3/+4 |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -2/+2 |
| 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 | Create VarValue::Empty | Jack Huey | -0/+4 |