| Age | Commit message (Expand) | Author | Lines |
| 2018-05-03 | Use escape_default() for strings in LitKind::token(). | Nicholas Nethercote | -0/+1 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -5/+1 |
| 2018-04-12 | Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton | bors | -2/+2 |
| 2018-04-12 | Mark the rest of the `unicode` feature flag as perma-unstable. | Simon Sapin | -1/+1 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -1/+1 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -0/+1 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -1/+0 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -0/+2 |
| 2018-04-09 | Convert sort_by to sort_by_cached_key | varkor | -0/+1 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -2/+0 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -1/+1 |
| 2018-03-28 | Make SyntaxExtension thread-safe | John Kåre Alsaker | -0/+2 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -1/+1 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -0/+30 |
| 2018-03-08 | Move epochs to libsyntax | Manish Goregaokar | -0/+2 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -1/+0 |
| 2018-01-29 | Add internal-only rustc_serialize_exclude_null attribute for making the field... | Manish Goregaokar | -0/+1 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -1/+1 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -0/+1 |
| 2017-12-21 | Make mk_attr_id thread safe | John Kåre Alsaker | -0/+1 |
| 2017-12-17 | syntax: recovery for incorrect associated item paths like `[T; N]::clone` | Vadim Petrochenkov | -0/+1 |
| 2017-09-17 | Remove rustc_bitflags; use the bitflags crate | Tamir Duberstein | -1/+5 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-06 | de-orphan extended information | Zack M. Davis | -1/+1 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-07 | fix the easy features in libsyntax | ubsan | -6/+1 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -1/+1 |
| 2017-03-29 | Move `syntax::ext::hygiene` to `syntax_pos::hygiene`. | Jeffrey Seyfried | -1/+1 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -0/+10 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -0/+1 |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -0/+1 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -2/+1 |
| 2017-01-22 | Refactor `TokenStream`. | Jeffrey Seyfried | -1/+3 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -4/+0 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -1/+2 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -1/+1 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-29 | Auto merge of #37369 - estebank:multiline-span, r=nikomatsakis | bors | -0/+3 |
| 2016-11-22 | Show multiline spans in full if short enough | Esteban Küber | -0/+3 |
| 2016-11-21 | Remove `Rc` from the interner. | Jeffrey Seyfried | -0/+1 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -1/+1 |
| 2016-11-11 | Change implementation of syntax::util::SmallVector to use data_structures::Sm... | Mark-Simulacrum | -0/+1 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-10-28 | Auto merge of #37373 - nnethercote:html5ever-more-more, r=nrc | bors | -0/+1 |