| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -52/+37 |
| 2022-07-01 | Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkov | bors | -2/+2 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -2/+2 |
| 2022-07-01 | Auto merge of #98402 - cjgillot:undead, r=michaelwoerister | bors | -2/+2 |
| 2022-06-23 | Rollup merge of #98259 - jyn514:improve-obligation-errors, r=estebank | Michael Goulet | -2/+14 |
| 2022-06-22 | Uniform spans in dead code lint. | Camille GILLOT | -2/+2 |
| 2022-06-19 | Greatly improve error reporting for futures and generators in `note_obligatio... | Joshua Nelson | -2/+14 |
| 2022-06-19 | collapse dead code warnings into a single diagnostic | Takayuki Maeda | -17/+15 |
| 2022-06-17 | Auto merge of #97892 - klensy:fix-spaces, r=oli-obk | bors | -3/+3 |
| 2022-06-16 | --bless ui | Maybe Waffle | -12/+9 |
| 2022-06-16 | fix one more case of trailing space | klensy | -3/+3 |
| 2022-06-11 | Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov | bors | -0/+18 |
| 2022-06-10 | Bless tests. | Camille GILLOT | -0/+18 |
| 2022-06-07 | Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-aman | Dylan DPC | -0/+27 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -105/+9 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -1/+6 |
| 2022-05-24 | Suggest adding a semicolon to a closure without block | Chayim Refael Friedman | -0/+27 |
| 2022-05-23 | Fix precise field capture of univariant enums | Tomasz Miąsko | -0/+27 |
| 2022-05-22 | Use revisions for NLL in closures | Jack Huey | -18/+36 |
| 2022-05-08 | Move some tests to more reasonable places | Caio | -0/+37 |
| 2022-05-08 | Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebank | bors | -11/+20 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -11/+20 |
| 2022-05-05 | Put the 2229 migration errors in alphabetical order | Scott McMurray | -3/+3 |
| 2022-04-26 | Revert "add `DefId` to unsafety violations and display function path in E0133" | Oli Scherer | -1/+1 |
| 2022-04-24 | only show a simple description in E0133 span label | Emil Gardström | -2/+2 |
| 2022-04-24 | add `DefId` to unsafety violations and display function path in E0133 | Emil Gardström | -4/+4 |
| 2022-04-16 | Auto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r=Dylan-DPC | bors | -11/+22 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -5/+25 |