| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-06-17 | Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwco | bors | -40/+40 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -34/+0 |
| 2021-06-09 | Handle C-variadic arguments properly when reporting region errors | Fabian Wolff | -40/+40 |
| 2021-06-05 | Fix handling of unmatched angle brackets in parser | Fabian Wolff | -0/+73 |
| 2021-06-04 | Remove incorrect assertion in type parsing code | Fabian Wolff | -0/+62 |
| 2021-05-30 | Don't drop `PResult` without handling the error | LeSeulArtichaut | -0/+34 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -28/+28 |
| 2021-05-11 | Recover from invalid `struct` item syntax | Esteban Küber | -0/+162 |
| 2021-05-11 | Updates to tests. | Felix S. Klock II | -10/+2 |
| 2021-05-09 | remove const_fn feature gate | Ralf Jung | -21/+20 |
| 2021-05-07 | Rollup merge of #84896 - estebank:issue-84772, r=jackh726 | Dylan DPC | -0/+94 |
| 2021-05-06 | E0583: Include secondary path in error message | Deadbeef | -3/+3 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -77/+139 |
| 2021-05-03 | Handle incorrect placement of parentheses in trait bounds more gracefully | Esteban Küber | -0/+94 |
| 2021-05-03 | parser: Remove support for inner attributes on non-block expressions | Vadim Petrochenkov | -1/+73 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -26/+4 |
| 2021-04-18 | Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+25 |
| 2021-04-17 | Move some tests to more reasonable directories - 6 | Caio | -0/+25 |
| 2021-04-16 | Fix tests | Ryan Levick | -77/+139 |
| 2021-04-13 | Rollup merge of #84140 - b-naber:parser_past_eof, r=varkor | Dylan DPC | -0/+58 |