| Age | Commit message (Expand) | Author | Lines |
| 2016-11-17 | Add feature `use_extern_macros`. | Jeffrey Seyfried | -0/+2 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -0/+3 |
| 2016-11-10 | Rollup merge of #37661 - brson:qmarkstab, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -5/+4 |
| 2016-11-09 | Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfried | Eduard-Mihai Burtescu | -4/+6 |
| 2016-11-09 | question_mark was stabilized in 1.13 | Brian Anderson | -1/+1 |
| 2016-11-08 | Partially stabilize RFC 1506 "Clarify relationships between ADTs" | Vadim Petrochenkov | -18/+17 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -15/+2 |
| 2016-11-08 | Rename KNOWN_ATTRS to BUILT_ATTRS, and create KNOWN_ATTRS | Josh Driver | -4/+6 |
| 2016-11-05 | Fix tests from the rollup | Alex Crichton | -1/+1 |
| 2016-11-05 | Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollup | Alex Crichton | -0/+3 |
| 2016-11-03 | Add feature gate for Self and associated types in struct expressions and patt... | Vadim Petrochenkov | -0/+3 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -15/+2 |
| 2016-10-31 | rustc: Add knowledge of Windows subsystems. | Alex Crichton | -0/+9 |
| 2016-10-27 | Auto merge of #37128 - nrc:depr-attr, r=@alexcrichton | bors | -48/+116 |
| 2016-10-26 | Auto merge of #11994 - eddyb:struct-literal-field-shorthand, r=nrc | bors | -0/+11 |
| 2016-10-27 | review changes | Nick Cameron | -8/+23 |
| 2016-10-27 | Implement field shorthands in struct literal expressions. | Eduard Burtescu | -0/+11 |
| 2016-10-27 | Deprecate custom_derive | Nick Cameron | -1/+6 |
| 2016-10-27 | deprecate no_debug | Nick Cameron | -1/+1 |
| 2016-10-27 | Add possibility of deprecating attributes | Nick Cameron | -44/+92 |
| 2016-10-26 | Fix typo, it bothered me | John Hodge | -1/+1 |
| 2016-10-19 | Rollup merge of #37265 - brson:bootstrap, r=alexcrichton | Eduard-Mihai Burtescu | -9/+6 |
| 2016-10-19 | Rollup merge of #37117 - pnkfelix:may-dangle-attr, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+8 |
| 2016-10-19 | Allow bootstrapping without a key. Fixes #36548 | Brian Anderson | -9/+6 |
| 2016-10-18 | Add invalid doc comment help message | Guillaume Gomez | -2/+7 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -6/+2 |
| 2016-10-11 | Add feature gate for `dropck_eyepatch` feature (RFC 1327). | Felix S. Klock II | -0/+8 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -6/+6 |
| 2016-10-01 | Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddyb | Manish Goregaokar | -0/+21 |
| 2016-09-28 | libsyntax: clearer names for some AST parts | Jonas Schievink | -2/+2 |
| 2016-09-26 | emit feature help in cheat mode | Tim Neumann | -6/+5 |
| 2016-09-26 | make is_nightly_build a method on UnstableFeatures | Tim Neumann | -0/+7 |
| 2016-09-26 | add unstable_features to ParseSess | Tim Neumann | -0/+18 |
| 2016-09-26 | make emit_feature_err take a ParseSess | Tim Neumann | -11/+13 |
| 2016-09-23 | ICH: Add ability to test the ICH of exported metadata items. | Michael Woerister | -0/+10 |
| 2016-09-23 | Add attribute support to generic lifetime and type parameters. | Felix S. Klock II | -0/+21 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -0/+10 |
| 2016-09-07 | add static_in_const feature gate | Andre Bogus | -0/+3 |
| 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 |