| Age | Commit message (Expand) | Author | Lines |
| 2017-03-03 | Remove lifetime parameter from `syntax::tokenstream::Cursor`. | Jeffrey Seyfried | -1/+1 |
| 2017-03-02 | Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakis | bors | -4/+10 |
| 2017-03-02 | note -> help | Alex Burka | -1/+1 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -11/+27 |
| 2017-02-28 | Merge `repeat_idx` and `repeat_len`. | Jeffrey Seyfried | -17/+15 |
| 2017-02-28 | Remove `Token::MatchNt`. | Jeffrey Seyfried | -68/+78 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -193/+358 |
| 2017-02-28 | Avoid `Token::{OpenDelim, CloseDelim}`. | Jeffrey Seyfried | -16/+22 |
| 2017-02-28 | Remove `ext::tt::transcribe::tt_next_token`. | Jeffrey Seyfried | -149/+124 |
| 2017-02-28 | Clean up `ext::tt::transcribe::TtFrame`, rename to `Frame`. | Jeffrey Seyfried | -57/+84 |
| 2017-02-28 | Remove a `loop` in `ext::tt::transcribe`. | Jeffrey Seyfried | -32/+23 |
| 2017-02-23 | Move MacroKind into Def::Macro | Josh Driver | -1/+1 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -16/+42 |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_... | Jeffrey Seyfried | -228/+231 |
| 2017-02-12 | Move legacy custom derives collection into `resolver.find_attr_invoc()`. | Jeffrey Seyfried | -35/+1 |
| 2017-02-09 | suggest doubling recursion limit in more situations | Alex Burka | -4/+10 |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -8/+330 |
| 2017-02-05 | Rename CustomDerive to ProcMacroDerive for macros 1.1 | Josh Driver | -3/+7 |
| 2017-02-05 | Make builtin derives a SyntaxExtension | Josh Driver | -3/+9 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -2/+0 |
| 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 |