| Age | Commit message (Expand) | Author | Lines |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -3/+7 |
| 2018-05-18 | Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis | bors | -8/+164 |
| 2018-05-18 | Auto merge of #50847 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -0/+7 |
| 2018-05-18 | Auto merge of #50566 - nnethercote:bump, r=petrochenkov | bors | -0/+10 |
| 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/+62 |
| 2018-05-17 | Add two keywords specific to editions 2015 and 2018 respectively | Vadim Petrochenkov | -7/+11 |
| 2018-05-17 | Add edition to expansion info | Vadim Petrochenkov | -1/+14 |
| 2018-05-17 | Move definition of `Edition` from libsyntax to libsyntax_pos | Vadim Petrochenkov | -0/+84 |
| 2018-05-17 | Rollup merge of #50610 - estebank:fmt-str, r=Kimundi | Mark Simulacrum | -0/+7 |
| 2018-05-14 | Hyperlink DOI against preferred resolver | Katrin Leinweber | -1/+1 |
| 2018-05-14 | Remove `StringReader::col`. | Nicholas Nethercote | -0/+9 |
| 2018-05-13 | Inline `char_at()` and `record_width`. | Nicholas Nethercote | -0/+1 |
| 2018-05-13 | Fix impl PartialOrd for InternedString | John Kåre Alsaker | -1/+1 |
| 2018-05-12 | Rollup merge of #50607 - Zoxc:symbol-arena, r=michaelwoerister | Mark Simulacrum | -8/+34 |
| 2018-05-10 | Improve format string errors | Esteban Küber | -0/+7 |
| 2018-05-10 | Allocate Symbol strings from an arena | John Kåre Alsaker | -8/+34 |
| 2018-05-09 | Inline `Span` methods. | Nicholas Nethercote | -0/+3 |
| 2018-05-03 | Always inline simple BytePos and CharPos methods. | Nicholas Nethercote | -0/+10 |
| 2018-04-28 | Rollup merge of #50192 - bobtwinkles:libsyntax_extensions, r=jseyfried | kennytm | -0/+49 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -28/+164 |
| 2018-04-26 | Fix review nits | bobtwinkles | -6/+6 |
| 2018-04-25 | Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth | bors | -0/+4 |
| 2018-04-23 | Implement a least upper bound for marks. | bobtwinkles | -0/+27 |
| 2018-04-23 | Implement parent() on `syntax_pos::Span` | bobtwinkles | -0/+6 |
| 2018-04-23 | Add documentation for SyntaxContext::remove_mark | bobtwinkles | -0/+16 |
| 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-16 | Remove unwanted auto-linking and update | Guillaume Gomez | -2/+2 |
| 2018-04-15 | Provide better names for builtin deriving-generated attributes | James Sanderson | -0/+4 |
| 2018-04-12 | Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakis | bors | -0/+2 |
| 2018-04-11 | Reenumerated symbols | Joshua Barretto | -13/+13 |
| 2018-04-10 | Add ok-wrapping to catch blocks, per RFC | Scott McMurray | -0/+2 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -1/+0 |
| 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 | -12/+77 |
| 2018-04-05 | Merge pull request #1 from rust-lang/master | Joshua Barretto | -5/+11 |
| 2018-04-05 | Removed 'proc' from the reserved keywords list | Joshua Barretto | -1/+0 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -1/+0 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -2/+0 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -2/+10 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -2/+9 |
| 2018-03-17 | Make Span and Symbol implement Send and Sync | John Kåre Alsaker | -2/+10 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -2/+9 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -61/+65 |
| 2018-03-15 | Make FileMap thread-safe | John Kåre Alsaker | -30/+37 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -24/+41 |