| Age | Commit message (Expand) | Author | Lines |
| 2019-08-24 | parser: `let` stmts & `for` exprs: allow or-patterns. | Mazdak Farrokhzad | -32/+33 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -12/+14 |
| 2019-08-12 | Update tests for excess semicolon lint | Nathan | -0/+10 |
| 2019-08-09 | review comments: typo and rewording | Esteban Küber | -2/+2 |
| 2019-08-09 | review comment: review wording or missing return error | Esteban Küber | -2/+2 |
| 2019-08-09 | Tweak wording of fn without explicit return | Esteban Küber | -2/+2 |
| 2019-08-09 | Change wording for function without return value | Esteban Küber | -2/+2 |
| 2019-08-05 | remove special code path for unknown tokens | Aleksey Kladov | -1/+24 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -22/+16 |
| 2019-08-02 | Rollup merge of #63202 - exphp-forks:parser-ice-63135, r=estebank | Mazdak Farrokhzad | -0/+47 |
| 2019-08-02 | Update syntax in existing tests | varkor | -22/+16 |
| 2019-08-01 | Fix ICE in #63135 | Michael Lamparski | -0/+47 |
| 2019-08-01 | Rollup merge of #63122 - Centril:fix-63115, r=petrochenkov | Pietro Albini | -1/+126 |
| 2019-07-30 | Rollup merge of #62928 - Centril:recover-parens-around-for-head, r=estebank | Mazdak Farrokhzad | -0/+42 |
| 2019-07-30 | Account for maybe_whole_expr in range patterns. | Mazdak Farrokhzad | -1/+126 |
| 2019-07-28 | Rollup merge of #62995 - estebank:issue-62973, r=varkor | Mazdak Farrokhzad | -0/+69 |
| 2019-07-28 | Recover 'for ( $pat in $expr ) $block'. | Mazdak Farrokhzad | -0/+42 |
| 2019-07-28 | Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov | Mazdak Farrokhzad | -58/+833 |
| 2019-07-28 | And --bless tests accordingly for those exceptions. | Mazdak Farrokhzad | -476/+167 |
| 2019-07-28 | Address comments re. off-topic errors. | Mazdak Farrokhzad | -44/+48 |
| 2019-07-28 | --bless tests after rebase. | Mazdak Farrokhzad | -5/+5 |
| 2019-07-28 | Win some lose some; Unfortunately we lost recovery in one case. | Mazdak Farrokhzad | -20/+4 |
| 2019-07-28 | (pat, ..,) is now syntactically legal. | Mazdak Farrokhzad | -9/+2 |
| 2019-07-28 | Account for better recovery in two cases. | Mazdak Farrokhzad | -2/+43 |
| 2019-07-28 | --bless tests due to new subslice syntax. | Mazdak Farrokhzad | -10/+49 |
| 2019-07-28 | Use new 'p @ ..' syntax in tests. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-28 | Test parsing and recovery of all sorts of range patterns. | Mazdak Farrokhzad | -0/+949 |
| 2019-07-28 | And also --bless those recovery tests. | Mazdak Farrokhzad | -7/+71 |
| 2019-07-28 | Update tests wrt. recovery of range patterns. | Mazdak Farrokhzad | -2/+12 |
| 2019-07-27 | Fix ui/parser/attr test | Evgenii P | -2/+2 |
| 2019-07-27 | Fix failing UI tests | Evgenii P | -3/+8 |
| 2019-07-27 | Make more informative error on outer attr after inner | Evgenii P | -2/+5 |
| 2019-07-26 | ignore-tidy-trailing-newlines | Esteban Küber | -1/+1 |
| 2019-07-26 | Rollup merge of #62963 - estebank:homoglyph-recovery, r=petrochenkov | Mazdak Farrokhzad | -0/+26 |
| 2019-07-25 | Avoid ICE when suggestion span is at Eof | Esteban Küber | -0/+69 |
| 2019-07-25 | Rollup merge of #62887 - estebank:issue-62881, r=petrochenkov | Mazdak Farrokhzad | -0/+95 |
| 2019-07-24 | Allow lexer to recover from some homoglyphs | Esteban Küber | -0/+26 |
| 2019-07-24 | Rollup merge of #62917 - estebank:trailing-slash, r=matklad | Mazdak Farrokhzad | -0/+19 |
| 2019-07-23 | Always emit trailing slash error | Esteban Küber | -0/+19 |
| 2019-07-23 | review comments | Esteban Küber | -0/+95 |
| 2019-07-23 | Rollup merge of #62791 - estebank:type-ascription, r=petrochenkov | Mark Rousskov | -13/+10 |
| 2019-07-22 | fix lexing of comments with many \r | Aleksey Kladov | -0/+30 |
| 2019-07-20 | Introduce rustc_lexer | Aleksey Kladov | -7/+7 |
| 2019-07-19 | Handle more cases of typos misinterpreted as type ascription | Esteban Küber | -13/+10 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -1/+1 |
| 2019-07-16 | Rollup merge of #62703 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -1/+1 |
| 2019-07-15 | Rollup merge of #62668 - goodmanjonathan:fix-62660, r=estebank | Mark Rousskov | -0/+19 |
| 2019-07-16 | normalize use of backticks in compiler messages for libsyntax/parse | Samy Kacimi | -1/+1 |
| 2019-07-14 | Auto merge of #62643 - estebank:parse-recovery-type-errs, r=petrochenkov | bors | -26/+33 |
| 2019-07-13 | Don't drop DiagnosticBuilder if parsing fails | Jonathan Goodman | -0/+19 |