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