| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-11-09 | Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfried | Eduard-Mihai Burtescu | -4/+99 |
| 2016-11-08 | Revert "Point macros 1.1 errors to the input item" | Josh Driver | -2/+2 |
| 2016-11-08 | Allow proc_macro functions to whitelist specific attributes | Josh Driver | -2/+97 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+0 |
| 2016-11-04 | Add error when proc_macro_derive is used not on functions | est31 | -0/+6 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+0 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -3/+2 |
| 2016-10-27 | Preparations and cleanup | Vadim Petrochenkov | -1/+1 |
| 2016-10-21 | Auto merge of #37174 - mikhail-m1:dnlle, r=jonathandturner | bors | -4/+5 |
| 2016-10-20 | improve "Doesn't live long enough" error | Mikhail Modin | -4/+5 |
| 2016-10-19 | Future proof `#[no_link]`. | Jeffrey Seyfried | -3/+2 |
| 2016-10-19 | Rollup merge of #37198 - jseyfried:future_proof_macros_11, r=nrc | Eduard-Mihai Burtescu | -27/+1 |
| 2016-10-15 | Treat custom derive extern crates like empty modules. | Jeffrey Seyfried | -27/+1 |
| 2016-10-14 | Avoid many CrateConfig clones. | Nicholas Nethercote | -1/+1 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -131/+131 |
| 2016-09-28 | Rollup merge of #36782 - alexcrichton:rustc-macro-expand-order, r=nrc | Jonathan Turner | -64/+0 |
| 2016-09-27 | rustc: Tweak expansion order of custom derive | Alex Crichton | -64/+0 |
| 2016-09-27 | Fix fallout in tests. | Jeffrey Seyfried | -1/+0 |
| 2016-09-15 | Remove irrelevant test. | Jeffrey Seyfried | -44/+0 |
| 2016-09-13 | Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`. | Jeffrey Seyfried | -2/+2 |
| 2016-09-08 | Point compile-fail errors to the input item instead of the derive | David Tolnay | -3/+3 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -2/+3 |