| Age | Commit message (Expand) | Author | Lines |
| 2016-03-14 | Add `default` as contextual keyword, and parse it for impl items. | Aaron Turon | -0/+2 |
| 2016-03-14 | derive: improve hygiene for type parameters (see #2810) | Alex Burka | -17/+46 |
| 2016-03-14 | derive: remove most __ strings FIXME(#2810) | Alex Burka | -48/+48 |
| 2016-03-14 | fix FIXME(#6449) in #[derive(PartialOrd, Ord)] | Alex Burka | -55/+48 |
| 2016-03-14 | derive: emit intrinsics::unreachable for impls on empty enums | Alex Burka | -11/+18 |
| 2016-03-01 | derive: Emit only PartialOrd::partial_cmp for simple enums | Ulrik Sverdrup | -24/+35 |
| 2016-02-29 | derive: Skip PartialEq::ne for any zero-field enum or struct | Ulrik Sverdrup | -17/+15 |
| 2016-02-29 | derive: Avoid emitting PartialEq::ne for c-like enums | Ulrik Sverdrup | -5/+28 |
| 2016-02-23 | Some refactoring in deriving/debug.rs | Vadim Petrochenkov | -8/+3 |
| 2016-02-22 | Fix #[derive] for empty structs with braces | Vadim Petrochenkov | -37/+49 |
| 2016-02-13 | Rename ast::Pat_ and its variants | Vadim Petrochenkov | -3/+3 |
| 2016-02-12 | Use more autoderef in libsyntax_ext | Jonas Schievink | -2/+2 |
| 2016-02-12 | Auto merge of #31583 - petrochenkov:indi_ast, r=Manishearth | bors | -13/+13 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -13/+13 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+13 |
| 2016-02-11 | [breaking-change] don't glob export ast::StrStyle variants | Oliver 'ker' Schneider | -3/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::Visibility variants | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::Mutablity variants | Oliver 'ker' Schneider | -19/+22 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -9/+9 |
| 2016-02-11 | [breaking-change] don't pub export ast::Stmt_ variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't pub export ast::IntLitType variants | Oliver Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't pub export ast::Lit_ variants | Oliver Schneider | -14/+14 |
| 2016-02-11 | [breaking-change] don't pub export ast::Ty_ variants | Oliver Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] remove the sign from integer literals in the ast | Oliver Schneider | -6/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::{UintTy, IntTy} variants | Oliver Schneider | -11/+11 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -17/+15 |
| 2016-02-11 | [breaking-change] don't glob export ast::ExplicitSelf_ variants | Oliver Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't glob export ast::Decl_ variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -3/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::BlockCheckMode variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::BinOp_ | Oliver Schneider | -18/+16 |
| 2016-02-11 | [breaking-change] don't glob export ast::UnOp variants | Oliver Schneider | -1/+1 |
| 2016-02-03 | remove dead #[derive(FromPrimitive)] code | Alex Burka | -145/+0 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -2/+2 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -2/+2 |
| 2016-01-22 | Extended save-analysis to support generated code, alterned some spans in form... | Daniel Campbell | -6/+6 |
| 2015-12-31 | Cut out a bunch of Result and panictry! boilerplate from libsyntax. | Nick Cameron | -9/+9 |
| 2015-12-30 | use structured errors | Nick Cameron | -18/+6 |
| 2015-12-21 | Auto merge of #30352 - alexcrichton:new-snashots, r=nikomatsakis | bors | -2/+0 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -1/+1 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-12-20 | Stop re-exporting the ast::BindingMode variants. | Ms2ger | -1/+1 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -5/+24 |
| 2015-12-18 | Require exact type equality + add tests | Vadim Petrochenkov | -1/+1 |
| 2015-12-18 | Rollup merge of #30420 - petrochenkov:owned2, r=nrc | Manish Goregaokar | -7/+5 |
| 2015-12-18 | Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis | Manish Goregaokar | -3/+3 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -7/+5 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+0 |
| 2015-12-17 | test errors | Nick Cameron | -1/+1 |