| Age | Commit message (Expand) | Author | Lines |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -50/+22 |
| 2018-07-14 | Functions introducing procedural macros reserve a slot in the macro namespace... | Vadim Petrochenkov | -1/+1 |
| 2018-06-30 | proc-macro: Use transparent marks for call-site hygiene | Vadim Petrochenkov | -1/+1 |
| 2018-06-26 | lower case some feature gate messages | mark | -3/+3 |
| 2018-05-27 | Make anon params lint warn-by-default | Mark Mansi | -0/+3 |
| 2018-05-18 | rustc: Disallow modules and macros in expansions | Alex Crichton | -0/+96 |
| 2018-05-16 | Fix stability annotations for already stable bits of proc macro API 1.1 | Vadim Petrochenkov | -6/+3 |
| 2018-05-15 | TokenTree: Op -> Punct, Term -> Ident | Vadim Petrochenkov | -11/+11 |
| 2018-05-14 | typeck: Save the index of private fields | Dan Robertson | -0/+59 |
| 2018-05-10 | Auto merge of #49823 - Zoxc:term-str, r=alexcrichton | bors | -3/+3 |
| 2018-05-02 | fix tests | flip1995 | -1/+1 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -21/+0 |
| 2018-04-30 | Remove usages of Term::as_str and mark it for removal | John Kåre Alsaker | -3/+3 |
| 2018-04-30 | Add a few more tests for proc macro feature gating | Vadim Petrochenkov | -13/+42 |
| 2018-04-21 | Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkov | bors | -5/+123 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -5/+123 |
| 2018-04-18 | proc_macro: Stay on the "use the cache" path more | Alex Crichton | -0/+2 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-05 | Rollup merge of #49597 - alexcrichton:proc-macro-v2, r=petrochenkov | Alex Crichton | -40/+47 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -1/+79 |
| 2018-04-02 | proc_macro: Reorganize public API | Alex Crichton | -40/+47 |
| 2018-04-02 | Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonander | bors | -0/+139 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -0/+139 |
| 2018-03-31 | proc_macro: Tweak doc comments and negative literals | Alex Crichton | -3/+27 |
| 2018-03-13 | Add test for issue 48941 | Michael Lamparski | -0/+39 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -1/+1 |
| 2018-01-15 | Reexport -> re-export in error messages | Carol (Nichols || Goulding) | -1/+1 |
| 2017-12-15 | Same change to point at borrow for mir errors | Esteban Küber | -2/+2 |
| 2017-12-14 | Do the same things for fulldeps tests | Vadim Petrochenkov | -93/+0 |
| 2017-12-12 | Fix fallout in tests. | Jeffrey Seyfried | -29/+0 |
| 2017-12-02 | Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrc | bors | -1/+1 |
| 2017-12-01 | Auto merge of #45997 - estebank:pub-ident, r=nikomatsakis | bors | -1/+2 |
| 2017-11-28 | Fix hygiene bug. | Jeffrey Seyfried | -1/+1 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -1/+0 |
| 2017-11-25 | Fix proc_macro output with struct parse error | Esteban Küber | -1/+2 |
| 2017-10-29 | Add several lints into `unused` lint group | Vadim Petrochenkov | -0/+3 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -1/+2 |
| 2017-08-28 | feature error span on attr. for fn_must_use, SIMD/align, macro reëxport | Zack M. Davis | -1/+1 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -0/+1 |
| 2017-08-11 | Rollup merge of #43744 - MaloJaffre:stage1-test, r=Mark-Simulacrum | Guillaume Gomez | -0/+9 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -0/+1 |
| 2017-08-08 | Ignore tests that fail on stage1 | Malo Jaffré | -0/+9 |
| 2017-07-28 | syntax: Capture a `TokenStream` when parsing items | Alex Crichton | -3/+189 |
| 2017-07-28 | Add a failing test for errors in proc macros | Alex Crichton | -0/+49 |
| 2017-07-20 | Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton | bors | -1/+0 |
| 2017-07-17 | Move some tests from compile-fail to ui | Oliver Schneider | -80/+0 |
| 2017-07-16 | Fix checking for missing stability annotations | Vadim Petrochenkov | -1/+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 |