| Age | Commit message (Expand) | Author | Lines |
| 2015-02-16 | Fix fallout in libsyntax from RFC 599. Clarity and efficiency seems to be mos... | Niko Matsakis | -9/+10 |
| 2015-02-16 | Clean up visit_attribute in feature_gate.rs | Manish Goregaokar | -37/+26 |
| 2015-02-16 | Feature gate custom attributes (fixes #22203) | Manish Goregaokar | -0/+54 |
| 2015-02-16 | Move ATTRIBUTE_WHITELIST and CRATE_ATTRS to KNOWN_ATTRIBUTES in syntax::featu... | Manish Goregaokar | -0/+69 |
| 2015-02-16 | Address the other cases of #22234; fix #22234. | Felix S. Klock II | -6/+80 |
| 2015-02-15 | Address the `asm!` case of #22234. | Felix S. Klock II | -6/+25 |
| 2015-02-15 | libsyntax: Pass feature set in ExpansionConfig, not just enable_quotes. | Felix S. Klock II | -16/+25 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+0 |
| 2015-02-15 | Rollup merge of #22285 - kmcallister:pub-macro, r=nick29581 | Manish Goregaokar | -0/+18 |
| 2015-02-15 | Rollup merge of #22300 - kmcallister:pub-method-macro, r=sfackler | Manish Goregaokar | -2/+1 |
| 2015-02-15 | Rollup merge of #22339 - petrochenkov:int, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22277 - pnkfelix:reference-update-feature-gate-list, r=steve... | Manish Goregaokar | -0/+1 |
| 2015-02-15 | Rollup merge of #22274 - pnkfelix:retag-slicing-syntax-as-accepted, r=nikomat... | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Fix the fallout | Vadim Petrochenkov | -1/+1 |
| 2015-02-14 | Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelix | bors | -39/+73 |
| 2015-02-13 | Forbid `pub mymacro!();` | Keegan McAllister | -0/+18 |
| 2015-02-13 | Parse `pub` in the expansion of a method macro | Keegan McAllister | -2/+1 |
| 2015-02-13 | Added all active features to the list in reference.md. | Felix S. Klock II | -0/+1 |
| 2015-02-13 | Re-tag `slicing_syntax` as `Accepted`. | Felix S. Klock II | -1/+1 |
| 2015-02-12 | Made `Self` a keyword. | Marvin Löbel | -39/+73 |
| 2015-02-12 | Update metadata to reflect that predicates/schemes/trait-defs are now severed | Niko Matsakis | -0/+8 |
| 2015-02-11 | bitrig integration | Dave Huseby | -0/+2 |
| 2015-02-11 | rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flag | Alex Crichton | -0/+10 |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -2/+2 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -2/+2 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -17/+5 |
| 2015-02-11 | Generalize all error messages with "experimental in alpha release" to | Felix S. Klock II | -1/+1 |
| 2015-02-11 | Feature-gate the `#[unsafe_no_drop_flag]` attribute. | Felix S. Klock II | -0/+10 |
| 2015-02-11 | generalize error text to not focus on any particular release. | Felix S. Klock II | -1/+1 |
| 2015-02-11 | Opt into new `box_patterns` feature gate in various crates. | Felix S. Klock II | -0/+1 |
| 2015-02-11 | Add `box_patterns` feature gate. | Felix S. Klock II | -1/+4 |
| 2015-02-10 | rollup merge of #22116: kmcallister/cfg_attr | Alex Crichton | -54/+68 |
| 2015-02-10 | rollup merge of #22103: pczarn/fix-ice-22091 | Alex Crichton | -2/+9 |
| 2015-02-10 | rollup merge of #22094: alkor/cleanup-show-string | Alex Crichton | -1/+0 |
| 2015-02-10 | rollup merge of #21943: hugwijst/extctxt_ufcs | Alex Crichton | -0/+56 |
| 2015-02-10 | rollup merge of #21918: ranma42/replace-be | Alex Crichton | -1/+1 |
| 2015-02-10 | Auto merge of #22026 - kmcallister:plugin, r=sfackler | bors | -5/+5 |
| 2015-02-10 | Auto merge of #21961 - nick29581:hrl-syntax, r=nmatsakis | bors | -15/+52 |
| 2015-02-10 | Tests | Nick Cameron | -4/+10 |
| 2015-02-09 | Use a crate attribute to load plugins | Keegan McAllister | -5/+5 |
| 2015-02-09 | Process cfg_attr right before stripping cfg | Keegan McAllister | -38/+48 |
| 2015-02-09 | syntax::fold: Allow removing attributes | Keegan McAllister | -16/+20 |
| 2015-02-09 | Refactor compilation to make it easier to use for tools | Nick Cameron | -0/+1 |
| 2015-02-08 | syntax: Fix integer underflow in diagnostic | Piotr Czarnecki | -2/+9 |
| 2015-02-09 | Accept quantification of lifetimes outside the self type in where clauses. | Nick Cameron | -11/+42 |
| 2015-02-08 | Rename Show to Debug, String to Display | Alexander Korolkov | -1/+0 |
| 2015-02-08 | Auto merge of #22054 - LeoTestard:include-parse-errors, r=alexcrichton | bors | -2/+6 |
| 2015-02-08 | Auto merge of #21988 - kmcallister:no-std, r=sfackler | bors | -78/+163 |
| 2015-02-07 | Fake up #![no_std] on pretty-printing; keep it out of AST | Keegan McAllister | -14/+22 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -1/+9 |