| Age | Commit message (Expand) | Author | Lines |
| 2016-12-20 | Create check_ref method to allow to check coercion with & types | Guillaume Gomez | -6/+0 |
| 2016-12-20 | Fix coercion ICE | Guillaume Gomez | -1/+2 |
| 2016-12-20 | Add safe_suggestion attribute | Guillaume Gomez | -0/+9 |
| 2016-12-07 | Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb | bors | -14/+14 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -7/+0 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -14/+14 |
| 2016-12-04 | Auto merge of #38087 - jooert:remove_unmarked, r=petrochenkov | bors | -4/+3 |
| 2016-12-03 | Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichton | bors | -0/+7 |
| 2016-12-01 | Remove the "linked_from" feature. | Vadim Chugunov | -7/+0 |
| 2016-12-02 | limit the length of types in monomorphization | Ariel Ben-Yehuda | -0/+1 |
| 2016-11-30 | Remove the `unmarked_api` feature | Johannes Oertel | -4/+3 |
| 2016-11-29 | Add new #[target_feature = "..."] attribute. | Andrew Gallant | -0/+7 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -0/+7 |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -13/+12 |
| 2016-11-21 | Stabilize RFC 1560. | Jeffrey Seyfried | -3/+1 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -7/+6 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -1/+1 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -2/+2 |
| 2016-11-20 | Move `MetaItemKind`'s `Name` to a field of `MetaItem`. | Jeffrey Seyfried | -3/+3 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -3/+3 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -1/+1 |
| 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 |