| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-08 | Don't derive traits on packed structs | Oliver Schneider | -1/+22 |
| 2018-03-05 | while let all the things | leonardo.yvens | -6/+1 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -8/+8 |
| 2018-02-28 | Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn | Manish Goregaokar | -1/+1 |
| 2018-02-22 | Implement --remap-path-prefix | Jeremy Fitzhardinge | -1/+1 |
| 2018-02-18 | Fix up tests and typos | Seiichi Uchida | -1/+1 |
| 2018-02-18 | Replace dummy spans with empty spans | Seiichi Uchida | -0/+6 |
| 2018-02-02 | Rollup merge of #47942 - estebank:macro-spans, r=nikomatsakis Minimize weird ... | kennytm | -6/+17 |
| 2018-02-01 | Minimize weird spans involving macro context | Esteban Küber | -6/+17 |
| 2018-01-27 | end_point handling multibyte characters correctly. | David Wood | -16/+0 |
| 2018-01-27 | Moved overflow check into end_point function. | David Wood | -1/+3 |
| 2018-01-12 | Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrc | bors | -0/+39 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -4/+7 |
| 2017-12-19 | incr.comp.: Precompute small hash for filenames to save some work. | Michael Woerister | -5/+21 |
| 2017-12-15 | incr.comp.: Revert hashing optimization that caused regression. | Michael Woerister | -33/+0 |
| 2017-12-14 | incr.comp.: Do less hashing per Span. | Michael Woerister | -12/+44 |
| 2017-12-14 | incr.comp.: Speed up span hashing by caching expansion context hashes. | Michael Woerister | -0/+9 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -10/+80 |