| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-12-13 | Improve interaction between macros 2.0 and `macro_rules!`. | Jeffrey Seyfried | -0/+39 |
| 2017-12-12 | Refactor `MarkData` field `modern: bool` to `kind: MarkKind`. | Jeffrey Seyfried | -14/+28 |
| 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 |
| 2017-12-07 | remove unnecessary function | Agustin Chiappe Berrini | -5/+1 |
| 2017-12-07 | address comments | Agustin Chiappe Berrini | -18/+0 |
| 2017-12-06 | Auto merge of #45953 - estebank:tab-4, r=nikomatsakis | bors | -3/+12 |
| 2017-12-06 | and refactor to just move the checking | Agustin Chiappe Berrini | -0/+52 |
| 2017-12-01 | incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache. | Michael Woerister | -0/+5 |
| 2017-12-01 | incr.comp.: Properly hash and encode macro expansion information. | Michael Woerister | -4/+29 |
| 2017-11-24 | Display `\t` in diagnostics code as four spaces | Esteban Küber | -3/+12 |
| 2017-11-13 | Fix style in interner test | John-John Tedro | -1/+1 |
| 2017-11-06 | Auto merge of #45758 - nzig:explain-span-ctxt, r=petrochenkov | bors | -3/+5 |
| 2017-11-05 | Fix comment formatting | Nadav Zingerman | -2/+2 |
| 2017-11-04 | Auto merge of #45711 - tirr-c:unicode-span, r=estebank | bors | -4/+92 |
| 2017-11-04 | Add comment explaining the ctxt field in Span | Nadav Zingerman | -1/+3 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -5/+6 |
| 2017-11-03 | Display spans correctly when there are non-half-width characters | Wonwoo Choi | -4/+92 |
| 2017-10-29 | Optimize some span operations | Vadim Petrochenkov | -25/+52 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -4/+5 |
| 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 | -27/+182 |
| 2017-09-09 | Add `impl From<Vec<Span>> for MultiSpan`. | Sergio Benitez | -0/+6 |
| 2017-09-03 | enable desugaring-sensitive error messages and use them in Try | Ariel Ben-Yehuda | -0/+12 |
| 2017-08-31 | Implement From<&str> for Symbol. | Eduard-Mihai Burtescu | -0/+6 |
| 2017-08-30 | Make fields of `Span` public again | Vadim Petrochenkov | -3/+15 |
| 2017-08-30 | Normalize order of `lo` and `hi` in `Span::new` | Vadim Petrochenkov | -1/+1 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -51/+69 |