| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-10-27 | review changes | Nick Cameron | -0/+1 |
| 2016-10-25 | Use `SmallVector` for `TtReader::stack`. | Nicholas Nethercote | -0/+1 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -0/+1 |
| 2016-09-07 | Strip unconfigured nodes in the `InvocationCollector` fold. | Jeffrey Seyfried | -0/+1 |
| 2016-09-05 | Add module `ext::placeholders` with `placeholder()` and `PlaceholderExpander`. | Jeffrey Seyfried | -0/+1 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -1/+0 |
| 2016-08-16 | Proc_macro is alive | cgswords | -0/+1 |
| 2016-07-17 | Rename `mtwt` to `hygiene` | Jeffrey Seyfried | -1/+1 |
| 2016-06-30 | Add comments on error code list | Guillaume Gomez | -1/+1 |
| 2016-06-29 | Add error codes in libsyntax | ggomez | -6/+15 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -0/+3 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -0/+1 |
| 2016-06-24 | reexport errors from syntax. fix failing cfail test | Jonathan Turner | -1/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -4/+4 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -0/+1 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -0/+3 |
| 2016-05-02 | Nit: use Range::contains | Niko Matsakis | -0/+1 |
| 2016-04-24 | Remove some old code from libsyntax | Vadim Petrochenkov | -1/+0 |
| 2016-04-24 | syntax: Make static/super/self/Self keywords + special ident cleanup | Vadim Petrochenkov | -0/+1 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -1/+0 |
| 2016-04-06 | syntax: dismantle ast_util. | Eduard Burtescu | -1/+0 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |