| Age | Commit message (Expand) | Author | Lines |
| 2018-06-28 | Fix rebase | Vadim Petrochenkov | -0/+5 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -22/+1 |
| 2018-06-28 | Use `Ident`s for lifetimes in HIR | Vadim Petrochenkov | -0/+4 |
| 2018-06-27 | syntax_pos: Store multibyte char size as u8 instead of u32. | Michael Woerister | -2/+2 |
| 2018-06-27 | Add comments to analzye_filemap(). | Michael Woerister | -0/+2 |
| 2018-06-27 | Add SSE2 accelerated version of FileMap analysis. | Michael Woerister | -68/+444 |
| 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-27 | Implement `#[macro_export(local_inner_macros)]` | Vadim Petrochenkov | -0/+3 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -2/+2 |
| 2018-06-25 | Fix typo | Berkus Karchebnyy | -1/+1 |
| 2018-06-23 | hygiene: Merge `NameAndSpan` into `ExpnInfo` | Vadim Petrochenkov | -52/+41 |
| 2018-06-23 | hygiene: Make sure transparency of `Mark::root()` is an implementation detail... | Vadim Petrochenkov | -0/+2 |
| 2018-06-23 | hygiene: Rename `MarkKind` to `Transparency` | Vadim Petrochenkov | -19/+51 |
| 2018-06-23 | hygiene: Make sure expansion info is set at most once for a given `Mark` | Vadim Petrochenkov | -1/+8 |
| 2018-06-23 | hygiene: Give `Debug` impls to hygiene structures | Vadim Petrochenkov | -2/+4 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -0/+2 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -0/+5 |
| 2018-06-14 | Fix comment on editions | Manish Goregaokar | -1/+1 |
| 2018-06-09 | Implement RFC 2421, 'Keyword unreservations (pure, sizeof, alignof, offsetof)' | Havvy | -22/+18 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -0/+5 |
| 2018-06-04 | Add doc keyword support | Guillaume Gomez | -0/+11 |
| 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 |