| Age | Commit message (Expand) | Author | Lines |
| 2015-09-21 | Use ast::AsmDialect's variants qualified, and drop the pointless prefix. | Ms2ger | -2/+3 |
| 2015-09-20 | Replace `ast::Mac_` enum with struct | Andrew Paseltiner | -88/+75 |
| 2015-09-20 | Move tts instead of cloning in expansion | Manish Goregaokar | -24/+25 |
| 2015-09-17 | Remove Visibility field from enum variants | Simonas Kazlauskas | -1/+0 |
| 2015-09-08 | Allow tracking issues for lang features. | Huon Wilson | -2/+10 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -3/+3 |
| 2015-09-01 | Auto merge of #28137 - nrc:remove-non-multi, r=huonw | bors | -151/+2 |
| 2015-09-01 | Remove the Modifier and Decorator kinds of syntax extensions. | Nick Cameron | -151/+2 |
| 2015-08-31 | Closures are not generated code. | Nick Cameron | -4/+1 |
| 2015-08-29 | Allow #[derive()] to generate unsafe trait impls | Michael Layzell | -1/+23 |
| 2015-08-28 | Move ExpnInfo to Name | Manish Goregaokar | -19/+19 |
| 2015-08-27 | Enumify CompilerExpansion in ExpnInfo | Manish Goregaokar | -36/+27 |
| 2015-08-24 | Auto merge of #27239 - apasel422:issue-19102, r=huonw | bors | -1/+7 |
| 2015-08-19 | Auto merge of #27849 - jonas-schievink:macro-errors, r=nikomatsakis | bors | -46/+50 |
| 2015-08-17 | feature gate `cfg(target_feature)`. | Huon Wilson | -8/+15 |
| 2015-08-17 | Implement `repr(simd)` as an alias for `#[simd]`. | Huon Wilson | -1/+1 |
| 2015-08-15 | Slightly improved macro diagnostics + Indentation fixes | Jonas Schievink | -46/+50 |
| 2015-08-15 | Auto merge of #27827 - w00ns:for-loop-expn-issue-27639, r=alexcrichton | bors | -10/+1 |
| 2015-08-15 | Fix issue with for loop expansion | w00ns | -10/+1 |
| 2015-08-15 | Fix span of invalid metavariable repetition | Jonas Schievink | -1/+1 |
| 2015-08-12 | Auto merge of #27691 - jonas-schievink:for-macro, r=alexcrichton | bors | -1/+1 |
| 2015-08-12 | Fix macro expansion in for loop pattern | Jonas Schievink | -1/+1 |
| 2015-08-11 | Auto merge of #27584 - TimNN:macro-eof-span, r=huonw | bors | -23/+17 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -1/+1 |
| 2015-08-10 | add and use Span.substitute_dummy method | Tim Neumann | -17/+6 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -1/+1 |
| 2015-08-07 | improve span of erroneous empty macro invocation | Tim Neumann | -22/+27 |
| 2015-08-06 | Auto merge of #27296 - jroesch:type-macros, r=huonw | bors | -0/+73 |
| 2015-08-04 | Fix last nits | Jared Roesch | -1/+2 |
| 2015-08-04 | Actually commit tests | Jared Roesch | -1/+1 |
| 2015-08-04 | Address nits | Jared Roesch | -1/+0 |
| 2015-08-04 | Add feature gate | Jared Roesch | -19/+29 |
| 2015-08-04 | Update and add test case | Jared Roesch | -1/+6 |
| 2015-08-04 | Extend macro machinery to expand macros in types | Jared Roesch | -0/+58 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -175/+71 |
| 2015-08-03 | Auto merge of #27134 - fhartwig:derive, r=huonw | bors | -0/+11 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -82/+65 |
| 2015-07-26 | Remove `ast::LocalSource` with only one used variant | mitaa | -4/+1 |
| 2015-07-25 | Auto merge of #27253 - bossmc:unbalanced-delimiters-cause-ice, r=nikomatsakis | bors | -2/+2 |
| 2015-07-24 | Make ICE an error and use a sensible error message | Andy Caldwell | -2/+2 |
| 2015-07-23 | review feedback: common-subexpression-elim across functions in pushpop_safe i... | Felix S. Klock II | -4/+4 |
| 2015-07-23 | add `#[allow(unused_qualifications)]` to derived impls | Andrew Paseltiner | -1/+7 |
| 2015-07-22 | Allow unstable code to be injected by placement-`in` expansion. | Felix S. Klock II | -3/+23 |
| 2015-07-22 | Add feature-gates for desugaring-based `box` and placement-`in`. | Felix S. Klock II | -0/+7 |
| 2015-07-22 | Revise placement-in expansion to use `push/pop_unsafe` and `move_val_init`. | Felix S. Klock II | -24/+37 |
| 2015-07-22 | prototype Placer protocol for unstable overloaded-box and placement-in. | Felix S. Klock II | -0/+114 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -0/+101 |
| 2015-07-21 | Avoid repeated trait bounds in derived impls | Florian Hartwig | -0/+11 |
| 2015-07-21 | Provide a filemap ctor with line info | Nick Cameron | -2/+2 |
| 2015-07-13 | Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr | bors | -1/+1 |