| Age | Commit message (Expand) | Author | Lines |
| 2017-07-17 | Move some tests from compile-fail to ui | Oliver Schneider | -80/+0 |
| 2017-07-12 | Reintroduce expansion info for proc macros 1.1 | Oliver Schneider | -0/+49 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+0 |
| 2017-06-21 | Integrate jobserver support to parallel codegen | Alex Crichton | -1/+0 |
| 2017-06-15 | Clearer Error Message for Duplicate Definition | Alex Ozdemir | -1/+1 |
| 2017-05-23 | Remove some needless // gate-test- comments | est31 | -2/+1 |
| 2017-05-13 | Add test, and fix the other tests | est31 | -0/+1 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -1/+2 |
| 2017-04-20 | Don't panic if an attribute macro fails to resolve at crate root | Austin Bonander | -0/+45 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -8/+0 |
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -1/+0 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -0/+1 |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -1/+0 |
| 2017-03-14 | Add tests. | Jeffrey Seyfried | -0/+1 |
| 2017-03-10 | Update syntax for `pub(restricted)` | Vadim Petrochenkov | -4/+4 |
| 2017-03-02 | Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfried | Corey Farwell | -0/+56 |
| 2017-02-28 | Implement function-like procedural macros ( `#[proc_macro]`) | Austin Bonander | -0/+56 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -2/+0 |
| 2017-02-23 | Add macro suggestions for macros imported with `use` | Josh Driver | -3/+26 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -17/+121 |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_... | Jeffrey Seyfried | -15/+15 |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -2/+2 |
| 2017-02-05 | Rename CustomDerive to ProcMacroDerive for macros 1.1 | Josh Driver | -3/+3 |
| 2017-02-02 | Auto merge of #39384 - wesleywiser:fix_fixmes, r=alexcrichton | bors | -2/+0 |
| 2017-02-02 | Auto merge of #38932 - petrochenkov:privctor, r=jseyfried | bors | -7/+0 |
| 2017-01-31 | Removes FIXMEs related to #22405 | Wesley Wiser | -2/+0 |
| 2017-01-31 | [Gate Tests] - marking feature tests | Colm Seale | -0/+3 |
| 2017-01-29 | Fix the fallout | Vadim Petrochenkov | -7/+0 |
| 2017-01-20 | Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried | Alex Crichton | -2/+94 |
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -1/+0 |
| 2017-01-16 | Implement `#[proc_macro_attribute]` | Austin Bonander | -0/+93 |
| 2017-01-15 | Refactor `proc_macro::TokenStream` to use `syntax::tokenstream::TokenStream`;... | Austin Bonander | -2/+1 |
| 2017-01-12 | resolve: Do not use "resolve"/"resolution" in error messages | Vadim Petrochenkov | -2/+2 |
| 2017-01-06 | Auto merge of #38792 - jseyfried:improve_macros_11_diagnostics, r=nikomatsakis | bors | -0/+43 |
| 2017-01-05 | Auto merge of #38689 - pnkfelix:dont-check-stability-on-private-items, r=niko... | bors | -0/+229 |
| 2017-01-03 | Regression test and exploratory unit test. | Felix S. Klock II | -0/+229 |
| 2017-01-03 | Add regression test. | Jeffrey Seyfried | -0/+43 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -105/+0 |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -2/+2 |
| 2016-12-15 | Require `#[proc_macro_derive]` functions to be `pub`. | Jeffrey Seyfried | -1/+6 |
| 2016-12-07 | remove useless lifetimes on LateLintPass impl methods | Oliver Schneider | -2/+2 |
| 2016-12-07 | remove useless lifetime outlives bounds | Oliver Schneider | -6/+6 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -2/+2 |
| 2016-12-02 | Allow --test to be used on proc-macro crates | Josh Driver | -22/+0 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -8/+10 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -8/+9 |
| 2016-11-19 | Auto merge of #37826 - keeperofdakeys:proc-macro-test, r=alexcrichton | bors | -0/+22 |
| 2016-11-18 | Add tests | Josh Driver | -0/+22 |
| 2016-11-16 | Add regression test. | Jeffrey Seyfried | -0/+49 |
| 2016-11-10 | Support `#[macro_reexport]`ing custom derives. | Jeffrey Seyfried | -5/+10 |