| Age | Commit message (Expand) | Author | Lines |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+1 |
| 2018-07-23 | Allow by default, fix tests | mark | -0/+1 |
| 2018-07-20 | proc_macro: move some implementation details to a rustc module. | Eduard-Mihai Burtescu | -6/+0 |
| 2018-07-14 | Remove some tests using AST comparisons, fix other tests | Vadim Petrochenkov | -2/+4 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -1/+1 |
| 2018-07-10 | Deny bare trait objects in in src/libsyntax | ljedrz | -1/+1 |
| 2018-06-28 | Fix FileMap::line_begin_pos(). | Michael Woerister | -2/+4 |
| 2018-06-27 | Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable. | Michael Woerister | -19/+1 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -2/+2 |
| 2018-06-15 | Auto merge of #50296 - cmdd:master, r=nikomatsakis | bors | -0/+14 |
| 2018-06-09 | Crate-ify and delete unused code in syntax::parse | Mark Simulacrum | -24/+22 |
| 2018-06-08 | provide error message when using more than 65535 hash symbols for raw strings | David Cao | -0/+14 |
| 2018-05-31 | Rollup merge of #51240 - nnethercote:parse-2, r=nikomatsakis | Guillaume Gomez | -5/+3 |
| 2018-05-31 | Avoid an unnecessary `match` when lexing "<-". | Nicholas Nethercote | -5/+1 |
| 2018-05-31 | Tweak identifer lexing. | Nicholas Nethercote | -0/+2 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -6/+7 |
| 2018-05-26 | Fix test | Esteban Küber | -4/+8 |
| 2018-05-25 | in which we check for confusable Unicodepoints in float literal exponent | Zack M. Davis | -5/+12 |
| 2018-05-22 | Auto merge of #50838 - alexcrichton:token-impls, r=eddyb | bors | -17/+40 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -6/+7 |
| 2018-05-20 | lexer: Fix span override for the first token in a string | Vadim Petrochenkov | -9/+12 |
| 2018-05-18 | rustc: Fix joint-ness of stringified token-streams | Alex Crichton | -17/+40 |
| 2018-05-18 | Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis | bors | -1/+1 |
| 2018-05-18 | Auto merge of #50566 - nnethercote:bump, r=petrochenkov | bors | -65/+55 |
| 2018-05-17 | Turn some functions from `token.rs` into methods on `Ident` | Vadim Petrochenkov | -1/+1 |
| 2018-05-15 | Represent lifetimes as two joint tokens in proc macros | Vadim Petrochenkov | -4/+1 |
| 2018-05-15 | proc_macro: Validate inputs to `Punct::new` and `Ident::new` | Vadim Petrochenkov | -0/+9 |
| 2018-05-14 | Remove `StringReader::col`. | Nicholas Nethercote | -7/+13 |
| 2018-05-14 | Make `nextnextch()` more closely resemble `nextch()`. | Nicholas Nethercote | -8/+7 |
| 2018-05-13 | Remove `StringReader::terminator`. | Nicholas Nethercote | -20/+11 |
| 2018-05-13 | Rename some stuff in `StringReader`. | Nicholas Nethercote | -29/+24 |
| 2018-05-13 | Tweak naming and ordering in `StringReader::bump()`. | Nicholas Nethercote | -16/+15 |
| 2018-04-12 | Change the hashcounts in raw `Lit` variants from usize to u16. | Nicholas Nethercote | -3/+3 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -1/+1 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -5/+4 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -1/+1 |
| 2018-03-28 | Make ParseSess thread-safe | John Kåre Alsaker | -5/+4 |
| 2018-03-18 | Move raw_identifiers check to the lexer. | Lymia Aluysia | -0/+4 |
| 2018-03-18 | Feature gate raw identifiers. | Lymia Aluysia | -0/+1 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -23/+46 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -1/+1 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -10/+4 |
| 2018-03-15 | Use a single Lock for CodeMap.stable_id_to_filemap and CodeMap.files | John Kåre Alsaker | -1/+1 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -116/+143 |
| 2018-03-08 | Move REGISTERED_DIAGNOSTICS to a ParseSess field | John Kåre Alsaker | -0/+3 |
| 2018-03-04 | Add note for unterminated raw string error | Guillaume Gomez | -8/+25 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -22/+20 |
| 2018-02-01 | Improve char escaping in lexer messages | Ryan Cumming | -12/+19 |
| 2018-01-29 | Toggle span highlighting on `-Zteach` | Esteban Küber | -0/+1 |