| Age | Commit message (Expand) | Author | Lines |
| 2019-06-23 | let_chains: Move feature gating to pre-expansion. | Mazdak Farrokhzad | -1/+4 |
| 2019-06-12 | Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov | bors | -0/+2 |
| 2019-06-12 | Rollup merge of #61654 - Electron-libre:use_slice_patterns_in_rustc, r=oli-ob... | Mazdak Farrokhzad | -37/+27 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -0/+2 |
| 2019-06-08 | syntax: Remove `Deref` impl from `Token` | Vadim Petrochenkov | -2/+2 |
| 2019-06-08 | fix libsyntax test | Cedric | -4/+4 |
| 2019-06-08 | cast vec to slices | Cedric | -5/+5 |
| 2019-06-08 | use default binding mode in match clauses | Cedric | -5/+5 |
| 2019-06-08 | fix bad style for structs | Cedric | -8/+8 |
| 2019-06-08 | improve style | Cedric | -13/+10 |
| 2019-06-08 | use pattern matching for slices destructuring | Cedric | -31/+24 |
| 2019-06-07 | parser: `self.span` -> `self.token.span` | Vadim Petrochenkov | -2/+2 |
| 2019-06-06 | Some code cleanup and tidy/test fixes | Vadim Petrochenkov | -6/+13 |
| 2019-06-06 | syntax: Switch function parameter order in `TokenTree::token` | Vadim Petrochenkov | -7/+7 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Ident` | Vadim Petrochenkov | -19/+12 |
| 2019-06-06 | syntax: Use `Token` in `Parser` | Vadim Petrochenkov | -1/+1 |
| 2019-06-06 | syntax: Use `Token` in `TokenTree::Token` | Vadim Petrochenkov | -15/+16 |
| 2019-06-06 | syntax: Rename `Token` into `TokenKind` | Vadim Petrochenkov | -2/+2 |
| 2019-06-06 | Always use token kinds through `token` module rather than `Token` type | Vadim Petrochenkov | -1/+1 |
| 2019-05-24 | Fix rebase | Esteban Küber | -4/+6 |
| 2019-05-24 | review comments | Esteban Küber | -3/+3 |
| 2019-05-24 | Tweak macro parse errors when reaching EOF during macro call parse | Esteban Küber | -4/+8 |
| 2019-05-22 | Rollup merge of #60995 - topecongiro:parser-from-stream-and-base-dir, r=micha... | Mazdak Farrokhzad | -0/+17 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -12/+15 |
| 2019-05-21 | Fix tidy: remove a trailing whitespace | topecongiro | -1/+1 |
| 2019-05-21 | Add doc comment | topecongiro | -0/+10 |
| 2019-05-21 | Add stream_to_parser_with_base_dir | topecongiro | -0/+7 |
| 2019-05-16 | Auto merge of #60763 - matklad:tt-parser, r=petrochenkov | bors | -6/+6 |
| 2019-05-13 | move span and token to tt reader | Aleksey Kladov | -2/+1 |
| 2019-05-13 | Move token tree related lexer state to a separate struct | Aleksey Kladov | -4/+5 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -7/+9 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -2/+4 |
| 2019-05-11 | Move literal parsing code into a separate file | Vadim Petrochenkov | -345/+7 |
| 2019-05-11 | Simplify conversions between tokens and semantic literals | Vadim Petrochenkov | -79/+133 |
| 2019-05-11 | Keep the original token in `ast::Lit` | Vadim Petrochenkov | -0/+1 |
| 2019-05-09 | Rollup merge of #60188 - estebank:recover-block, r=varkor | Mazdak Farrokhzad | -2/+25 |
| 2019-05-06 | review comments: fix typo and add comments | Esteban Küber | -2/+2 |
| 2019-05-06 | Auto merge of #60261 - matklad:one-escape, r=petrochenkov | bors | -222/+47 |
| 2019-05-02 | Deduplicate needed parentheses suggestion code | Esteban Küber | -1/+22 |
| 2019-05-02 | don't amplify errors in format! with bad literals | Aleksey Kladov | -7/+14 |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -222/+40 |
| 2019-05-02 | Rollup merge of #60348 - agnxy:refactor-parser, r=petrochenkov | Mazdak Farrokhzad | -0/+1 |
| 2019-05-01 | move some functions from parser.rs to diagostics.rs | Andrew Xu | -0/+1 |
| 2019-04-29 | Identify when a stmt could have been parsed as an expr | Esteban Küber | -1/+3 |
| 2019-04-23 | reduce visibility | Aleksey Kladov | -1/+1 |
| 2019-03-09 | Expose new_sub_parser_from_file | topecongiro | -1/+1 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -1/+1 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -1/+1 |
| 2019-03-06 | Simplify code | Esteban Küber | -2/+9 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |