| Age | Commit message (Expand) | Author | Lines |
| 2019-06-09 | Rollup merge of #61669 - petrochenkov:tokderef2, r=oli-obk | Mazdak Farrokhzad | -66/+51 |
| 2019-06-09 | Rollup merge of #61646 - L117:master, r=Centril | Mazdak Farrokhzad | -15/+15 |
| 2019-06-08 | syntax: Remove `Deref` impl from `Token` | Vadim Petrochenkov | -23/+13 |
| 2019-06-08 | syntax: Move most of the `TokenKind` methods to `Token` | Vadim Petrochenkov | -9/+9 |
| 2019-06-08 | syntax: Keep full `Token`s for `macro_rules` separators | Vadim Petrochenkov | -35/+30 |
| 2019-06-08 | Remove useless allocations in macro_rules follow logic. | L117 | -15/+15 |
| 2019-06-07 | parser: `self.span` -> `self.token.span` | Vadim Petrochenkov | -11/+11 |
| 2019-06-06 | Address review comments | Vadim Petrochenkov | -12/+9 |
| 2019-06-06 | Some code cleanup and tidy/test fixes | Vadim Petrochenkov | -21/+22 |
| 2019-06-06 | syntax: Switch function parameter order in `TokenTree::token` | Vadim Petrochenkov | -18/+19 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Ident` | Vadim Petrochenkov | -32/+26 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Lifetime` | Vadim Petrochenkov | -2/+2 |
| 2019-06-06 | syntax: Add some helper methods to `Token` | Vadim Petrochenkov | -8/+7 |
| 2019-06-06 | syntax: Use `Token` in `Parser` | Vadim Petrochenkov | -17/+16 |
| 2019-06-06 | syntax: Use `Token` in `TokenTree::Token` | Vadim Petrochenkov | -69/+74 |
| 2019-06-06 | syntax: Rename `Token` into `TokenKind` | Vadim Petrochenkov | -21/+21 |
| 2019-06-06 | Always use token kinds through `token` module rather than `Token` type | Vadim Petrochenkov | -23/+23 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -8/+8 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -18/+15 |
| 2019-06-03 | syntax: revert `ast::AsyncArgument` and associated changes. | Eduard-Mihai Burtescu | -25/+4 |
| 2019-05-29 | Introduce and use `SyntaxContext::outer_expn_info()`. | Nicholas Nethercote | -1/+1 |
| 2019-05-27 | Auto merge of #61140 - estebank:attr-diagnostics, r=michaelwoerister | bors | -2/+8 |
| 2019-05-27 | Use `Symbol` equality in `may_begin_with` and `parse_nt`. | Nicholas Nethercote | -27/+27 |
| 2019-05-27 | Pass symbols to `ExtCtxt::std_path` instead of strings. | Nicholas Nethercote | -26/+16 |
| 2019-05-27 | Avoid unnecessary internings. | Nicholas Nethercote | -7/+4 |
| 2019-05-25 | Reword malformed attribute input diagnostics | Esteban Küber | -2/+8 |
| 2019-05-24 | Revert changes that belong to separate PR | Esteban Küber | -5/+2 |
| 2019-05-24 | review comments | Esteban Küber | -7/+3 |
| 2019-05-24 | Tweak macro parse errors when reaching EOF during macro call parse | Esteban Küber | -5/+19 |
| 2019-05-23 | Auto merge of #61075 - Centril:rollup-1ugmcqu, r=Centril | bors | -8/+10 |
| 2019-05-23 | Rollup merge of #61046 - mark-i-m:transcribe-fix, r=petrochenkov | Mazdak Farrokhzad | -8/+10 |
| 2019-05-23 | Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix | bors | -1/+2 |
| 2019-05-22 | Restore the old behavior of the rustdoc keyword check + Fix rebase | Vadim Petrochenkov | -6/+6 |
| 2019-05-22 | Eliminate unnecessary `Ident::with_empty_ctxt`s | Vadim Petrochenkov | -9/+8 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -26/+26 |
| 2019-05-22 | these errors can happen after all | Mark Mansi | -8/+10 |
| 2019-05-21 | Give match arms an HirId and a Span | Matthew Jasper | -1/+2 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -9/+11 |
| 2019-05-20 | Remove `Symbol::gensym()`. | Nicholas Nethercote | -2/+2 |
| 2019-05-17 | Avoid unnecessary interning in `Ident::from_str()` calls. | Nicholas Nethercote | -4/+4 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -17/+22 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -23/+23 |
| 2019-05-11 | Simplify conversions between tokens and semantic literals | Vadim Petrochenkov | -6/+5 |
| 2019-05-11 | Keep the original token in `ast::Lit` | Vadim Petrochenkov | -2/+4 |
| 2019-05-11 | Turn `ast::Lit` into a struct | Vadim Petrochenkov | -5/+5 |
| 2019-05-10 | turn a couple of fixmes into span_bugs | Mark Mansi | -9/+7 |
| 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-06 | rustfmt | Mark Mansi | -50/+50 |