| Age | Commit message (Expand) | Author | Lines |
| 2022-10-04 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -6/+14 |
| 2022-10-04 | Final bits | Jack Huey | -1/+4 |
| 2022-10-04 | Add ExtraConstraintInfo | Jack Huey | -8/+18 |
| 2022-10-04 | 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-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 | 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 |
| 2022-09-01 | do not suggest adding `move` to closure when `move` is already used | Takayuki Maeda | -3/+11 |
| 2022-08-29 | Rollup merge of #101146 - jackh726:borrowck-logging, r=compiler-errors | Matthias Krüger | -33/+9 |
| 2022-08-29 | Various changes to logging of borrowck-related code | Jack Huey | -33/+9 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -4/+4 |
| 2022-08-28 | Rollup merge of #101002 - estebank:hashmap-idx, r=davidtwco | Matthias Krüger | -3/+113 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -4/+4 |
| 2022-08-26 | diag-mig | AndyJado | -52/+41 |
| 2022-08-25 | Provide structured suggestion for `hashmap[idx] = val` | Esteban Küber | -3/+113 |
| 2022-08-24 | Rollup merge of #100940 - TaKO8Ki:do-not-suggest-adding-bound-to-opaque-type,... | Matthias Krüger | -0/+3 |
| 2022-08-24 | Rollup merge of #100906 - ChayimFriedman2:map-index-mut, r=davidtwco | Matthias Krüger | -2/+17 |
| 2022-08-24 | do not suggest adding a bound to a opaque type | Takayuki Maeda | -1/+5 |
| 2022-08-23 | Suggest alternatives when trying to mutate a `HashMap`/`BTreeMap` via indexing | Chayim Refael Friedman | -2/+17 |
| 2022-08-22 | make some methods private | Takayuki Maeda | -1/+2 |
| 2022-08-20 | Rollup merge of #100186 - compiler-errors:or-as_mut, r=fee1-dead | Matthias Krüger | -8/+6 |
| 2022-08-16 | Make as_ref suggestion a note | Michael Goulet | -8/+6 |
| 2022-08-15 | Fix #95079 by adding help and suggestion for missing move in nested closure | Yan Chen | -0/+37 |
| 2022-08-14 | Suggest as_ref or as_mut | Michael Goulet | -1/+1 |
| 2022-08-14 | TypeError can be Copy | Michael Goulet | -3/+1 |
| 2022-08-10 | Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed | Michael Goulet | -8/+3 |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -16/+16 |
| 2022-08-04 | Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro... | Matthias Krüger | -1/+1 |
| 2022-08-04 | Enable unused_parens for match arms | wcampbell | -1/+1 |
| 2022-08-03 | fix trailing whitespace in error message | klensy | -1/+1 |
| 2022-08-02 | Add bound_predicates_of and bound_explicit_predicates_of | Jack Huey | -16/+16 |