| Age | Commit message (Expand) | Author | Lines |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -8/+11 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -6/+6 |
| 2022-09-22 | Auto merge of #102139 - Dylan-DPC:rollup-ljlipt8, r=Dylan-DPC | bors | -18/+21 |
| 2022-09-22 | Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr | Dylan DPC | -18/+21 |
| 2022-09-22 | Auto merge of #100980 - compiler-errors:normalize-opaque-w-bound-vars, r=lcnr | bors | -2/+2 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -5/+8 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -2/+3 |
| 2022-09-22 | Normalize opaques with escaping bound vars | Michael Goulet | -2/+2 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -7/+7 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -9/+9 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | Auto merge of #100096 - compiler-errors:fn-return-must-be-sized, r=jackh726 | bors | -1/+30 |
| 2022-09-20 | Auto merge of #101989 - fee1-dead-contrib:const_trait_impl-assoc-caller-bound... | bors | -13/+16 |
| 2022-09-19 | Make cycle errors recoverable | Joshua Nelson | -4/+18 |
| 2022-09-19 | Make `OUT` an associated type instead of a generic parameter | Joshua Nelson | -0/+1 |
| 2022-09-19 | slightly cleanup building SelectionContext | Joshua Nelson | -14/+2 |
| 2022-09-19 | Auto merge of #101901 - lcnr:early-binder-type-foldable, r=compiler-errors | bors | -12/+8 |
| 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 |