| Age | Commit message (Expand) | Author | Lines |
| 2016-04-06 | add code to persist graph and for unit-testing | Niko Matsakis | -0/+8 |
| 2016-03-27 | Type macro is tracked at rust-lang/rust#27245, not 27336 | NODA, Kai | -1/+1 |
| 2016-03-26 | Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk... | Manish Goregaokar | -1/+8 |
| 2016-03-25 | unit-test symbol-names and item-paths | Niko Matsakis | -0/+7 |
| 2016-03-25 | modify #[deriving(Eq)] to emit #[structural_match] | Niko Matsakis | -1/+8 |
| 2016-03-23 | add naked function tracking issue # to feature gate definition | Tim Neumann | -1/+1 |
| 2016-03-22 | Add tests | Ticki | -1/+1 |
| 2016-03-21 | Add support for naked functions | Ticki | -0/+6 |
| 2016-03-17 | Add -Z orbit for forcing MIR for everything, unless #[rustc_no_mir] is used. | Eduard Burtescu | -4/+8 |
| 2016-03-14 | Fixes after a rebase | Aaron Turon | -3/+2 |
| 2016-03-14 | Address basic nits from initial review | Aaron Turon | -0/+1 |
| 2016-03-14 | Add feature gate | Aaron Turon | -0/+12 |
| 2016-03-07 | implement the `?` operator | Jorge Aparicio | -0/+9 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -1/+12 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -12/+3 |
| 2016-02-27 | fix fallout from libsyntax enumpocalypse | Alex Burka | -1/+1 |
| 2016-02-27 | feature-gate inclusive range syntax | Alex Burka | -1/+12 |
| 2016-02-13 | Rename ast::Pat_ and its variants | Vadim Petrochenkov | -4/+4 |
| 2016-02-12 | Use more autoderef in libsyntax | Jonas Schievink | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::TraitItemKind variants | Oliver 'ker' Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -6/+6 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -4/+4 |
| 2016-01-16 | Auto merge of #30567 - steffengy:master, r=alexcrichton | bors | -5/+19 |
| 2016-01-11 | add feature gate "abi_vectorcall" for the vectorcall calling convention | Steffen | -5/+19 |
| 2016-01-11 | [breaking-change] remove negate_unsigned feature gate | Oliver Schneider | -4/+1 |
| 2016-01-05 | Add assert-dep-graph testing mechanism and tests | Niko Matsakis | -0/+8 |
| 2015-12-30 | use structured errors | Nick Cameron | -13/+19 |
| 2015-12-21 | std: Use cfg(target_thread_local) in thread_local! | Alex Crichton | -1/+1 |
| 2015-12-21 | syntax: Respect allow_internal_unstable in macros | Alex Crichton | -4/+10 |
| 2015-12-21 | rustc: Add feature-gated cfg(target_thread_local) | Alex Crichton | -0/+8 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+7 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -4/+1 |
| 2015-12-18 | Rewrite VisiblePrivateTypesVisitor | Vadim Petrochenkov | -4/+1 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -12/+12 |
| 2015-12-16 | Add ExprType to HIR and make everything compile | Vadim Petrochenkov | -0/+7 |
| 2015-12-12 | Address the review comments | Vadim Petrochenkov | -1/+1 |
| 2015-12-12 | Implement `#[deprecated]` attribute (RFC 1270) | Vadim Petrochenkov | -0/+7 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -3/+2 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -7/+48 |
| 2015-12-01 | Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakis | bors | -0/+6 |
| 2015-11-26 | Added stmt_expr_attribute feature gate | Marvin Löbel | -7/+48 |
| 2015-11-25 | Remove `#[staged_api]` | Vadim Petrochenkov | -2/+3 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-20 | add feature gate `const_indexing` | Oliver Schneider | -0/+6 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -2/+2 |
| 2015-11-10 | Auto merge of #29725 - aturon:lang-features, r=huonw | bors | -45/+59 |
| 2015-11-09 | Use enum ParsePub instead of bool in field parsing + typo | Vadim Petrochenkov | -2/+2 |
| 2015-11-09 | Improve error message | Vadim Petrochenkov | -0/+2 |
| 2015-11-09 | Tag feature gates with issues | Aaron Turon | -45/+59 |