| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |