| Age | Commit message (Expand) | Author | Lines |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -0/+59 |
| 2021-10-14 | Add regression test for ice 89574 | Gary Guo | -4/+37 |
| 2021-09-16 | regression test for issue #88583. | Felix S. Klock II | -0/+15 |
| 2021-09-03 | Auto merge of #88386 - estebank:unmatched-delims, r=jackh726 | bors | -56/+56 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -31/+31 |
| 2021-08-30 | Fix tests | Cameron Steffen | -31/+31 |
| 2021-08-28 | fix(rustc_parse): incorrect span information for macro path expr | Michael Howell | -0/+27 |
| 2021-08-28 | fix(rustc_parse): incorrect span information for macro block expr | Michael Howell | -0/+35 |
| 2021-08-27 | Point at unclosed delimiters as part of the primary MultiSpan | Esteban Kuber | -56/+56 |
| 2021-08-27 | Fix more tests | Deadbeef | -9/+9 |
| 2021-08-18 | Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichaut | bors | -59/+0 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -16/+16 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -225/+227 |
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -16/+16 |
| 2021-08-08 | Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisa | bors | -0/+132 |
| 2021-08-04 | Auto merge of #86197 - FabianWolff:trailing-whitespace, r=JohnTitor | bors | -1/+1 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -1/+1 |
| 2021-08-04 | Auto merge of #87026 - FabianWolff:issue-86948, r=estebank | bors | -17/+67 |
| 2021-08-03 | Use a multipart suggestion for the parentheses | Fabian Wolff | -3/+5 |
| 2021-08-03 | Rollup merge of #87646 - JohnTitor:fix-parser-ice, r=oli-obk | Yuki Okushi | -0/+28 |
| 2021-08-02 | Rollup merge of #87659 - FabianWolff:issue-87397, r=davidtwco | Cameron Steffen | -8/+12 |
| 2021-08-02 | Better message for invalid keyword placement in fn | Alexis Bourget | -0/+132 |
| 2021-07-31 | Require parentheses to avoid confusions around labeled break and loop express... | Fabian Wolff | -17/+65 |
| 2021-07-31 | Fix invalid suggestions for non-ASCII characters in byte constants | Fabian Wolff | -8/+12 |
| 2021-07-31 | Fix a parser ICE on invalid `fn` body | Yuki Okushi | -0/+28 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -14/+29 |
| 2021-07-28 | Stabilize `arbitrary_enum_discriminant` | Deadbeef | -59/+0 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -3/+16 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -3/+16 |
| 2021-07-26 | Rollup merge of #87436 - ebobrow:suggest-semicolon, r=oli-obk | Guillaume Gomez | -7/+61 |
| 2021-07-25 | Add generic arg infer | kadmin | -2/+2 |
| 2021-07-24 | fix code to suggest `;` on parse error | Elliot Bobrow | -7/+61 |
| 2021-07-19 | Auto merge of #87225 - estebank:cleanup, r=oli-obk | bors | -1/+5 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -1/+5 |
| 2021-07-18 | Auto merge of #87071 - inquisitivecrystal:inclusive-range, r=estebank | bors | -0/+20 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -0/+9 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -0/+9 |
| 2021-07-16 | Make GATs no longer incomplete | Jack Huey | -21/+11 |
| 2021-07-14 | Suggest a path separator if a stray colon is found in a match arm | Fabian Wolff | -0/+134 |
| 2021-07-11 | Add diagnostics test for mistyped inclusive ranges | inquisitivecrystal | -0/+20 |
| 2021-07-08 | Rollup merge of #86932 - rylev:fix-ice-86895, r=estebank | Yuki Okushi | -0/+11 |
| 2021-07-07 | Fix ICE when misplaced visibility cannot be properly parsed | Ryan Levick | -0/+11 |
| 2021-07-02 | Recover from `&dyn mut ...` parse errors | Fabian Wolff | -0/+24 |
| 2021-06-30 | Move some UI tests to more suitable subdirs | Yuki Okushi | -0/+193 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -1/+1 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -32/+32 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -32/+32 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-22 | Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r... | bors | -10/+2 |
| 2021-06-20 | Update rustfix for compiletest. | Eric Huss | -9/+11 |