| Age | Commit message (Expand) | Author | Lines |
| 2022-09-29 | Mark ignore on error code docs in compiler/rustc_borrowck/src/region_infer/m... | reez12g | -2/+2 |
| 2022-09-29 | Mark ignore on error code docs in compiler/rustc_borrowck/src/diagnostics/reg... | reez12g | -1/+1 |
| 2022-09-28 | Fix missing explanation of where borrowed reference is used when the borrow o... | Yan Chen | -134/+45 |
| 2022-09-26 | Auto merge of #102051 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -1/+0 |
| 2022-09-26 | Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa | bors | -0/+70 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+70 |
| 2022-09-25 | Auto merge of #95474 - oli-obk:tait_ub, r=jackh726 | bors | -0/+5 |
| 2022-09-25 | Rollup merge of #101431 - compiler-errors:move-place-ty-for-move-place-sugg, ... | fee1-dead | -6/+6 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -6/+8 |
| 2022-09-23 | use correct location for type tests in promoted consts | b-naber | -0/+9 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -0/+6 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -6/+6 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -8/+8 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -8/+8 |
| 2022-09-21 | Neither require nor imply lifetime bounds on opaque type for well formedness | Oli Scherer | -0/+5 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -2/+38 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -2/+2 |
| 2022-09-19 | Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors | bors | -41/+120 |
| 2022-09-17 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -14/+37 |
| 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 | -8/+36 |
| 2022-09-16 | Final bits | Jack Huey | -5/+22 |
| 2022-09-16 | Add ExtraConstraintInfo | Jack Huey | -17/+31 |
| 2022-09-16 | Add outlives_constraint to BlameConstraint | Jack Huey | -6/+9 |
| 2022-09-16 | Pass ConstraintCategory thorough a few more places | Jack Huey | -6/+16 |
| 2022-09-16 | Make QueryOutlivesConstraint contain a ConstraintCategory | Jack Huey | -6/+18 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -90/+34 |
| 2022-09-16 | Revert "Use Predicate ConstraintCategory when normalizing" | Jack Huey | -37/+14 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -2/+38 |
| 2022-09-16 | remap ParamEnv with obligation | Deadbeef | -1/+0 |
| 2022-09-16 | unconditionally remap to nonconst in borrowck | Deadbeef | -18/+6 |
| 2022-09-16 | do const trait method bounds check later in rustc_const_eval | Deadbeef | -0/+19 |
| 2022-09-15 | nits | b-naber | -5/+6 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -2/+33 |
| 2022-09-14 | address review again | b-naber | -24/+21 |
| 2022-09-13 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -14/+37 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -34/+90 |
| 2022-09-13 | Cleanup retrieve_closure_constraint_info | Jack Huey | -42/+30 |
| 2022-09-13 | Remove unused body args | Jack Huey | -31/+10 |
| 2022-09-13 | Use def_span for external requirements. | Camille GILLOT | -2/+3 |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -3/+4 |
| 2022-09-13 | Only keep one version of ImplicitSelfKind. | Camille GILLOT | -6/+3 |
| 2022-09-13 | address review | b-naber | -1/+1 |
| 2022-09-13 | remove visit_const from mir visitors | b-naber | -4/+0 |
| 2022-09-13 | renumber regions in mir constants correctly | b-naber | -2/+32 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -2/+6 |
| 2022-09-12 | Rename some variants | Michael Goulet | -5/+3 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -2/+35 |