| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 |
| 2019-05-02 | fix typo | Esteban Küber | -4/+4 |
| 2019-05-02 | don't amplify errors in format! with bad literals | Aleksey Kladov | -7/+15 |
| 2019-05-02 | Group and sort feature_gate.rs | Alexey Shmalko | -11/+22 |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -665/+897 |
| 2019-05-02 | Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis | Mazdak Farrokhzad | -23/+72 |
| 2019-05-02 | Rollup merge of #60348 - agnxy:refactor-parser, r=petrochenkov | Mazdak Farrokhzad | -162/+231 |
| 2019-05-02 | Rollup merge of #59634 - DevQps:explain-E0704, r=estebank | Mazdak Farrokhzad | -1/+29 |
| 2019-05-01 | Ensure that users cannot use generated arguments. | David Wood | -1/+1 |
| 2019-05-01 | Ensure that drop order of `async fn` matches `fn`. | David Wood | -22/+71 |
| 2019-05-01 | move some functions from parser.rs to diagostics.rs | Andrew Xu | -162/+231 |
| 2019-05-01 | Added the E0704 error with a link to the Rust reference. | Christian | -1/+29 |
| 2019-04-30 | Reword ambigous parse error to fit with the current error | Esteban Küber | -5/+6 |