| Age | Commit message (Expand) | Author | Lines |
| 2017-01-07 | Merge pull request #38884 from nikomatsakis/beta-unmerged | Alex Crichton | -0/+43 |
| 2017-01-06 | Add regression test. | Jeffrey Seyfried | -0/+43 |
| 2017-01-06 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -105/+0 |
| 2017-01-06 | Regression test and exploratory unit test. | Felix S. Klock II | -0/+229 |
| 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 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -0/+700 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -1/+0 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -8/+9 |
| 2016-08-26 | Update E0453 to new error format | Mohit Agarwal | -2/+4 |
| 2016-08-25 | Fix fallout in tests. | Jeffrey Seyfried | -1/+0 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -8/+9 |
| 2016-07-30 | diagnostically note source of overruling outer forbid | Zack M. Davis | -0/+2 |
| 2016-07-08 | Add tests + Fix rustdoc regression + Fix rebase | Vadim Petrochenkov | -1/+0 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -1/+2 |
| 2016-06-24 | reexport errors from syntax. fix failing cfail test | Jonathan Turner | -1/+1 |
| 2016-06-24 | Reexport syntax_pos in codemap and fix some cfail tests | Jonathan Turner | -0/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -3/+3 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -1/+2 |