| Age | Commit message (Expand) | Author | Lines |
| 2022-10-20 | Auto merge of #103220 - compiler-errors:deny-infers, r=lcnr | bors | -53/+52 |
| 2022-10-20 | Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726 | bors | -1/+1 |
| 2022-10-19 | Erase regions before checking for default in uninitialized binding error | Michael Goulet | -2/+9 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -53/+52 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -24/+2 |
| 2022-10-16 | Auto merge of #102080 - yanchen4791:issue-99824-fix, r=cjgillot | bors | -134/+45 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-14 | Require lifetime bounds for opaque types in order to allow hidden types to ca... | Oli Scherer | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-13 | Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors | bors | -257/+7 |
| 2022-10-12 | Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk | Dylan DPC | -0/+9 |
| 2022-10-08 | Rollup merge of #99818 - aliemjay:fix-closure-normalize, r=jackh726 | Michael Howell | -58/+15 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -10/+89 |
| 2022-10-08 | don't ICE when normalizing closure input tys | Ali MJ Al-Nasrawy | -58/+15 |
| 2022-10-07 | Remap hidden types from typeck before storing them in the TypeckResult | Oli Scherer | -1/+1 |
| 2022-10-07 | Move ReverseMapper logic onto OpaqueHiddenType | Oli Scherer | -233/+7 |
| 2022-10-07 | Remove some dead code | Oli Scherer | -25/+1 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -174/+133 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -43/+43 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -36/+34 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -10/+89 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -4/+3 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -1/+1 |
| 2022-10-02 | Remove 'E0312' from 'compile_fail,E0312' statement temporarily | reez12g | -3/+3 |
| 2022-09-29 | Generate synthetic impl region even in closure body in associated fn | Michael Goulet | -5/+3 |
| 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-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 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 |