| Age | Commit message (Expand) | Author | Lines |
| 2019-08-20 | Rollup merge of #63209 - Centril:stabilize-async-await, r=cramertj | Mazdak Farrokhzad | -17/+2 |
| 2019-08-20 | Stabilize 'async_await'. | Mazdak Farrokhzad | -17/+2 |
| 2019-08-19 | glue tokens when building token stream | Aleksey Kladov | -10/+34 |
| 2019-08-19 | remove composite tokens support from the lexer | Aleksey Kladov | -37/+20 |
| 2019-08-18 | Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkov | bors | -66/+15 |
| 2019-08-18 | Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril | bors | -28/+80 |
| 2019-08-17 | resolve/expand: Rename some things for clarity | Vadim Petrochenkov | -19/+21 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -40/+59 |
| 2019-08-17 | Initial implementation of or patterns | varkor | -11/+44 |
| 2019-08-17 | Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} | Matthew Jasper | -4/+2 |
| 2019-08-17 | Rollup merge of #63545 - Centril:gate-yield-preexp, r=oli-obk | Mazdak Farrokhzad | -30/+16 |
| 2019-08-16 | Simplify pre-expansion gating in general. | Mazdak Farrokhzad | -32/+10 |
| 2019-08-16 | Feature gate 'yield ?' pre-expansion. | Mazdak Farrokhzad | -5/+13 |
| 2019-08-16 | Rollup merge of #63525 - matklad:centraliza-file-loading, r=petrochenkov | Mazdak Farrokhzad | -8/+25 |
| 2019-08-15 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -28/+28 |
| 2019-08-15 | syntax_pos: Remove the duplicate global edition | Vadim Petrochenkov | -29/+6 |
| 2019-08-15 | hygiene: Merge `ExpnInfo` and `InternalExpnData` | Vadim Petrochenkov | -8/+12 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -24/+17 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -13/+13 |
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -24/+22 |
| 2019-08-15 | syntax_pos: Introduce a helper for checking whether a span comes from expansion | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | Remove `Spanned` from `{ast,hir}::FieldPat` | Vadim Petrochenkov | -28/+20 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -42/+47 |
| 2019-08-15 | Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_string` | Vadim Petrochenkov | -16/+18 |
| 2019-08-15 | Make sure that all file loading happens via SourceMap | Aleksey Kladov | -8/+25 |
| 2019-08-14 | Rollup merge of #63543 - c410-f3r:variant, r=c410-f3r | Mazdak Farrokhzad | -32/+33 |
| 2019-08-14 | Rollup merge of #63542 - c410-f3r:node_ids, r=petrochenkov | Mazdak Farrokhzad | -3/+18 |
| 2019-08-14 | Rollup merge of #63537 - petrochenkov:novisit, r=alexcrichton | Mazdak Farrokhzad | -19/+13 |
| 2019-08-14 | Rollup merge of #63528 - petrochenkov:anyany, r=estebank | Mazdak Farrokhzad | -33/+6 |
| 2019-08-14 | Rollup merge of #63490 - Centril:cleanup-pat-parser, r=petrochenkov | Mazdak Farrokhzad | -190/+235 |
| 2019-08-14 | Rollup merge of #62984 - nathanwhit:extra_semi_lint, r=varkor | Mazdak Farrokhzad | -1/+16 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -32/+33 |
| 2019-08-14 | remove special handling of \r\n from the lexer | Aleksey Kladov | -66/+15 |
| 2019-08-14 | Rollup merge of #63530 - ehuss:typo-statemement, r=centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-14 | Rollup merge of #63508 - estebank:compromice, r=petrochenkov | Mazdak Farrokhzad | -6/+9 |
| 2019-08-14 | Rollup merge of #63475 - iluuu1994:issue-62632, r=Centril | Mazdak Farrokhzad | -0/+19 |
| 2019-08-14 | Rollup merge of #63459 - eddyb:issue-63430, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-08-13 | Add NodeId for Arm, Field and FieldPat | Caio | -3/+18 |
| 2019-08-14 | expand: Unimplement `MutVisitor` on `MacroExpander` | Vadim Petrochenkov | -17/+11 |
| 2019-08-14 | expand: `expand_fragment` -> `fully_expand_fragment` | Vadim Petrochenkov | -6/+6 |
| 2019-08-13 | Apply Centril's suggestion | Eric Huss | -1/+1 |
| 2019-08-13 | review comments | Esteban Küber | -12/+9 |
| 2019-08-13 | Fix typo in error message. | Eric Huss | -1/+1 |
| 2019-08-13 | syntax: Remove `DummyResult::expn_only` | Vadim Petrochenkov | -33/+6 |
| 2019-08-12 | Do not ICE when synthesizing spans falling inside unicode chars | Esteban Küber | -0/+6 |
| 2019-08-12 | Parse excess semicolons as empty stmts for linting | nathanwhit | -1/+16 |
| 2019-08-12 | syntax: account for CVarArgs being in the argument list. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-08-12 | extract parse_pat_{tuple_}struct + recover_one_fewer_dotdot | Mazdak Farrokhzad | -39/+51 |
| 2019-08-12 | extract fatal_unexpected_non_pat | Mazdak Farrokhzad | -16/+22 |
| 2019-08-12 | parser/pat: minor misc cleanup | Mazdak Farrokhzad | -13/+15 |