| Age | Commit message (Expand) | Author | Lines |
| 2016-02-11 | remove unit test that can't be tested anymore | Oliver Schneider | -8/+0 |
| 2016-02-11 | [breaking-change] remove the sign from integer literals in the ast | Oliver Schneider | -10/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::{UintTy, IntTy} variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -48/+48 |
| 2016-02-11 | [breaking-change] don't glob export ast::ExplicitSelf_ variants | Oliver Schneider | -12/+12 |
| 2016-02-11 | [breaking-change] don't glob export ast::Decl_ variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::CaptureClause variants | Oliver Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -8/+8 |
| 2016-02-11 | [breaking-change] don't glob export ast::BlockCheckMode variants | Oliver Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't glob import ast::FunctionRetTy variants | Oliver Schneider | -11/+11 |
| 2016-01-28 | libsyntax: fix pretty printing of macro with braces | Tomasz Miąsko | -5/+2 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -1/+0 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -1/+0 |
| 2016-01-25 | Fix pretty_printer to print omitted type `_` marker | nxnfufunezn | -8/+8 |
| 2015-12-30 | Auto merge of #30526 - Ms2ger:PathParameters, r=brson | bors | -2/+2 |
| 2015-12-23 | Minor fix to whitespace in libsyntax | Erick Tryzelaar | -2/+2 |
| 2015-12-22 | Stop re-exporting PathParameters's variants. | Ms2ger | -2/+2 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -4/+4 |
| 2015-12-20 | Stop re-exporting the ast::BindingMode variants. | Ms2ger | -4/+4 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -1/+6 |
| 2015-12-18 | Rollup merge of #30420 - petrochenkov:owned2, r=nrc | Manish Goregaokar | -3/+2 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -3/+2 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -3/+3 |
| 2015-12-16 | Implement type ascription. | Eduard Burtescu | -1/+6 |
| 2015-12-16 | Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrc | Manish Goregaokar | -1/+1 |
| 2015-12-15 | Generated code spans now point to callsite parameters (where applicable) | Daniel Campbell | -1/+1 |
| 2015-12-14 | [breaking-change] move ast_util functions to methods | faineance | -10/+9 |
| 2015-12-14 | Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix | bors | -5/+5 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -7/+5 |
| 2015-12-05 | Use a struct instead of a tuple for inline asm output operands | Amanieu d'Antras | -5/+5 |
| 2015-12-05 | Add proper support for indirect output constraints in inline asm | Amanieu d'Antras | -1/+1 |
| 2015-11-26 | Some TLC for the MoveMap trait | Marvin Löbel | -2/+0 |
| 2015-11-26 | Moved and refactored ThinAttributes | Marvin Löbel | -5/+6 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -84/+145 |
| 2015-11-23 | Avoid some code duplication around getting names of numeric types. | Michael Woerister | -3/+3 |
| 2015-11-17 | Auto merge of #29887 - sanxiyn:match-ref-pats, r=sfackler | bors | -18/+18 |
| 2015-11-17 | Fix match_ref_pats flagged by Clippy | Seo Sanghyeon | -18/+18 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -4/+4 |
| 2015-11-12 | Auto merge of #29780 - KyleMayes:quote-ext, r=nrc | bors | -0/+1 |
| 2015-11-12 | libsyntax: deny warnings in doctests | Kevin Butler | -2/+4 |
| 2015-11-11 | libsyntax: Add more quasiquoting macros | Kyle Mayes | -0/+1 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -7/+7 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -8/+4 |
| 2015-10-27 | Generalise associative operator parsing | Simonas Kazlauskas | -6/+8 |
| 2015-10-26 | Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni... | bors | -1/+2 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -16/+2 |
| 2015-10-25 | Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) | John Hodge | -1/+2 |
| 2015-10-15 | Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix | bors | -2/+2 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -2/+1 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -8/+19 |