| Age | Commit message (Expand) | Author | Lines |
| 2016-08-31 | Add a tracking issue to the feature gate of the sysv64 ABI | CensoredUsername | -1/+1 |
| 2016-08-31 | Warn about multiple conflicting #[repr] hints | Chris Wong | -3/+2 |
| 2016-08-30 | Feature gate the sysv64 abi as feature(abi_sysv64) and add tests | CensoredUsername | -7/+16 |
| 2016-08-30 | Change ABI string from sysV64 to sysv64 | CensoredUsername | -1/+1 |
| 2016-08-30 | Allow specification of the system V AMD64 ABI constraint. | CensoredUsername | -0/+2 |
| 2016-08-29 | Remove inherent methods `Annotatable::attrs` and `Annotatable::fold_attrs`. | Jeffrey Seyfried | -7/+0 |
| 2016-08-29 | Future proof the AST for `union`. | Jeffrey Seyfried | -2/+18 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -113/+72 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -159/+459 |
| 2016-08-28 | Rollup merge of #35728 - petrochenkov:empderive, r=manishearth | Jeffrey Seyfried | -20/+20 |
| 2016-08-28 | Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakis | Jeffrey Seyfried | -23/+41 |
| 2016-08-28 | Rollup merge of #35618 - jseyfried:ast_view_path_refactor, r=eddyb | Jeffrey Seyfried | -74/+28 |
| 2016-08-28 | Rollup merge of #35591 - GuillaumeGomez:generics_span, r=jntrmr | Jeffrey Seyfried | -8/+16 |
| 2016-08-27 | Change Constness to Spanned<Constness> | Keith Yeung | -23/+41 |
| 2016-08-27 | Rollup merge of #36014 - slash3g:stabilize-type-macros, r=nikomatsakis | Manish Goregaokar | -15/+3 |
| 2016-08-27 | Rollup merge of #35953 - Aatch:better-missing-block-error, r=nrc | Manish Goregaokar | -3/+24 |
| 2016-08-26 | Stabilize type-macros | Daniele Baracchi | -15/+3 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -64/+38 |
| 2016-08-25 | Refactor away `AttributeMethods`. | Jeffrey Seyfried | -11/+4 |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -44/+36 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -159/+459 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -15/+17 |
| 2016-08-24 | Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. | Eduard Burtescu | -5/+0 |
| 2016-08-23 | Improve error message when failing to parse a block | James Miller | -3/+24 |
| 2016-08-21 | Refactor away variant `ast::PathListItemKind::Mod` | Jeffrey Seyfried | -74/+28 |
| 2016-08-19 | Auto merge of #33922 - estebank:doc-comment, r=alexcrichton | bors | -17/+45 |
| 2016-08-18 | Add Span field for Generics structs | Guillaume Gomez | -8/+16 |
| 2016-08-18 | Split `AstBuilder::pat_enum` into `pat_tuple_struct` and `pat_path` | Vadim Petrochenkov | -20/+20 |
| 2016-08-18 | Fix #[derive] for empty tuple structs/variants | Vadim Petrochenkov | -1/+1 |
| 2016-08-16 | Auto merge of #35538 - cgswords:libproc_macro, r=nrc | bors | -0/+76 |
| 2016-08-16 | Proc_macro is alive | cgswords | -0/+76 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -18/+33 |
| 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-14 | Rollup merge of #35539 - cgswords:ts_concat, r=nrc | Eduard-Mihai Burtescu | -20/+92 |
| 2016-08-14 | Rollup merge of #35491 - sanxiyn:pub-restricted-span, r=nikomatsakis | Eduard-Mihai Burtescu | -9/+10 |
| 2016-08-13 | Auto merge of #35453 - jseyfried:hygienize_metavariables, r=nrc | bors | -12/+12 |
| 2016-08-13 | Fix bug in PostExpansionVisitor | Andrew Cann | -1/+1 |
| 2016-08-13 | Minor fixups based on feedback | Andrew Cann | -1/+1 |
| 2016-08-13 | Minor fixup. | Andrew Cann | -2/+1 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -10/+10 |
| 2016-08-13 | Control usage of `!` through a feature gate. | Andrew Cann | -3/+24 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -11/+0 |
| 2016-08-13 | Switch on TyEmpty | Andrew Cann | -5/+1 |
| 2016-08-13 | Parse `!` as TyEmpty (except in fn return type) | Andrew Cann | -0/+2 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -0/+8 |
| 2016-08-13 | Parse numeric fields in struct expressions and patterns | Vadim Petrochenkov | -2/+11 |
| 2016-08-13 | Remove restrictions from tuple structs/variants | Vadim Petrochenkov | -4/+20 |
| 2016-08-12 | Correct span for pub_restricted field | Seo Sanghyeon | -9/+10 |
| 2016-08-12 | Auto merge of #35091 - eddyb:impl-trait, r=nikomatsakis | bors | -2/+39 |