| Age | Commit message (Expand) | Author | Lines |
| 2019-05-13 | move span and token to tt reader | Aleksey Kladov | -40/+35 |
| 2019-05-13 | Move token tree related lexer state to a separate struct | Aleksey Kladov | -48/+71 |
| 2019-05-13 | Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov | bors | -397/+394 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -52/+49 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -53/+58 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -166/+161 |
| 2019-05-13 | Rename `syntax::symbol::symbols` as `syntax::symbol::sym`. | Nicholas Nethercote | -132/+132 |
| 2019-05-12 | Auto merge of #60767 - Centril:rollup-4cbsb73, r=Centril | bors | -75/+42 |
| 2019-05-12 | Rollup merge of #60751 - Centril:general-cleanup, r=petrochenkov | Mazdak Farrokhzad | -49/+38 |
| 2019-05-12 | Minor cleanup in parse_assoc_expr_with. | Mazdak Farrokhzad | -24/+14 |
| 2019-05-12 | parse_bottom_expr: extract common 'return' out. | Mazdak Farrokhzad | -6/+5 |
| 2019-05-12 | syntax::parse::parser: convert unnecessary '&mut self's to '&self'. | Mazdak Farrokhzad | -19/+19 |
| 2019-05-12 | syntax: Remove some legacy nonterminal tokens | Vadim Petrochenkov | -26/+4 |
| 2019-05-11 | Address comments + Fix tests | Vadim Petrochenkov | -4/+9 |
| 2019-05-11 | Move literal parsing code into a separate file | Vadim Petrochenkov | -521/+505 |
| 2019-05-11 | Simplify conversions between tokens and semantic literals | Vadim Petrochenkov | -248/+241 |
| 2019-05-11 | Eliminate `comments::Literal` | Vadim Petrochenkov | -160/+44 |
| 2019-05-11 | Introduce `hir::Lit` not keeping the original token | Vadim Petrochenkov | -1/+1 |
| 2019-05-11 | Keep the original token in `ast::Lit` | Vadim Petrochenkov | -42/+66 |
| 2019-05-11 | Turn `ast::Lit` into a struct | Vadim Petrochenkov | -16/+19 |
| 2019-05-10 | turn a couple of fixmes into span_bugs | Mark Mansi | -9/+7 |
| 2019-05-10 | Include expression to wait for to the span of Await | topecongiro | -0/+1 |
| 2019-05-09 | Rollup merge of #60676 - davidtwco:issue-60674, r=cramertj | Mazdak Farrokhzad | -10/+38 |
| 2019-05-09 | Rollup merge of #60618 - mark-i-m:transcribe, r=petrochenkov | Mazdak Farrokhzad | -69/+194 |
| 2019-05-09 | Rollup merge of #60188 - estebank:recover-block, r=varkor | Mazdak Farrokhzad | -7/+101 |
| 2019-05-09 | Add FIXME about `construct_async_arguments`. | David Wood | -0/+4 |
| 2019-05-09 | Do not modify mutability of simple bindings. | David Wood | -10/+34 |
| 2019-05-08 | fix incorrect assert | Mark Mansi | -1/+4 |
| 2019-05-07 | lots of comments + minor cleanup | Mark Mansi | -16/+139 |
| 2019-05-07 | avoid extra copy | Mark Mansi | -13/+12 |
| 2019-05-07 | Auto merge of #60586 - cramertj:await, r=oli-obk | bors | -0/+70 |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -0/+70 |
| 2019-05-07 | Rollup merge of #60583 - varkor:const-generics-emplace, r=petrochenkov | Mazdak Farrokhzad | -3/+2 |
| 2019-05-07 | Rollup merge of #60535 - taiki-e:async-fn-arguments, r=cramertj | Mazdak Farrokhzad | -11/+22 |
| 2019-05-07 | Auto merge of #60464 - eddyb:not-overly-specific-pipelining, r=alexcrichton | bors | -6/+7 |
| 2019-05-07 | rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli... | Eduard-Mihai Burtescu | -6/+7 |
| 2019-05-07 | Auto merge of #60531 - Centril:sort-features, r=oli-obk | bors | -16/+39 |
| 2019-05-06 | review comments: fix typo and add comments | Esteban Küber | -8/+14 |
| 2019-05-06 | rustfmt | Mark Mansi | -50/+50 |
| 2019-05-06 | Remove resolved FIXME | varkor | -2/+0 |
| 2019-05-06 | `token::LArrow` can begin arguments | varkor | -1/+2 |
| 2019-05-06 | Remove duplicate comment | varkor | -4/+0 |
| 2019-05-06 | Auto merge of #60261 - matklad:one-escape, r=petrochenkov | bors | -665/+905 |
| 2019-05-05 | Correct handling of arguments in async fn | Taiki Endo | -11/+22 |
| 2019-05-04 | Rollup merge of #60429 - estebank:pub-path, r=michaelwoerister | Mazdak Farrokhzad | -2/+4 |
| 2019-05-04 | Rename 'no tracking issue START' to fit better with tidy. | Mazdak Farrokhzad | -8/+8 |
| 2019-05-04 | Enforce sorting of accepted and removed features. | Mazdak Farrokhzad | -8/+31 |
| 2019-05-03 | Rollup merge of #60501 - taiki-e:async-await-mutable-arguments, r=cramertj | Mazdak Farrokhzad | -6/+4 |
| 2019-05-03 | Propagate mutability from arguments to local bindings in async fn | Taiki Endo | -6/+4 |
| 2019-05-02 | Deduplicate needed parentheses suggestion code | Esteban Küber | -24/+28 |