| Age | Commit message (Expand) | Author | Lines |
| 2020-02-13 | parser: is_fn_front_matter -> check_fn_front_matter | Mazdak Farrokhzad | -4/+4 |
| 2020-02-13 | parser: simplify ParamCfg -> ReqName | Mazdak Farrokhzad | -30/+18 |
| 2020-02-13 | parser: address review comments | Mazdak Farrokhzad | -1/+1 |
| 2020-02-13 | parser: move `ban_async_in_2015` to `fn` parsing & improve it. | Mazdak Farrokhzad | -13/+12 |
| 2020-02-13 | parser: inline `parse_assoc_fn` and friends. | Mazdak Farrokhzad | -42/+21 |
| 2020-02-13 | parser: solidify `fn` parsing with `parse_fn`. | Mazdak Farrokhzad | -23/+30 |
| 2020-02-13 | parser: fuse free `fn` parsing together. | Mazdak Farrokhzad | -86/+25 |
| 2020-02-13 | parser_fn_front_matter: allow `const .. extern` | Mazdak Farrokhzad | -54/+53 |
| 2020-02-13 | IsAsync -> enum Async { Yes { span: Span, .. }, No } | Mazdak Farrokhzad | -41/+16 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -46/+43 |
| 2020-02-13 | Rollup merge of #68848 - nnethercote:hasten-macro-parsing, r=petrochenkov | Dylan DPC | -13/+11 |
| 2020-02-12 | Rollup merge of #68981 - estebank:silence, r=davidtwco | Dylan DPC | -1/+1 |
| 2020-02-12 | Rollup merge of #69034 - petrochenkov:notokind, r=Centril | Dylan DPC | -56/+25 |
| 2020-02-11 | Run RustFmt | jumbatm | -6/+14 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -11/+12 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -5/+9 |
| 2020-02-10 | review comment: wording | Esteban Küber | -1/+1 |
| 2020-02-10 | parser: Remove `Parser::prev_token_kind` | Vadim Petrochenkov | -56/+25 |
| 2020-02-10 | Rollup merge of #69014 - dwrensha:fix-68890, r=Centril | Dylan DPC | -1/+4 |
| 2020-02-09 | [parser] change an instance of span_bug() to struct_span_err() to avoid ICE | David Renshaw | -1/+4 |
| 2020-02-10 | Rollup merge of #69006 - petrochenkov:prevspan2, r=Centril | Dylan DPC | -24/+52 |
| 2020-02-10 | parser: Keep current and previous tokens precisely | Vadim Petrochenkov | -24/+52 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -5/+9 |
| 2020-02-09 | Don't parse `mut a @ b` as `mut a @ mut b` | Matthew Jasper | -4/+7 |
| 2020-02-06 | Rollup merge of #68845 - dwrensha:fix-68783, r=estebank | Dylan DPC | -17/+22 |
| 2020-02-06 | Remove the `Cow` from `Directory`. | Nicholas Nethercote | -13/+11 |
| 2020-02-04 | stop using BytePos for computing spans in librustc_parse/parser/mod.rs | David Renshaw | -17/+22 |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -115/+59 |
| 2020-02-05 | parse_ty_common: use `enum`s instead of `bool`s. | Mazdak Farrokhzad | -29/+52 |
| 2020-02-04 | Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk | bors | -1/+1 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 |
| 2020-02-03 | Auto merge of #68735 - JohnTitor:fix-ice-0202, r=estebank | bors | -2/+2 |
| 2020-02-02 | Use more appropriate spans on object unsafe traits and provide structured sug... | Esteban Küber | -1/+1 |
| 2020-02-02 | Rollup merge of #68769 - Centril:unwrap, r=petrochenkov | Mazdak Farrokhzad | -4/+3 |
| 2020-02-02 | Rollup merge of #68764 - Centril:self-semantic, r=petrochenkov | Mazdak Farrokhzad | -62/+30 |
| 2020-02-02 | parser: avoid re-wrapping NtItem | Mazdak Farrokhzad | -4/+3 |
| 2020-02-02 | parser: address review comments re. `self`. | Mazdak Farrokhzad | -39/+15 |
| 2020-02-02 | parser: move restrictions re. `self` to `ast_validation`. | Mazdak Farrokhzad | -42/+34 |
| 2020-02-02 | Rollup merge of #68681 - bobrippling:fix-matched-angle-brackets, r=Centril | Yuki Okushi | -1/+36 |
| 2020-02-01 | Avoid qualified path recovery when not followed by identifier | Rob Pilling | -1/+5 |
| 2020-02-01 | Improve wording and docs for qualified path recovery | Rob Pilling | -4/+11 |
| 2020-02-01 | Move colon-check to recover_colon_before_qpath_proj() | Rob Pilling | -15/+23 |
| 2020-02-01 | Simplify span usage and avoid .eat() | Rob Pilling | -5/+5 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -8/+9 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -8/+7 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+2 |
| 2020-02-02 | Use `next_point` to avoid ICE | Yuki Okushi | -2/+2 |
| 2020-01-31 | Auto merge of #68633 - JohnTitor:avoid-ice-in-diagnostics, r=estebank | bors | -17/+23 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-31 | Auto merge of #67340 - nnethercote:shrink-Nonterminal, r=petrochenkov | bors | -20/+20 |