| Age | Commit message (Expand) | Author | Lines |
| 2019-03-13 | Fix operator precedence | Esteban Küber | -2/+2 |
| 2019-03-13 | Rollup merge of #58876 - estebank:numeric-lifetime, r=petrochenkov | Mazdak Farrokhzad | -3/+15 |
| 2019-03-12 | Address review comments | Vadim Petrochenkov | -2/+6 |
| 2019-03-12 | syntax: Optimize `maybe_whole`/`maybe_whole_expr` slightly | Vadim Petrochenkov | -14/+14 |
| 2019-03-12 | syntax: Better recovery for `$ty::AssocItem` and `ty!()::AssocItem` | Vadim Petrochenkov | -73/+63 |
| 2019-03-11 | Be more discerning on when to attempt suggesting a comma in a macro invocation | Esteban Küber | -3/+5 |
| 2019-03-11 | Auto merge of #58021 - ishitatsuyuki:57667-fix, r=RalfJung | bors | -33/+6 |
| 2019-03-09 | review comments | Esteban Küber | -4/+4 |
| 2019-03-09 | Rollup merge of #59045 - topecongiro:expose-new_sub_parser_from_file, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-03-09 | Rollup merge of #58762 - petrochenkov:unwind, r=Mark-Simulacrum | Mazdak Farrokhzad | -32/+18 |
| 2019-03-09 | Expose new_sub_parser_from_file | topecongiro | -1/+1 |
| 2019-03-09 | Fix fallout from #57667 | ishitatsuyuki | -33/+6 |
| 2019-03-09 | fixes rust-lang#56766 | Saleem Jaffer | -0/+16 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -29/+33 |
| 2019-03-08 | Parse lifetimes that start with a number and give specific error | Esteban Küber | -6/+18 |
| 2019-03-08 | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | -3/+3 |
| 2019-03-08 | Rollup merge of #58961 - estebank:issue-58462, r=varkor | Pietro Albini | -2/+2 |
| 2019-03-08 | Rollup merge of #58861 - estebank:fix-negative-traits, r=petrochenkov | Pietro Albini | -24/+28 |
| 2019-03-08 | Improve recovery for missing trait in a trait impl | Vadim Petrochenkov | -11/+11 |
| 2019-03-07 | Adds diagnostic message and UI test. | Wesley Norris | -1/+9 |
| 2019-03-07 | Fix with_emitter callers | Esteban Küber | -2/+2 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -1/+1 |
| 2019-03-06 | Rely on drop to emit unclosed delims | Esteban Küber | -1/+0 |
| 2019-03-06 | Simplify code | Esteban Küber | -24/+14 |
| 2019-03-06 | Always emit mismatched delim errors, never panic | Esteban Küber | -3/+2 |
| 2019-03-06 | Collect unclosed delimiters in parent parser | Esteban Küber | -4/+13 |
| 2019-03-06 | Emit missing unclosed delimiter errors | Esteban Küber | -11/+15 |
| 2019-03-06 | Panic when unmatched delimiters aren't emitted | Esteban Küber | -1/+8 |
| 2019-03-06 | Emit unclosed delimiters during recovery | Esteban Küber | -0/+1 |
| 2019-03-06 | Bail when encountering a second unexpected token in the same span | Esteban Küber | -4/+10 |
| 2019-03-06 | Do not panic on missing close paren | Esteban Küber | -1/+3 |
| 2019-03-06 | Surround found token with ` | Esteban Küber | -1/+1 |
| 2019-03-05 | On incorrect cfg literal/identifier, point at the right span | Esteban Küber | -1/+1 |
| 2019-03-02 | Fix C-variadic function printing | Dan Robertson | -3/+0 |
| 2019-03-01 | Expand where negative supertrait specific error is shown | Esteban Küber | -24/+28 |
| 2019-02-28 | Auto merge of #57760 - dlrobertson:varargs1, r=alexreg | bors | -67/+95 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -29/+29 |
| 2019-02-27 | Add c_variadic language feature item | Dan Robertson | -0/+12 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -50/+66 |
| 2019-02-27 | Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-02-27 | Rollup merge of #58748 - hellow554:scoped_tls, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -22/+46 |
| 2019-02-27 | Rollup merge of #58630 - nnethercote:fix-fold_clobber, r=petrochenkov | Mazdak Farrokhzad | -2/+10 |
| 2019-02-27 | Rollup merge of #58075 - asettouf:master, r=varkor | Mazdak Farrokhzad | -6/+12 |
| 2019-02-27 | Mention `unwind(aborts)` in diagnostics for `#[unwind]` | Vadim Petrochenkov | -32/+18 |
| 2019-02-26 | Add tracking issue for the unwind attribute. | Mark Rousskov | -2/+2 |
| 2019-02-26 | Changing error message to reflect changes with the 2018 edition | Adonis | -6/+12 |
| 2019-02-26 | update scoped_tls to 1.0 | Marcel Hellwig | -1/+1 |
| 2019-02-26 | Make `visit_clobber` panic-safe. | Nicholas Nethercote | -2/+10 |
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -11/+7 |