| Age | Commit message (Expand) | Author | Lines |
| 2019-12-07 | Fix tests | Mark Rousskov | -1/+2 |
| 2019-12-06 | parser: don't use `unreachable!()` in `fn unexpected`. | Mazdak Farrokhzad | -0/+29 |
| 2019-11-04 | Auto merge of #65838 - estebank:resilient-recovery, r=Centril | bors | -33/+132 |
| 2019-11-02 | Auto merge of #66004 - eddyb:revert-early-gate, r=petrochenkov | bors | -5/+16 |
| 2019-10-31 | Revert "pre-expansion gate exclusive_range_pattern" | Eduard-Mihai Burtescu | -5/+16 |
| 2019-10-31 | Update ui tests | Guillaume Gomez | -2/+4 |
| 2019-10-30 | Do not complain about missing `fn main()` in some cases | Esteban Küber | -85/+18 |
| 2019-10-30 | Reduce ammount of errors given unclosed delimiter | Esteban Küber | -3/+169 |
| 2019-10-29 | Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa | Mazdak Farrokhzad | -1/+1 |
| 2019-10-28 | Rollup merge of #65640 - estebank:recover-missing-semi, r=Centril | Mazdak Farrokhzad | -38/+39 |
| 2019-10-28 | review comments | Esteban Küber | -1/+1 |
| 2019-10-28 | Tweak unexpected token wording | Esteban Küber | -25/+26 |
| 2019-10-28 | Use heuristics to recover parsing of missing `;` | Esteban Küber | -24/+24 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -2/+2 |
| 2019-10-26 | Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril | Mazdak Farrokhzad | -0/+75 |
| 2019-10-25 | Add new EFIAPI ABI | roblabla | -1/+1 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+75 |
| 2019-10-24 | pre-expansion gate exclusive_range_pattern | Mazdak Farrokhzad | -16/+5 |
| 2019-10-18 | Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnison | Tyler Mandry | -0/+1 |
| 2019-10-18 | Rollup merge of #65364 - XiangQingW:master, r=estebank | Tyler Mandry | -0/+19 |
| 2019-10-17 | Update ui tests | Guillaume Gomez | -0/+1 |
| 2019-10-15 | Collect occurrences of for mismatched braces diagnostic | wangxiangqing | -7/+12 |
| 2019-10-14 | pprust: `p1@p2` -> `p1 @ p2` | Mazdak Farrokhzad | -4/+4 |
| 2019-10-14 | recover_intersection_pat: adjust wording | Mazdak Farrokhzad | -10/+10 |
| 2019-10-14 | syntax: add test for intersection pattern parser recovery | Mazdak Farrokhzad | -0/+73 |
| 2019-10-13 | Collect occurrences of for mismatched braces diagnostic | wangxiangqing | -0/+14 |
| 2019-10-07 | syntax: unify and simplify fn signature parsing. | Mazdak Farrokhzad | -1/+14 |
| 2019-10-07 | Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centril | bors | -0/+22 |
| 2019-10-05 | Rollup merge of #65123 - Centril:mac-invoc-in-mut-pat, r=estebank | Tyler Mandry | -0/+71 |
| 2019-10-05 | Rollup merge of #64909 - estebank:turbofish-reloaded, r=Centril | Tyler Mandry | -11/+40 |
| 2019-10-05 | Account for macro invocation in `let mut $pat` diagnostic. | Mazdak Farrokhzad | -0/+71 |
| 2019-10-03 | review comments | Esteban Küber | -6/+6 |
| 2019-10-03 | review comments | Esteban Küber | -9/+24 |
| 2019-10-03 | When encountering chained operators use heuristics to recover from bad turbofish | Esteban Küber | -7/+21 |
| 2019-10-02 | syntax: improve parameter without type suggestions | David Wood | -0/+6 |
| 2019-10-02 | Add support for 'extern const fn' | Aaron Hill | -0/+22 |
| 2019-09-29 | Rollup merge of #64691 - estebank:unexpected-variant, r=Centril | Mazdak Farrokhzad | -0/+3 |
| 2019-09-28 | Upgrade async/await to "used" keywords. | Eric Huss | -3/+3 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -4/+4 |
| 2019-09-23 | Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centril | bors | -0/+19 |
| 2019-09-23 | Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkov | Mazdak Farrokhzad | -0/+19 |
| 2019-09-22 | review comments | Esteban Küber | -4/+4 |
| 2019-09-22 | Point at correct span for parenthesized types | Esteban Küber | -6/+6 |
| 2019-09-22 | Point at definition when misusing ADT | Esteban Küber | -0/+3 |
| 2019-09-21 | review comments: wording | Esteban Küber | -2/+2 |
| 2019-09-21 | Parse assoc type bounds in generic params and provide custom diagnostic | Esteban Küber | -0/+19 |
| 2019-09-21 | Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril | Mazdak Farrokhzad | -30/+7 |
| 2019-09-14 | Provide a span if main function is not present in crate | Mark Rousskov | -19/+28 |
| 2019-09-11 | Stabilize `param_attrs` in Rust 1.39.0 | Caio | -30/+7 |
| 2019-09-07 | Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkov | Mazdak Farrokhzad | -26/+4 |