| Age | Commit message (Expand) | Author | Lines |
| 2019-06-12 | Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov | bors | -0/+1 |
| 2019-06-10 | Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkov | bors | -100/+58 |
| 2019-06-09 | Actually translate CRLF in raw byte strings and unify unescape impl | Igor Matuszewski | -2/+2 |
| 2019-06-09 | Add a doc comment for scan_raw_string | Igor Matuszewski | -0/+2 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -0/+1 |
| 2019-06-09 | Translate CRLF -> LF in raw (byte) strings | Igor Matuszewski | -2/+2 |
| 2019-06-08 | Prohibit bare CRs in raw byte strings | Igor Matuszewski | -70/+24 |
| 2019-06-08 | Validate and transcribe raw strings via unescape module | Igor Matuszewski | -21/+24 |
| 2019-06-08 | syntax: Remove `Deref` impl from `Token` | Vadim Petrochenkov | -1/+1 |
| 2019-06-08 | syntax: Move most of the `TokenKind` methods to `Token` | Vadim Petrochenkov | -3/+3 |
| 2019-06-08 | Remove redundant, commented out code | Igor Matuszewski | -6/+0 |
| 2019-06-08 | Separate a `scan_raw_string` (similar `raw_byte` variant) | Igor Matuszewski | -77/+82 |
| 2019-06-08 | Clean up minor bits | Igor Matuszewski | -1/+1 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Ident` | Vadim Petrochenkov | -16/+6 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Lifetime` | Vadim Petrochenkov | -9/+5 |
| 2019-06-06 | syntax: Add some helper methods to `Token` | Vadim Petrochenkov | -39/+26 |
| 2019-06-06 | syntax: Use `Token` in `StringReader` and `TokenTreesReader` | Vadim Petrochenkov | -46/+32 |
| 2019-06-06 | syntax: Use `Token` in `TokenTree::Token` | Vadim Petrochenkov | -23/+19 |
| 2019-06-06 | syntax: Rename `TokenAndSpan` into `Token` | Vadim Petrochenkov | -79/+64 |
| 2019-06-06 | syntax: Rename `Token` into `TokenKind` | Vadim Petrochenkov | -17/+17 |
| 2019-05-27 | Pre-intern "0", "1", ..., "9", and use where appropriate. | Nicholas Nethercote | -2/+2 |
| 2019-05-23 | syntax: Turn `token::Lit` into a struct | Vadim Petrochenkov | -54/+51 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -15/+16 |
| 2019-05-16 | Auto merge of #60763 - matklad:tt-parser, r=petrochenkov | bors | -37/+56 |
| 2019-05-13 | move raw span to tt reader | Aleksey Kladov | -1/+2 |
| 2019-05-13 | move span and token to tt reader | Aleksey Kladov | -38/+34 |
| 2019-05-13 | Move token tree related lexer state to a separate struct | Aleksey Kladov | -44/+66 |
| 2019-05-11 | Move literal parsing code into a separate file | Vadim Petrochenkov | -13/+6 |
| 2019-05-11 | Eliminate `comments::Literal` | Vadim Petrochenkov | -26/+3 |
| 2019-05-09 | Rollup merge of #60188 - estebank:recover-block, r=varkor | Mazdak Farrokhzad | -1/+2 |
| 2019-05-06 | review comments: fix typo and add comments | Esteban Küber | -1/+1 |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -443/+142 |
| 2019-04-29 | Identify when a stmt could have been parsed as an expr | Esteban Küber | -1/+2 |
| 2019-04-23 | simplify and avoid allocation | Aleksey Kladov | -2/+2 |
| 2019-04-23 | remove obsolete and incorrect comment | Aleksey Kladov | -3/+1 |
| 2019-04-20 | Auto merge of #59700 - matklad:simplify, r=eddyb | bors | -17/+5 |
| 2019-04-17 | Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb | Mazdak Farrokhzad | -0/+1 |
| 2019-04-05 | Rollup merge of #59687 - matklad:shebang, r=petrochenkov | Mazdak Farrokhzad | -11/+5 |
| 2019-04-04 | Simplify doc comment lexing | Aleksey Kladov | -17/+5 |
| 2019-04-04 | cleanup shebang handling in the lexer | Aleksey Kladov | -11/+5 |
| 2019-04-03 | make StringReader methods private | Aleksey Kladov | -2/+2 |
| 2019-04-03 | make StringReader fields private | Aleksey Kladov | -6/+6 |
| 2019-04-02 | Update more unit test to new API | Oliver Scherer | -0/+1 |
| 2019-03-20 | Tweak incorrect escaped char diagnostic | Esteban Küber | -19/+19 |
| 2019-03-16 | syntax: Introduce `Ident::can_be_raw` | Vadim Petrochenkov | -8/+4 |
| 2019-03-13 | Rollup merge of #58876 - estebank:numeric-lifetime, r=petrochenkov | Mazdak Farrokhzad | -3/+15 |
| 2019-03-09 | review comments | Esteban Küber | -4/+4 |
| 2019-03-08 | Parse lifetimes that start with a number and give specific error | Esteban Küber | -6/+18 |
| 2019-03-07 | Fix with_emitter callers | Esteban Küber | -1/+1 |
| 2019-02-16 | help suggestion when trying to delimit string literals with directed unicode ... | Patrick McCarter | -9/+44 |