| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -1/+1 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -3/+3 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Test and gate empty structures and variants better | Vadim Petrochenkov | -18/+20 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -1/+1 |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -0/+9 |
| 2015-10-09 | Auto merge of #28857 - nrc:lowering, r=nikomatsakis | bors | -1/+1 |
| 2015-10-09 | Auto merge of #28919 - huonw:placement-tracking-issue, r=alexcrichton | bors | -2/+2 |
| 2015-10-09 | Point `placement_in_syntax`/`box_syntax` lang features at tracking issue #27779. | Huon Wilson | -2/+2 |
| 2015-10-09 | Fix stability | Nick Cameron | -1/+1 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -2/+1 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -4/+4 |
| 2015-10-06 | Non-parametric dropck; instead trust an unsafe attribute (RFC 1238). | Felix S. Klock II | -0/+9 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -6/+6 |
| 2015-09-26 | Auto merge of #28612 - gandro:targetvendor, r=alexcrichton | bors | -0/+7 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -6/+6 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -3/+3 |
| 2015-09-24 | rustc: Add target_vendor for target triples | Sebastian Wicki | -0/+7 |
| 2015-09-20 | Replace `ast::Mac_` enum with struct | Andrew Paseltiner | -1/+1 |
| 2015-09-19 | Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]` | Andrew Paseltiner | -2/+13 |
| 2015-09-18 | Overloaded augmented assignments | Jorge Aparicio | -0/+6 |
| 2015-09-18 | Add feature gate | Vadim Petrochenkov | -1/+20 |
| 2015-09-13 | Add an attribute to mark function as unwinding | Björn Steinbrink | -0/+4 |
| 2015-09-08 | Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton | bors | -90/+117 |
| 2015-09-08 | Allow tracking issues for lang features. | Huon Wilson | -90/+117 |
| 2015-09-06 | add MIR code (unused thus far) | Niko Matsakis | -3/+10 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -0/+2 |
| 2015-08-31 | Auto merge of #28007 - Ms2ger:FnKind, r=nrc | bors | -6/+6 |
| 2015-08-29 | Handle gateage of built-in attributes seperately | Jonas Schievink | -117/+125 |
| 2015-08-26 | Rename FnKind variants and stop re-exporting them from the visit module. | Ms2ger | -6/+6 |
| 2015-08-17 | Rename `simd_basics` feature gate to `repr_simd`. | Huon Wilson | -6/+3 |
| 2015-08-17 | Create "platform-intrinsic" ABI for SIMD/platform intrinsics. | Huon Wilson | -4/+13 |
| 2015-08-17 | feature gate `cfg(target_feature)`. | Huon Wilson | -0/+60 |
| 2015-08-17 | Implement `repr(simd)` as an alias for `#[simd]`. | Huon Wilson | -0/+20 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -0/+4 |
| 2015-08-10 | syntax: Add a new unstable #[linked_from] attribute | Alex Crichton | -0/+5 |
| 2015-08-10 | Auto merge of #27338 - alexcrichton:remove-morestack, r=brson | bors | -1/+3 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -1/+3 |
| 2015-08-06 | Auto merge of #27296 - jroesch:type-macros, r=huonw | bors | -0/+6 |
| 2015-08-04 | Address final nits | Jared Roesch | -2/+4 |
| 2015-08-04 | Add feature gate | Jared Roesch | -2/+6 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -0/+5 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -1/+8 |