| Age | Commit message (Expand) | Author | Lines |
| 2019-04-03 | reduce repetition in librustc(_lint) wrt. impl LintPass | Mazdak Farrokhzad | -13/+6 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -0/+0 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -3/+3 |
| 2019-02-11 | Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs | Oliver Scherer | -1/+1 |
| 2019-02-11 | Update fulldeps test | Oliver Scherer | -1/+1 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -0/+8 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -352/+26 |
| 2019-01-19 | Fix lints in tests | John Kåre Alsaker | -0/+8 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -240/+0 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -2/+2 |
| 2018-12-07 | Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib... | Vadim Petrochenkov | -2/+2 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -2/+2 |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -121/+69 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -1/+0 |
| 2018-11-23 | Fix proc-macro test after internal API change | Esteban Küber | -2/+2 |
| 2018-11-18 | Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichton | Pietro Albini | -0/+2 |
| 2018-11-15 | test/linkage-visibility: Ignore on musl targets | Samuel Holland | -0/+2 |
| 2018-11-12 | Fix fulldeps test with NodeId | Oliver Scherer | -1/+1 |
| 2018-10-23 | Point at macro definition when no rules expect token | Esteban Küber | -1/+2 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -2/+2 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -2/+2 |
| 2018-10-02 | Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg... | jeb | -3/+3 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+0 |
| 2018-09-26 | Remove OneVector | ljedrz | -3/+4 |
| 2018-09-08 | Track distinct spans for open and close delimiter | David Tolnay | -1/+2 |
| 2018-08-24 | Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe | kennytm | -1/+1 |
| 2018-08-23 | Prefer `.nth(n)` over `.skip(n).next()`. | Corey Farwell | -1/+1 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -1/+1 |
| 2018-08-21 | Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertj | kennytm | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -1/+1 |
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -3/+3 |
| 2018-08-06 | Enable macro modularization implicitly if one of "advanced" macro features is... | Vadim Petrochenkov | -3/+3 |
| 2018-07-23 | Allow by default, fix tests | mark | -2/+4 |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -4/+3 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -8/+8 |
| 2018-06-27 | Implement `#[macro_export(local_inner_macros)]` | Vadim Petrochenkov | -0/+1 |
| 2018-05-27 | Make anon params lint warn-by-default | Mark Mansi | -0/+1 |
| 2018-05-17 | Pass crate editions to macro expansions, update tests | Vadim Petrochenkov | -0/+2 |
| 2018-05-16 | Fix stability annotations for already stable bits of proc macro API 1.1 | Vadim Petrochenkov | -3/+3 |
| 2018-05-15 | TokenTree: Op -> Punct, Term -> Ident | Vadim Petrochenkov | -1/+1 |
| 2018-05-10 | Auto merge of #49823 - Zoxc:term-str, r=alexcrichton | bors | -1/+1 |
| 2018-05-02 | fix tests | flip1995 | -1/+1 |
| 2018-04-30 | Remove usages of Term::as_str and mark it for removal | John Kåre Alsaker | -1/+1 |
| 2018-04-25 | Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth | bors | -1/+1 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -3/+3 |
| 2018-04-15 | Provide better names for builtin deriving-generated attributes | James Sanderson | -1/+1 |
| 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 | -7/+7 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -2/+6 |