| Age | Commit message (Expand) | Author | Lines |
| 2022-08-15 | Fix #95079 by adding help and suggestion for missing move in nested closure | Yan Chen | -0/+37 |
| 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 |
| 2022-07-26 | Revert "Do not allow typeck children items to constrain outer RPITs" | Michael Goulet | -29/+0 |
| 2022-07-26 | Revert "use opaque_ty_origin_unchecked instead of destructuring HIR" | Michael Goulet | -4/+12 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -7/+16 |
| 2022-07-25 | use `FxIndexSet` for `region_bound_pairs` | lcnr | -15/+16 |
| 2022-07-25 | avoid `&str`/`Symbol` to `String` conversions | Takayuki Maeda | -5/+3 |
| 2022-07-24 | optimize un_derefer | ouz-a | -1/+1 |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -1/+1 |
| 2022-07-20 | Auto merge of #99506 - Dylan-DPC:rollup-q3msucx, r=Dylan-DPC | bors | -56/+86 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -1/+1 |
| 2022-07-20 | Rollup merge of #99383 - ouz-a:issue_57961, r=oli-obk | Dylan DPC | -56/+65 |
| 2022-07-20 | use def_id | ouz-a | -1/+1 |
| 2022-07-20 | take opaq types | ouz-a | -56/+65 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -38/+2 |
| 2022-07-19 | use opaque_ty_origin_unchecked instead of destructuring HIR | Michael Goulet | -12/+4 |
| 2022-07-19 | Do not allow typeck children items to constrain outer RPITs | Michael Goulet | -0/+29 |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -11/+11 |
| 2022-07-18 | Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiser | bors | -4/+4 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-16 | Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil... | Matthias Krüger | -20/+15 |
| 2022-07-16 | Rollup merge of #99258 - estebank:suggest-let, r=wesleywiser | Matthias Krüger | -2/+65 |
| 2022-07-16 | Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank | Matthias Krüger | -2/+38 |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -20/+15 |
| 2022-07-15 | Fix rebase | Esteban Küber | -5/+3 |
| 2022-07-15 | Avoid incorrect suggestion | Esteban Küber | -3/+37 |
| 2022-07-15 | Provide structured suggestion for dropped temp value | Esteban Küber | -1/+32 |