| Age | Commit message (Expand) | Author | Lines |
| 2016-09-05 | Rollup merge of #36245 - alexcrichton:add-back-accident, r=arielb1 | Manish Goregaokar | -0/+1 |
| 2016-09-03 | Add back feature accidentally removed | Alex Crichton | -0/+1 |
| 2016-09-03 | Translate union constants | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Lower unions from AST to HIR and from HIR to types | Vadim Petrochenkov | -0/+9 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -6/+18 |
| 2016-09-01 | Add `item_like_imports` feature. | Jeffrey Seyfried | -1/+4 |
| 2016-08-31 | Add a tracking issue to the feature gate of the sysv64 ABI | CensoredUsername | -1/+1 |
| 2016-08-30 | Feature gate the sysv64 abi as feature(abi_sysv64) and add tests | CensoredUsername | -7/+16 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -1/+1 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -13/+38 |
| 2016-08-27 | Change Constness to Spanned<Constness> | Keith Yeung | -4/+4 |
| 2016-08-26 | Stabilize type-macros | Daniele Baracchi | -3/+2 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+1 |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -1/+1 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -13/+38 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -9/+2 |
| 2016-08-24 | Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. | Eduard Burtescu | -5/+0 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -1/+18 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -1/+1 |
| 2016-08-14 | Rollup merge of #35606 - Mark-Simulacrum:no-std-fix, r=brson | Eduard-Mihai Burtescu | -1/+1 |
| 2016-08-13 | Fix bug in PostExpansionVisitor | Andrew Cann | -1/+1 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -4/+4 |
| 2016-08-13 | Control usage of `!` through a feature gate. | Andrew Cann | -1/+18 |
| 2016-08-13 | Remove restrictions from tuple structs/variants | Vadim Petrochenkov | -4/+20 |
| 2016-08-12 | syntax: add anonymized type syntax, i.e. impl TraitA+TraitB. | Eduard Burtescu | -1/+8 |
| 2016-08-11 | Change stabilization version of no_std from 1.0 to 1.6. | Mark-Simulacrum | -1/+1 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -1/+1 |
| 2016-07-30 | Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakis | bors | -32/+41 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -8/+7 |
| 2016-07-28 | Add a testing mechanism and a simple spike test | Niko Matsakis | -0/+10 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -8/+7 |
| 2016-07-18 | Properly feature gate all unstable ABIs | Vadim Petrochenkov | -32/+41 |
| 2016-06-29 | Fix tests | ggomez | -1/+1 |
| 2016-06-29 | Add error codes in libsyntax | ggomez | -9/+8 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -7/+7 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -3/+3 |
| 2016-06-16 | Simplify gated cfg checking | Jeffrey Seyfried | -71/+20 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -7/+7 |
| 2016-06-05 | Respect #[rustc_inherit_overflow_checks] in mir::build and trans. | Eduard Burtescu | -0/+7 |
| 2016-06-01 | Auto merge of #33794 - petrochenkov:sanity, r=nrc | bors | -29/+3 |
| 2016-05-30 | stable features lint warning mentions version stabilized | Zack M. Davis | -3/+7 |
| 2016-05-28 | Move some other checks to AST sanity pass | Vadim Petrochenkov | -29/+3 |
| 2016-05-27 | Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis | Manish Goregaokar | -2/+22 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -2/+22 |
| 2016-05-21 | Move `placement_in_syntax` gated feature checking from expansion to the post-... | Jeffrey Seyfried | -0/+3 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -0/+11 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -0/+11 |
| 2016-05-09 | Add #[cfg(target_has_atomic)] to get atomic support for the current target | Amanieu d'Antras | -2/+6 |
| 2016-05-07 | Implement RFC 1440 "Allow Drop types in statics/const functions". | Eduard Burtescu | -1/+4 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -3/+3 |