| Age | Commit message (Expand) | Author | Lines |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-23 | Rollup merge of #57020 - estebank:return-span, r=zackmdavis | Mazdak Farrokhzad | -0/+7 |
| 2018-12-20 | Point at coercion source on type errors for fn returning `impl Trait` | Esteban Küber | -0/+7 |
| 2018-12-12 | Use a `newtype_index!` within `Symbol`. | Nicholas Nethercote | -0/+3 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -81/+81 |
| 2018-12-06 | Fix printing of spans with no TyCtxt | John Kåre Alsaker | -1/+1 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -2/+10 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -24/+61 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -0/+1 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -0/+10 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -5/+5 |
| 2018-10-23 | Add macro call span when lacking any other span in diagnostic | Esteban Küber | -0/+11 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+2 |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -1/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -26/+26 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -7/+7 |
| 2018-08-09 | [nll] libsyntax_pos: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -0/+5 |
| 2018-07-28 | Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakis | kennytm | -5/+4 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -0/+5 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -5/+4 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+2 |
| 2018-07-08 | libsyntax_pos: Tweak some visibilities | Vadim Petrochenkov | -1/+1 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -1/+8 |
| 2018-06-30 | hygiene: Implement transparent marks | Vadim Petrochenkov | -0/+6 |
| 2018-06-28 | Fix FileMap::line_begin_pos(). | Michael Woerister | -5/+3 |
| 2018-06-27 | syntax_pos: Store multibyte char size as u8 instead of u32. | Michael Woerister | -1/+1 |
| 2018-06-27 | Add SSE2 accelerated version of FileMap analysis. | Michael Woerister | -68/+9 |
| 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 |