| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -7197/+0 |
| 2023-01-09 | docs/test: add error-docs and UI test for `E0711` | Ezra Shaw | -0/+33 |
| 2023-01-08 | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | -0/+34 |
| 2023-01-08 | doc/test: add UI test and reword docs for `E0013` and `E0015` | Ezra Shaw | -0/+34 |
| 2023-01-07 | Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwco | Matthias Krüger | -0/+6 |
| 2023-01-03 | Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser | Michael Goulet | -2/+2 |
| 2023-01-01 | Verbose suggestions | Esteban Küber | -2/+5 |
| 2023-01-01 | reduce spans for `unsafe impl` errors | Lukas Markeffsky | -2/+2 |
| 2022-12-31 | Auto merge of #106282 - Ezrashaw:merge-e0465, r=estebank | bors | -8/+9 |
| 2022-12-31 | Auto merge of #106245 - estebank:mutability-suggestions, r=jyn514 | bors | -2/+5 |
| 2022-12-31 | refactor: merge `E0465` into `E0464` | Ezra Shaw | -8/+9 |
| 2022-12-28 | Use verbose suggestions for mutability errors | Esteban Küber | -2/+5 |
| 2022-12-29 | docs/test: add UI test and long-form error docs for `E0519` | Ezra Shaw | -0/+17 |
| 2022-12-27 | Silence knock-down errors on `[type error]` bindings | Esteban Küber | -74/+17 |
| 2022-12-23 | docs/test: add UI test and long-form error docs for E0462 | Ezra Shaw | -0/+28 |
| 2022-12-20 | docs/test: add UI test and long-form error docs for `E0377` | Ezra Shaw | -0/+23 |
| 2022-12-18 | Rollup merge of #105842 - compiler-errors:arg-name-sugg, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2022-12-18 | higher-ranked lifetime message | Michael Goulet | -0/+6 |
| 2022-12-17 | print argument name in arg mismatch if possible | Michael Goulet | -2/+2 |
| 2022-12-14 | drive-by: Fix path spans | Michael Goulet | -4/+4 |
| 2022-12-14 | Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2022-12-13 | Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebank | Matthias Krüger | -22/+10 |
| 2022-12-13 | Remove unnecessary code and account for turbofish suggestion | Esteban Küber | -1/+1 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -2/+2 |
| 2022-12-13 | Change pattern borrowing suggestions to be verbose | Esteban Küber | -3/+15 |
| 2022-12-13 | Avoid rendering empty annotations | Oli Scherer | -4/+12 |
| 2022-12-13 | Don't emit empty notes | Oli Scherer | -6/+0 |
| 2022-12-13 | Clarify what "this" means | Oli Scherer | -1/+1 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -21/+7 |
| 2022-11-28 | Further tweak the type shortening logic | Esteban Küber | -1/+1 |
| 2022-11-28 | Detect long types in E0308 and write them to disk | Esteban Küber | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -1/+1 |
| 2022-11-18 | On E0275 do not print out the full type in the msg | Esteban Küber | -1/+1 |
| 2022-11-18 | On overflow errors, do not print out long types | Esteban Küber | -3/+5 |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -6/+6 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -5/+29 |
| 2022-11-06 | Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726 | bors | -3/+9 |
| 2022-11-05 | Auto merge of #102458 - JohnTitor:stabilize-instruction-set, r=oli-obk | bors | -13/+5 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -3/+9 |
| 2022-11-05 | Rollup merge of #103994 - clubby789:break-unlabeled, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -2/+2 |
| 2022-11-02 | Remove has_errors from FnCtxt | Michael Goulet | -5/+19 |
| 2022-11-01 | Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwco | Dylan DPC | -3/+3 |
| 2022-10-31 | Use AdtDef to check enum. | Camille GILLOT | -3/+3 |
| 2022-10-30 | Rollup merge of #97971 - Soveu:varargs, r=jackh726 | Michael Howell | -2/+2 |
| 2022-10-23 | Cleanup message and bless tests | Jack Huey | -1/+1 |
| 2022-10-23 | Enable varargs support for calling conventions other than C or cdecl | Soveu | -2/+2 |
| 2022-10-20 | Add fix suggestions for E0199, E0200, and E0569 | Nicolas Barrios | -0/+12 |
| 2022-10-13 | Report duplicate definition in impls with overlap check. | Camille GILLOT | -5/+6 |
| 2022-10-11 | Report duplicate definitions in trait impls during resolution. | Camille GILLOT | -12/+18 |