| Age | Commit message (Expand) | Author | Lines |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -50/+50 |
| 2016-02-11 | [breaking-change] don't glob export ast::Decl_ variants | Oliver Schneider | -6/+6 |
| 2016-02-11 | [breaking-change] don't glob export ast::CaptureClause variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::BlockCheckMode variants | Oliver Schneider | -4/+2 |
| 2016-02-11 | [breaking-change] don't glob import ast::FunctionRetTy variants | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::BinOp_ | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::UnOp variants | Oliver Schneider | -1/+2 |
| 2016-01-27 | trpl: fix macro follow sets | Alex Burka | -0/+1 |
| 2016-01-26 | Rollup merge of #31152 - durka:ty-follow-bracket, r=pnkfelix | Manish Goregaokar | -1/+1 |
| 2016-01-23 | add `[` to FOLLOW(ty) and FOLLOW(path) | Alex Burka | -1/+1 |
| 2016-01-22 | The war on abort_if_errors | Nick Cameron | -1/+6 |
| 2016-01-07 | extending FOLLOW(NT) as specified in amendment. | Felix S. Klock II | -4/+7 |
| 2016-01-07 | macro_rules: proper FIRST/FOLLOW computations for checking macro_rules validity. | Felix S. Klock II | -16/+500 |
| 2016-01-06 | Auto merge of #30654 - nrc:panictry, r=brson | bors | -6/+6 |
| 2016-01-04 | Add test for "malformed macro lhs" and change back span_bug to span_fatal | Guillaume Gomez | -2/+2 |
| 2015-12-31 | Cut out a bunch of Result and panictry! boilerplate from libsyntax. | Nick Cameron | -6/+6 |
| 2015-12-30 | Auto merge of #30526 - Ms2ger:PathParameters, r=brson | bors | -2/+2 |
| 2015-12-30 | use structured errors | Nick Cameron | -37/+67 |
| 2015-12-23 | Auto merge of #30377 - Wafflespeanut:levenshtein, r=Manishearth | bors | -10/+3 |
| 2015-12-22 | Stop re-exporting PathParameters's variants. | Ms2ger | -2/+2 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -3/+3 |
| 2015-12-20 | Stop re-exporting the ast::BindingMode variants. | Ms2ger | -3/+3 |
| 2015-12-18 | Rollup merge of #30420 - petrochenkov:owned2, r=nrc | Manish Goregaokar | -13/+12 |
| 2015-12-18 | Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis | Manish Goregaokar | -6/+6 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -13/+12 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -5/+5 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -6/+6 |
| 2015-12-16 | Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrc | Manish Goregaokar | -5/+8 |
| 2015-12-16 | Modify the Levenshtein-based suggestions to include imports | Ravi Shankar | -10/+3 |
| 2015-12-15 | Fix expansion tests | Seo Sanghyeon | -4/+13 |
| 2015-12-15 | Move built-in syntax extensions to a separate crate | Seo Sanghyeon | -5243/+7 |
| 2015-12-15 | Generated code spans now point to callsite parameters (where applicable) | Daniel Campbell | -5/+8 |
| 2015-12-14 | [breaking-change] move ast_util functions to methods | faineance | -5/+4 |
| 2015-12-14 | Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix | bors | -3/+9 |
| 2015-12-13 | remove deprecated APIs missed in #30182 | Tamir Duberstein | -7/+0 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -1/+1 |
| 2015-12-05 | Use a struct instead of a tuple for inline asm output operands | Amanieu d'Antras | -1/+6 |
| 2015-12-05 | Add proper support for indirect output constraints in inline asm | Amanieu d'Antras | -3/+4 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -17/+49 |
| 2015-11-30 | Improved comments around dropped attributes in the macro expander | Marvin Löbel | -2/+2 |
| 2015-11-27 | Auto merge of #30064 - fhartwig:macro-suggestions, r=sanxiyn | bors | -0/+16 |
| 2015-11-27 | Introduce max_suggestion_distance function to avoid duplicating the heuristic | Florian Hartwig | -4/+2 |
| 2015-11-26 | Added stmt_expr_attribute feature gate | Marvin Löbel | -8/+14 |
| 2015-11-26 | Some TLC for the MoveMap trait | Marvin Löbel | -1/+2 |
| 2015-11-26 | Fixed macro expander not folding attributes (though I'm not sure if that is a... | Marvin Löbel | -15/+13 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -10/+37 |
| 2015-11-26 | Add '!' to macro name suggestion, use fileline_help instead of span_help | Florian Hartwig | -1/+1 |
| 2015-11-26 | Add suggestion of similar macro names to `macro undefined` error message | Florian Hartwig | -0/+18 |
| 2015-11-25 | Fix "Cannot fill in a NT" ICE | Jonas Schievink | -12/+23 |