| Age | Commit message (Expand) | Author | Lines |
| 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-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-08-29 | Rollup merge of #101146 - jackh726:borrowck-logging, r=compiler-errors | Matthias Krüger | -67/+29 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Various changes to logging of borrowck-related code | Jack Huey | -67/+29 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -10/+10 |
| 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 | -10/+10 |
| 2022-08-26 | diag-mig | AndyJado | -76/+169 |
| 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 | Rollup merge of #100901 - TaKO8Ki:make-some-methods-private, r=sanxiyn | Matthias Krüger | -1/+2 |
| 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 | get rid of `RefCell` in `TransitiveRelation` | SparrowLii | -21/+22 |
| 2022-08-22 | make some methods private | Takayuki Maeda | -1/+2 |
| 2022-08-21 | Rollup merge of #100761 - lcnr:mir-typeck-cleanup, r=compiler-errors | Matthias Krüger | -90/+58 |
| 2022-08-21 | Replace #[lint/warning/error] with #[diag] | Xiretza | -4/+4 |
| 2022-08-20 | Rollup merge of #100186 - compiler-errors:or-as_mut, r=fee1-dead | Matthias Krüger | -8/+6 |
| 2022-08-19 | move `type_check_internal` into `type_check` | lcnr | -85/+52 |
| 2022-08-19 | small mir typeck cleanup | lcnr | -5/+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-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-10 | Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed | Michael Goulet | -8/+3 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -24/+39 |
| 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-04 | Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgr | bors | -0/+45 |
| 2022-08-03 | fix trailing whitespace in error message | klensy | -1/+1 |
| 2022-08-03 | cosmetic changes | Ali MJ Al-Nasrawy | -5/+11 |
| 2022-08-02 | Add bound_predicates_of and bound_explicit_predicates_of | Jack Huey | -16/+16 |
| 2022-08-02 | NLL: relate closure to parent fn | Ali MJ Al-Nasrawy | -0/+39 |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -32/+100 |
| 2022-07-31 | Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillot | Dylan DPC | -44/+36 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -44/+36 |
| 2022-07-29 | Change enclosing_body_owner to return LocalDefId | Miguel Guarniz | -2/+1 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -2/+1 |
| 2022-07-29 | Auto merge of #99667 - ouz-a:some_branch, r=oli-obk | bors | -1/+1 |
| 2022-07-27 | Auto merge of #99725 - lcnr:dedup-region_bound_pairs, r=compiler-errors | bors | -15/+16 |
| 2022-07-27 | Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov | Guillaume Gomez | -2/+1 |
| 2022-07-27 | Rollup merge of #99079 - compiler-errors:issue-99073, r=oli-obk | Yuki Okushi | -21/+0 |
| 2022-07-26 | Replace LifetimeRes::Anonymous by LifetimeRes::Infer. | Camille GILLOT | -1/+1 |
| 2022-07-26 | Remove the distinction between LifetimeName::Implicit and LifetimeName::Under... | Camille GILLOT | -1/+0 |
| 2022-07-26 | Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-dead | Dylan DPC | -7/+16 |