| Age | Commit message (Expand) | Author | Lines |
| 2017-01-23 | Remove `open_span` and `close_span` from `Delimited`. | Jeffrey Seyfried | -13/+10 |
| 2017-01-22 | Refactor `TokenStream`. | Jeffrey Seyfried | -78/+4 |
| 2017-01-20 | Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc | Alex Crichton | -100/+49 |
| 2017-01-20 | Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried | Alex Crichton | -3/+27 |
| 2017-01-17 | Auto merge of #39110 - petrochenkov:sum, r=eddyb | bors | -31/+7 |
| 2017-01-17 | Avoid interpolated token trees. | Jeffrey Seyfried | -17/+3 |
| 2017-01-17 | Clean up `ext::tt::transcribe`. | Jeffrey Seyfried | -74/+35 |
| 2017-01-17 | Refactor the parser to consume token trees. | Jeffrey Seyfried | -18/+24 |
| 2017-01-17 | Introduce `string_reader.parse_all_token_trees()`. | Jeffrey Seyfried | -7/+3 |
| 2017-01-17 | Give the `StringReader` a `sess: &ParseSess`. | Jeffrey Seyfried | -1/+1 |
| 2017-01-16 | Implement `#[proc_macro_attribute]` | Austin Bonander | -3/+27 |
| 2017-01-17 | Auto merge of #39090 - solson:exprkind-array, r=eddyb | bors | -1/+1 |
| 2017-01-17 | syntax: Rename parse_ty -> parse_ty_no_plus, parse_ty_sum -> parse_ty | Vadim Petrochenkov | -3/+3 |
| 2017-01-17 | Use resizable Vec instead of P<[T]> in AST | Vadim Petrochenkov | -21/+4 |
| 2017-01-17 | AST/HIR: Merge ObjectSum and PolyTraitRef | Vadim Petrochenkov | -7/+0 |
| 2017-01-16 | Rename ExprKind::Vec to Array in HIR and HAIR. | Scott Olson | -1/+1 |
| 2017-01-15 | Mark the pushpop_unsafe feature as "removed" | est31 | -1/+0 |
| 2017-01-12 | Auto merge of #38814 - Ralith:cfg-fields, r=jseyfried | bors | -1/+8 |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -1/+8 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -1/+0 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -7/+13 |
| 2016-12-23 | Auto merge of #38533 - jseyfried:legacy_custom_derive_deprecation, r=nrc | bors | -0/+2 |
| 2016-12-23 | Allow legacy custom derive authors to disable warnings in downstream crates. | Jeffrey Seyfried | -0/+2 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -3/+7 |
| 2016-12-20 | Rollup merge of #38171 - jseyfried:cleanup, r=nrc | Alex Crichton | -140/+85 |
| 2016-12-19 | Optimize `ast::PathSegment`. | Jeffrey Seyfried | -17/+14 |
| 2016-12-19 | Auto merge of #38194 - sgrif:sg-no-span-mangling, r=nrc | bors | -15/+3 |
| 2016-12-18 | Refactor out `mark.as_placeholder_id()`. | Jeffrey Seyfried | -5/+9 |
| 2016-12-18 | Avoid including attributes in bang macro invocations. | Jeffrey Seyfried | -25/+19 |
| 2016-12-18 | Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`. | Jeffrey Seyfried | -85/+38 |
| 2016-12-18 | Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`, | Jeffrey Seyfried | -7/+4 |
| 2016-12-18 | Remove some unused functions and fix formatting. | Jeffrey Seyfried | -6/+6 |
| 2016-12-17 | Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddyb | bors | -12/+14 |
| 2016-12-07 | macros: fix the expected paths for a non-inline module matched by an `item` f... | Jeffrey Seyfried | -12/+14 |
| 2016-12-06 | Don't perform span mangling when building field/tup access nodes | Sean Griffin | -15/+3 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -1/+1 |
| 2016-11-30 | Support paths in macro invocations. | Jeffrey Seyfried | -6/+1 |
| 2016-11-22 | Auto merge of #37487 - goffrie:break, r=nikomatsakis | bors | -1/+1 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -1/+1 |
| 2016-11-22 | Start warning cycle. | Jeffrey Seyfried | -1/+1 |
| 2016-11-22 | Clean up directory ownership semantics. | Jeffrey Seyfried | -22/+28 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -5/+4 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -26/+21 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -29/+30 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -10/+10 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -11/+11 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -4/+4 |
| 2016-11-17 | Resolve imports during expansion. | Jeffrey Seyfried | -2/+13 |
| 2016-11-12 | Remove extra level of nesting. | Mark-Simulacrum | -35/+32 |
| 2016-11-12 | Move next_eis out of main loop to avoid re-allocating and dropping it. | Mark-Simulacrum | -1/+2 |