| Age | Commit message (Expand) | Author | Lines |
| 2019-12-21 | parse_generic_bounds: account for negative lifetime bounds | Mazdak Farrokhzad | -25/+63 |
| 2019-12-21 | Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakis | Mazdak Farrokhzad | -1/+8 |
| 2019-12-21 | Update tests for GATs | Matthew Jasper | -1/+8 |
| 2019-12-20 | tweak var/auto/mut recovery | Mazdak Farrokhzad | -24/+32 |
| 2019-12-20 | ast_stmt_expr_attr -> pretty & ui tests | Mazdak Farrokhzad | -0/+517 |
| 2019-12-20 | recover `#[attr] if expr {}` | Mazdak Farrokhzad | -0/+44 |
| 2019-12-20 | recover on 'mut', 'var', 'auto' | Mazdak Farrokhzad | -0/+80 |
| 2019-12-20 | recover on 'do catch { .. }' | Mazdak Farrokhzad | -5/+19 |
| 2019-12-20 | add recovery to parse_labeled_expr | Mazdak Farrokhzad | -0/+22 |
| 2019-12-20 | Add a UI test for correct parsing | A C | -0/+32 |
| 2019-12-20 | Rollup merge of #67131 - Centril:item-merge, r=petrochenkov | Mazdak Farrokhzad | -35/+594 |
| 2019-12-13 | parser: recover on `&'lifetime mut $pat`. | Mazdak Farrokhzad | -2/+38 |
| 2019-12-12 | De-fatalize `...` parsing. | Mazdak Farrokhzad | -0/+33 |
| 2019-12-12 | More c-variadic errors as semantic restrictions. | Mazdak Farrokhzad | -36/+282 |
| 2019-12-12 | Move `allow_c_varadic` logic to `ast_validation`. | Mazdak Farrokhzad | -28/+89 |
| 2019-12-12 | Unify assoc item visitors more. | Mazdak Farrokhzad | -6/+8 |
| 2019-12-12 | Unify associated item parsing. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-12 | Unify `{Trait,Impl}ItemKind::TyAlias` structures. | Mazdak Farrokhzad | -0/+106 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Method`. | Mazdak Farrokhzad | -1/+28 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Const`. | Mazdak Farrokhzad | -0/+23 |
| 2019-12-12 | Alias `TraitItem` & `ImplItem`. | Mazdak Farrokhzad | -6/+67 |
| 2019-12-03 | Accurately portray raw identifiers in error messages | Esteban Küber | -4/+4 |
| 2019-12-02 | syntax: Introduce a struct `MacArgs` for macro arguments | Vadim Petrochenkov | -3/+3 |
| 2019-11-27 | Rollup merge of #66718 - VirrageS:use_comma, r=Centril | Tyler Mandry | -17/+40 |
| 2019-11-26 | Refactor 'parse_enum_item' to use 'parse_delim_comma_seq' | Janusz Marcinkiewicz | -17/+40 |
| 2019-11-24 | Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertj | bors | -20/+0 |
| 2019-11-23 | Rework raw ident suggestions | Esteban Küber | -20/+0 |
| 2019-11-23 | Rollup merge of #66539 - estebank:let-ty, r=Centril | Mazdak Farrokhzad | -7/+21 |
| 2019-11-22 | Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov | Mazdak Farrokhzad | -25/+91 |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -7/+21 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -29/+29 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -118/+10 |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -30/+30 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -16/+16 |
| 2019-11-16 | Add test for issue 63116 | Alex Macleod | -0/+27 |
| 2019-11-15 | Rollup merge of #66407 - JohnTitor:add-ice-tests, r=Centril | Mazdak Farrokhzad | -0/+20 |
| 2019-11-15 | Apply suggestion from Centril | Yuki Okushi | -1/+1 |
| 2019-11-15 | Add test for issue-58094 | Yuki Okushi | -0/+20 |
| 2019-11-15 | add a unit test for #62524 | Guanqun Lu | -0/+38 |
| 2019-11-14 | Rollup merge of #66361 - Centril:66357, r=pnkfelix | Yuki Okushi | -0/+30 |
| 2019-11-14 | Rollup merge of #66351 - JohnTitor:tweak-range-err-msg, r=Centril | Yuki Okushi | -48/+24 |
| 2019-11-13 | parser: don't use `unreachable!()` in `fn unexpected`. | Mazdak Farrokhzad | -0/+30 |
| 2019-11-13 | Tweak non-char/numeric in range pattern diagnostic | Yuki Okushi | -48/+24 |
| 2019-11-11 | fix an ICE in macro's diagnostic message | Guanqun Lu | -3/+37 |
| 2019-11-11 | syntactically allow visibility on trait item & enum variant | Mazdak Farrokhzad | -25/+91 |
| 2019-11-08 | Rollup merge of #66007 - estebank:remove-here, r=Centril | Mazdak Farrokhzad | -87/+87 |
| 2019-11-07 | Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkov | Mazdak Farrokhzad | -0/+14 |
| 2019-11-07 | test that extern lits accept raw strings annd escapes | Mazdak Farrokhzad | -0/+26 |
| 2019-11-07 | test that parser is oblivious to set of ABIs | Mazdak Farrokhzad | -0/+17 |
| 2019-11-07 | parser: allow ABIs from literal macro fragments | Mazdak Farrokhzad | -4/+30 |