| Age | Commit message (Expand) | Author | Lines |
| 2018-05-02 | fix tests | flip1995 | -1/+1 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -37/+0 |
| 2018-04-27 | Don't feature gate bang macros on 'proc_macro_path_invoc'. | Sergio Benitez | -1/+1 |
| 2018-04-25 | Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth | bors | -1/+26 |
| 2018-04-24 | Test deriving hygiene | James Sanderson | -0/+25 |
| 2018-04-22 | parser: Do not override syntactic context for dummy spans | Vadim Petrochenkov | -0/+53 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -20/+20 |
| 2018-04-15 | Provide better names for builtin deriving-generated attributes | James Sanderson | -1/+1 |
| 2018-04-10 | proc_macro: Avoid cached TokenStream more often | Alex Crichton | -0/+94 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -3/+3 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -4/+2 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -24/+5 |
| 2018-04-05 | Rollup merge of #49597 - alexcrichton:proc-macro-v2, r=petrochenkov | Alex Crichton | -22/+21 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -2/+77 |
| 2018-04-04 | Rollup merge of #49609 - abonander:attr-macro-stmt-expr, r=petrochenkov | kennytm | -1/+28 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -2/+77 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -33/+16 |
| 2018-04-02 | run-pass/attr-stmt-expr: expand test cases | Austin Bonander | -1/+28 |
| 2018-04-02 | proc_macro: Reorganize public API | Alex Crichton | -22/+21 |
| 2018-04-02 | Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonander | bors | -0/+84 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -0/+84 |
| 2018-03-31 | proc_macro: Tweak doc comments and negative literals | Alex Crichton | -0/+57 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -1/+1 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -2/+1 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+0 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -1/+1 |
| 2018-03-17 | Remove unused imports | John Kåre Alsaker | -2/+1 |
| 2018-03-16 | Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov | bors | -0/+1 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -1/+16 |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -627/+0 |
| 2018-03-07 | check stability of macro invocations | Austin Bonander | -0/+1 |
| 2018-03-05 | Fix procedural_mbe_matching test case after libsyntax change. | Michael Woerister | -1/+1 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -3/+4 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-01-30 | Fix more tests | Mark Mansi | -1/+8 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -47/+18 |
| 2018-01-23 | Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis | bors | -1/+5 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+5 |
| 2018-01-22 | Fix spurious warning on empty proc macro crates | Ryan Cumming | -0/+31 |
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -0/+3 |
| 2018-01-16 | Allow a trailing comma in lint_array; fix #47428 | Mark Mansi | -13/+48 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -3/+5 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+1 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -4/+4 |
| 2017-12-12 | Fix fallout in tests. | Jeffrey Seyfried | -3/+32 |
| 2017-12-05 | Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddyb | bors | -12/+12 |
| 2017-12-04 | rustc_back: replace tempdir with crates.io version. | Irina-Gabriela Popa | -10/+10 |
| 2017-12-04 | rustc_back: move dynamic_lib to rustc_metadata. | Irina-Gabriela Popa | -2/+2 |
| 2017-12-04 | Fix invalid docs path for compiler plugins | Kenjiro Nakayama | -2/+2 |