| Age | Commit message (Expand) | Author | Lines |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -27/+21 |
| 2022-10-27 | (almost) Always use ObligationCtxt when dealing with canonical queries | Michael Goulet | -23/+18 |
| 2022-10-22 | Don't ICE on regions from anonymous_lifetime_in_impl_trait | Michael Goulet | -8/+92 |
| 2022-10-20 | Add context to compiler error message | b4den | -1/+1 |
| 2022-10-20 | Auto merge of #103290 - matthiaskrgr:rollup-ngozai3, r=matthiaskrgr | bors | -2/+9 |
| 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 | -21/+27 |
| 2022-10-16 | Auto merge of #102080 - yanchen4791:issue-99824-fix, r=cjgillot | bors | -133/+23 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -100/+67 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -2/+2 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -34/+31 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -1/+1 |
| 2022-10-02 | Remove 'E0312' from 'compile_fail,E0312' statement temporarily | reez12g | -1/+1 |
| 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/diagnostics/reg... | reez12g | -1/+1 |
| 2022-09-28 | Fix missing explanation of where borrowed reference is used when the borrow o... | Yan Chen | -133/+23 |
| 2022-09-26 | Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa | bors | -0/+70 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+70 |
| 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 | -5/+7 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -1/+6 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-17 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -6/+14 |
| 2022-09-16 | Final bits | Jack Huey | -1/+4 |
| 2022-09-16 | Add ExtraConstraintInfo | Jack Huey | -8/+18 |
| 2022-09-16 | Add outlives_constraint to BlameConstraint | Jack Huey | -6/+7 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -26/+12 |
| 2022-09-16 | Revert "Use Predicate ConstraintCategory when normalizing" | Jack Huey | -14/+6 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -1/+6 |
| 2022-09-13 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -6/+14 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -12/+26 |
| 2022-09-13 | Remove unused body args | Jack Huey | -9/+6 |
| 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-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -5/+1 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -1/+1 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -5/+1 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -1/+1 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -12/+7 |
| 2022-09-05 | use `propagate_through_exprs` instead of `propagate_through_expr` | Takayuki Maeda | -2/+0 |
| 2022-09-05 | Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkov | bors | -4/+5 |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -1/+2 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -12/+8 |
| 2022-09-05 | Look at move place's type when suggesting mutable reborrow | Michael Goulet | -6/+6 |
| 2022-09-05 | Don't suggest reborrow if usage is inside a closure | Michael Goulet | -1/+2 |
| 2022-09-05 | Make `hir::PathSegment::hir_id` non-optional. | Nicholas Nethercote | -4/+5 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -1/+1 |
| 2022-09-01 | Rollup merge of #101285 - TaKO8Ki:do-not-suggest-adding-move-when-closure-is-... | Matthias Krüger | -3/+11 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+0 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -5/+5 |