| Age | Commit message (Expand) | Author | Lines |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -2/+2 |
| 2022-11-04 | Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726 | Matthias Krüger | -0/+63 |
| 2022-11-03 | Elaborate supertrait obligations when deducing closure signature | Michael Goulet | -0/+29 |
| 2022-10-31 | Collect late-bound regions from all closure parents in `closure_mapping` | Michael Goulet | -0/+47 |
| 2022-10-31 | tests | Michael Goulet | -0/+16 |
| 2022-10-21 | add test for issue 97607 | Rageking8 | -0/+12 |
| 2022-10-19 | Generalize call suggestion for unsatisfied predicate | Michael Goulet | -0/+4 |
| 2022-10-10 | Rollup merge of #101360 - compiler-errors:multiple-closure-bounds, r=petroche... | Matthias Krüger | -0/+39 |
| 2022-10-10 | Point out incompatible closure bounds | Michael Goulet | -0/+39 |
| 2022-10-09 | Skip chained OpaqueCast when building captures. | Camille GILLOT | -0/+17 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -2/+0 |
| 2022-10-05 | add test for issue 82633 | Rageking8 | -0/+173 |
| 2022-10-04 | slightly improve no return for returning function error | Rageking8 | -3/+3 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -19/+19 |
| 2022-09-26 | Rollup merge of #101996 - b-naber:binder-print, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-09-26 | address review | b-naber | -1/+1 |
| 2022-09-26 | Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa | bors | -0/+5 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+5 |
| 2022-09-23 | Adapt test results | Florian Bartels | -2/+1 |
| 2022-09-23 | Restore ignore tag | Florian Bartels | -1/+0 |
| 2022-09-12 | Normalize closure signature after construction | Michael Goulet | -0/+36 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -1/+1 |
| 2022-09-08 | stop evaluating constants in `Relate` | lcnr | -12/+2 |
| 2022-09-06 | Rollup merge of #101357 - compiler-errors:variant-sugg-tweak, r=oli-obk | Guillaume Gomez | -5/+5 |
| 2022-09-04 | Rollup merge of #100647 - obeis:issue-99875, r=nagisa | Matthias Krüger | -1/+1 |
| 2022-09-03 | Include enum path in variant suggestion | Michael Goulet | -5/+5 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -10/+10 |
| 2022-08-29 | Make the trait bound is not satisfied specify kind | Obei Sideg | -1/+1 |
| 2022-08-23 | Use par_body_owners for liveness | Seo Sanghyeon | -8/+8 |
| 2022-08-21 | Targeted fixes addressing erroneous suggestions | Michael Goulet | -8/+0 |
| 2022-08-21 | Note closure kind mismatch cause | Michael Goulet | -3/+27 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -8/+24 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -2/+2 |
| 2022-08-14 | Rollup merge of #99582 - compiler-errors:issue-99566, r=cjgillot | Dylan DPC | -0/+28 |
| 2022-08-07 | Rollup merge of #100194 - est31:box_syntax_tests, r=Mark-Simulacrum | Matthias Krüger | -6/+4 |
| 2022-08-07 | Remove even more box syntax uses from src/test | est31 | -6/+4 |
| 2022-08-07 | Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnr | Matthias Krüger | -5/+0 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -6/+6 |
| 2022-08-04 | Don't point out return span on every E0308 | Michael Goulet | -5/+0 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -6/+6 |
| 2022-08-03 | add regression test for #90871 | Takayuki Maeda | -0/+28 |
| 2022-07-22 | Don't suggest unnameable generic arguments | León Orell Valerian Liehr | -0/+21 |
| 2022-07-22 | Delay a span bug if we see ty/const generic params during writeback | Michael Goulet | -0/+28 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -5/+5 |
| 2022-07-12 | add test for implicit stuff in signatures of closures with `for<>` | Maybe Waffle | -0/+134 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -3/+12 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -0/+71 |
| 2022-07-08 | Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank | bors | -52/+37 |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -17/+17 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -29/+41 |