| Age | Commit message (Expand) | Author | Lines |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-14 | Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obk | kennytm | -22/+39 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+1 |
| 2018-12-12 | Use a `newtype_index!` within `Symbol`. | Nicholas Nethercote | -22/+39 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -21/+24 |
| 2018-12-06 | Auto merge of #56392 - petrochenkov:regensym, r=oli-obk | bors | -1/+5 |
| 2018-12-04 | Address review comments | Vadim Petrochenkov | -4/+4 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -6/+6 |
| 2018-12-04 | syntax: `dyn` is a used keyword now | Vadim Petrochenkov | -5/+13 |
| 2018-12-02 | Delay gensym creation for "underscore items" until name resolution | Vadim Petrochenkov | -1/+5 |
| 2018-12-01 | Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakis | kennytm | -0/+4 |
| 2018-11-29 | Use `Cow` in `Token::String`. | Nicholas Nethercote | -0/+4 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -2/+1 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -11/+3 |
| 2018-09-16 | Treat `dyn` as a keyword in the 2018 edition | varkor | -10/+9 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -9/+11 |
| 2018-08-19 | Put `try` in the reserved list, not the in-use list | Scott McMurray | -12/+5 |
| 2018-08-19 | Add `try` to syntax_pos as an edition-2018-only keyword | Scott McMurray | -10/+19 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+1 |
| 2018-06-30 | Address comments | Vadim Petrochenkov | -5/+5 |
| 2018-06-30 | hygiene: Implement transparent marks | Vadim Petrochenkov | -0/+9 |
| 2018-06-28 | Fix rebase | Vadim Petrochenkov | -0/+5 |
| 2018-06-28 | Use `Ident`s for lifetimes in HIR | Vadim Petrochenkov | -0/+4 |
| 2018-06-09 | Implement RFC 2421, 'Keyword unreservations (pure, sizeof, alignof, offsetof)' | Havvy | -22/+18 |
| 2018-06-04 | Add doc keyword support | Guillaume Gomez | -0/+11 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -3/+7 |
| 2018-05-17 | Remove the `proc` keyword again | Vadim Petrochenkov | -13/+7 |
| 2018-05-17 | Turn some functions from `token.rs` into methods on `Ident` | Vadim Petrochenkov | -1/+56 |
| 2018-05-17 | Add two keywords specific to editions 2015 and 2018 respectively | Vadim Petrochenkov | -7/+11 |
| 2018-05-13 | Fix impl PartialOrd for InternedString | John Kåre Alsaker | -1/+1 |
| 2018-05-10 | Allocate Symbol strings from an arena | John Kåre Alsaker | -8/+32 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -28/+164 |
| 2018-04-25 | Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth | bors | -0/+4 |
| 2018-04-23 | Use FxHashMap in syntax_pos::symbol::Interner::intern. | Nicholas Nethercote | -2/+2 |
| 2018-04-17 | Rollup merge of #49699 - zesterer:master, r=joshtriplett | Guillaume Gomez | -14/+13 |
| 2018-04-15 | Provide better names for builtin deriving-generated attributes | James Sanderson | -0/+4 |
| 2018-04-11 | Reenumerated symbols | Joshua Barretto | -13/+13 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -7/+1 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -1/+6 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -8/+27 |
| 2018-04-05 | Merge pull request #1 from rust-lang/master | Joshua Barretto | -1/+5 |
| 2018-04-05 | Removed 'proc' from the reserved keywords list | Joshua Barretto | -1/+0 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -1/+5 |
| 2018-03-17 | Make Span and Symbol implement Send and Sync | John Kåre Alsaker | -1/+5 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -61/+65 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -9/+10 |
| 2017-12-07 | Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkov | bors | -0/+10 |
| 2017-12-07 | don't print self symbol's internal index unless gensymed | Niko Matsakis | -1/+10 |
| 2017-12-07 | remove unused test | Agustin Chiappe Berrini | -20/+0 |