| Age | Commit message (Expand) | Author | Lines |
| 2022-09-22 | Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr | Dylan DPC | -0/+3 |
| 2022-09-22 | Auto merge of #100980 - compiler-errors:normalize-opaque-w-bound-vars, r=lcnr | bors | -0/+37 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -14/+9 |
| 2022-09-22 | Const unification is already infallible, remove the error handling logic | Oli Scherer | -26/+11 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -0/+8 |
| 2022-09-22 | Comment, and bail early if bound vars list differs | Michael Goulet | -11/+11 |
| 2022-09-22 | Optimize subtyping and equation of GeneratorWitness | Michael Goulet | -0/+37 |
| 2022-09-21 | Auto merge of #101558 - JhonnyBillM:session-diagnostic-to-diagnostic-handler-... | bors | -23/+23 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -21/+21 |
| 2022-09-21 | UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | Improve diagnostic for adding more bounds to opaque types | Oli Scherer | -1/+9 |
| 2022-09-21 | Try out a perf optimization | Oli Scherer | -0/+5 |
| 2022-09-21 | Inline substitution logic into `declared_region_bounds` | Oli Scherer | -29/+11 |
| 2022-09-21 | Also collect bounds from the ParamEnv for opaque types | Oli Scherer | -46/+32 |
| 2022-09-21 | Neither require nor imply lifetime bounds on opaque type for well formedness | Oli Scherer | -4/+82 |
| 2022-09-21 | Generalize projection_must_outlive | Oli Scherer | -14/+29 |
| 2022-09-21 | Generalize a helper to be useful for types other than projections | Oli Scherer | -7/+7 |
| 2022-09-21 | Inline a trivial function | Oli Scherer | -25/+13 |
| 2022-09-21 | Some tracing instrumentation cleanups | Oli Scherer | -3/+2 |
| 2022-09-21 | Split match out into a helper function | Oli Scherer | -25/+34 |
| 2022-09-20 | Skip Equate relation in handle_opaque_type | Michael Goulet | -10/+3 |
| 2022-09-20 | Better binder treatment | Michael Goulet | -1/+1 |
| 2022-09-19 | Make cycle errors recoverable | Joshua Nelson | -0/+3 |
| 2022-09-19 | Incorporate feedback | mejrs | -79/+36 |
| 2022-09-19 | improve infer var handling for implied bounds | lcnr | -0/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -5/+5 |
| 2022-09-19 | Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors | bors | -36/+111 |
| 2022-09-18 | Print out the proper crate path | mejrs | -6/+2 |
| 2022-09-18 | Address feedback | mejrs | -31/+142 |
| 2022-09-18 | Note if mismatched types have a similar name | mejrs | -4/+48 |
| 2022-09-17 | Auto merge of #101857 - lcnr:make-dyn-again, r=jackh726 | bors | -6/+7 |
| 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 | -10/+10 |
| 2022-09-16 | Final bits | Jack Huey | -8/+8 |
| 2022-09-16 | Add AscribeUserTypeProvePredicate | Jack Huey | -1/+40 |
| 2022-09-16 | Add to_constraint_category to ObligationCause and SubregionOrigin | Jack Huey | -6/+16 |
| 2022-09-16 | Pass ConstraintCategory thorough a few more places | Jack Huey | -7/+20 |
| 2022-09-16 | Make QueryOutlivesConstraint contain a ConstraintCategory | Jack Huey | -26/+39 |
| 2022-09-16 | Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakis | bors | -115/+36 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -115/+36 |
| 2022-09-16 | remap ParamEnv with obligation | Deadbeef | -0/+8 |
| 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 | -6/+6 |
| 2022-09-15 | change `FnMutDelegate` to trait objects | lcnr | -6/+7 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -1/+1 |
| 2022-09-14 | Rollup merge of #101433 - jackh726:better-static-placeholder-error, r=compile... | Dylan DPC | -36/+115 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -1/+1 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -36/+115 |