| Age | Commit message (Expand) | Author | Lines |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+0 |
| 2016-11-04 | Add error when proc_macro_derive is used not on functions | est31 | -0/+6 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+0 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -3/+2 |
| 2016-10-27 | Preparations and cleanup | Vadim Petrochenkov | -1/+1 |
| 2016-10-21 | Auto merge of #37174 - mikhail-m1:dnlle, r=jonathandturner | bors | -4/+5 |
| 2016-10-20 | improve "Doesn't live long enough" error | Mikhail Modin | -4/+5 |
| 2016-10-19 | Future proof `#[no_link]`. | Jeffrey Seyfried | -3/+2 |
| 2016-10-19 | Rollup merge of #37198 - jseyfried:future_proof_macros_11, r=nrc | Eduard-Mihai Burtescu | -27/+1 |
| 2016-10-15 | Treat custom derive extern crates like empty modules. | Jeffrey Seyfried | -27/+1 |
| 2016-10-14 | Avoid many CrateConfig clones. | Nicholas Nethercote | -1/+1 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -131/+131 |
| 2016-09-28 | Rollup merge of #36782 - alexcrichton:rustc-macro-expand-order, r=nrc | Jonathan Turner | -64/+0 |
| 2016-09-27 | rustc: Tweak expansion order of custom derive | Alex Crichton | -64/+0 |
| 2016-09-27 | Fix fallout in tests. | Jeffrey Seyfried | -1/+0 |
| 2016-09-15 | Remove irrelevant test. | Jeffrey Seyfried | -44/+0 |
| 2016-09-13 | Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`. | Jeffrey Seyfried | -2/+2 |
| 2016-09-08 | Point compile-fail errors to the input item instead of the derive | David Tolnay | -3/+3 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -2/+3 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -0/+700 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -1/+0 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -8/+9 |
| 2016-08-26 | Update E0453 to new error format | Mohit Agarwal | -2/+4 |
| 2016-08-25 | Fix fallout in tests. | Jeffrey Seyfried | -1/+0 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -8/+9 |
| 2016-07-30 | diagnostically note source of overruling outer forbid | Zack M. Davis | -0/+2 |
| 2016-07-08 | Add tests + Fix rustdoc regression + Fix rebase | Vadim Petrochenkov | -1/+0 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -1/+2 |
| 2016-06-24 | reexport errors from syntax. fix failing cfail test | Jonathan Turner | -1/+1 |
| 2016-06-24 | Reexport syntax_pos in codemap and fix some cfail tests | Jonathan Turner | -0/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -3/+3 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -1/+2 |
| 2016-06-16 | Simplify gated cfg checking | Jeffrey Seyfried | -1/+1 |
| 2016-06-12 | Add regression test | Jeffrey Seyfried | -19/+0 |
| 2016-06-10 | Add tests | Vadim Petrochenkov | -1/+2 |
| 2016-06-09 | Add regression test | Jeffrey Seyfried | -0/+19 |
| 2016-06-09 | Load macros from `extern crate`s during expansion. | Jeffrey Seyfried | -1/+2 |
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -0/+0 |
| 2016-05-06 | move auxiliary builds to a test-relative `aux` | Niko Matsakis | -0/+422 |
| 2016-04-07 | Fix fallout in tests | Jeffrey Seyfried | -1/+0 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -0/+208 |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -1/+2 |
| 2015-11-11 | libsyntax: Add more quasiquoting macros | Kyle Mayes | -10/+14 |
| 2015-08-28 | Move ExpnInfo to Name | Manish Goregaokar | -2/+1 |
| 2015-08-14 | be more robust to bogus items in struct patterns/constructors | Ariel Ben-Yehuda | -1/+1 |
| 2015-05-24 | Auto merge of #25168 - Manishearth:register_attr, r=eddyb | bors | -0/+30 |
| 2015-05-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -1/+1 |
| 2015-05-13 | Unignore some tests in stage1 | Tamir Duberstein | -6/+0 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -1/+1 |
| 2015-05-07 | test for register_attribute() | Manish Goregaokar | -0/+30 |