| Age | Commit message (Expand) | Author | Lines |
| 2018-06-27 | Use u32 instead of usize of encoding byte count of multi-byte chars. | Michael Woerister | -3/+17 |
| 2018-06-27 | Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable. | Michael Woerister | -70/+88 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -2/+2 |
| 2018-06-23 | hygiene: Merge `NameAndSpan` into `ExpnInfo` | Vadim Petrochenkov | -21/+18 |
| 2018-05-18 | Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis | bors | -0/+8 |
| 2018-05-18 | Auto merge of #50847 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -0/+7 |
| 2018-05-17 | Turn some functions from `token.rs` into methods on `Ident` | Vadim Petrochenkov | -0/+6 |
| 2018-05-17 | Move definition of `Edition` from libsyntax to libsyntax_pos | Vadim Petrochenkov | -0/+2 |
| 2018-05-17 | Rollup merge of #50610 - estebank:fmt-str, r=Kimundi | Mark Simulacrum | -0/+7 |
| 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-10 | Improve format string errors | Esteban Küber | -0/+7 |
| 2018-05-10 | Allocate Symbol strings from an arena | John Kåre Alsaker | -0/+1 |
| 2018-05-03 | Always inline simple BytePos and CharPos methods. | Nicholas Nethercote | -0/+10 |
| 2018-04-26 | Fix review nits | bobtwinkles | -1/+1 |
| 2018-04-23 | Implement parent() on `syntax_pos::Span` | bobtwinkles | -0/+6 |
| 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 `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -1/+47 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -1/+0 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 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 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -2/+9 |
| 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 | -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 |
| 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 | Use PathBuf instead of String where applicable | Oliver Schneider | -10/+80 |
| 2017-12-06 | Auto merge of #45953 - estebank:tab-4, r=nikomatsakis | bors | -3/+12 |
| 2017-12-01 | incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache. | Michael Woerister | -0/+5 |
| 2017-11-24 | Display `\t` in diagnostics code as four spaces | Esteban Küber | -3/+12 |
| 2017-11-03 | Display spans correctly when there are non-half-width characters | Wonwoo Choi | -4/+91 |
| 2017-10-29 | Optimize some span operations | Vadim Petrochenkov | -25/+52 |
| 2017-10-10 | Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfackler | kennytm | -2/+5 |
| 2017-10-09 | Refactor to use `debug_struct` in several Debug impls | Malo Jaffré | -2/+5 |
| 2017-10-03 | Rename FileMap::path and change to an Option | Philip Craig | -5/+6 |
| 2017-09-30 | Don't use remapped path when loading modules and include files | Philip Craig | -0/+6 |
| 2017-09-23 | Compress "small" spans to 32 bits and intern "large" spans | Vadim Petrochenkov | -26/+38 |