| Age | Commit message (Expand) | Author | Lines |
| 2018-07-10 | Deny bare trait objects in in src/libsyntax | ljedrz | -4/+4 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -1/+1 |
| 2018-05-19 | rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons... | Eduard-Mihai Burtescu | -1/+4 |
| 2018-03-18 | Allow raw identifiers in diagnostic macros. | Lymia Aluysia | -5/+5 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -5/+5 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -1/+1 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -2/+2 |
| 2018-03-08 | Move REGISTERED_DIAGNOSTICS to a ParseSess field | John Kåre Alsaker | -19/+4 |
| 2018-02-18 | Replace dummy spans with empty spans | Seiichi Uchida | -1/+1 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -1/+2 |
| 2018-01-15 | Add error code for unstable feature errors | Guillaume Gomez | -0/+8 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -5/+6 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -2/+2 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -11/+54 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 |
| 2017-07-28 | syntax: Add `tokens: Option<TokenStream>` to Item | Alex Crichton | -0/+1 |
| 2017-06-11 | Add E0609 | Guillaume Gomez | -0/+11 |
| 2017-05-30 | Add new error code | Guillaume Gomez | -0/+8 |
| 2017-05-25 | Hygienize lifetimes. | Jeffrey Seyfried | -1/+1 |
| 2017-05-15 | adressed comments by @kennytm and @petrochenkov | Andre Bogus | -2/+2 |
| 2017-05-12 | Fix some clippy warnings in libsyntax | Andre Bogus | -3/+3 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -3/+3 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -1/+2 |
| 2016-09-28 | libsyntax: clearer names for some AST parts | Jonas Schievink | -1/+1 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -1/+2 |
| 2016-06-24 | reexport errors from syntax. fix failing cfail test | Jonathan Turner | -0/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -28/+2 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -1/+2 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -3/+3 |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -5/+5 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -4/+4 |
| 2016-02-11 | [breaking-change] don't glob export ast::Visibility variants | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::Mutablity variants | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't pub export ast::Ty_ variants | Oliver Schneider | -2/+2 |
| 2016-01-28 | Avoid ICE if environment variable is not set | Ruud van Asseldonk | -14/+18 |
| 2015-12-30 | use structured errors | Nick Cameron | -11/+47 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -7/+7 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -1/+1 |
| 2015-08-12 | Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b... | Niko Matsakis | -0/+12 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -1/+1 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -11/+14 |
| 2015-07-17 | Improve register_long_diagnostics macro | Guillaume Gomez | -0/+3 |
| 2015-07-16 | Improve register_diagnostics macro | Guillaume Gomez | -0/+3 |
| 2015-06-20 | diagnostics: Resurrect the Compiler Error Index. | Michael Sproul | -87/+45 |
| 2015-06-14 | diagnostics: Allow long URLs in error explanations. | Michael Sproul | -2/+9 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -2/+1 |
| 2015-05-22 | Remove error diagnostics uniqueness check and .json generation. | Felix S. Klock II | -17/+4 |