| Age | Commit message (Expand) | Author | Lines |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -2/+0 |
| 2016-11-04 | Fix fallout in tests. | Jeffrey Seyfried | -28/+33 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -2/+0 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -2/+2 |
| 2016-10-30 | Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddyb | bors | -7/+3 |
| 2016-10-29 | Auto merge of #37400 - eddyb:lazy-1, r=nikomatsakis | bors | -1/+1 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -7/+3 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -1/+1 |
| 2016-10-28 | Split up libproc_macro_plugin | Nick Cameron | -10/+10 |
| 2016-10-21 | Replace the `String` in `ParseResult::Failure` with `Token`. | Nicholas Nethercote | -2/+6 |
| 2016-10-19 | Rollup merge of #37202 - petrochenkov:pretty, r=nrc | Eduard-Mihai Burtescu | -14/+0 |
| 2016-10-18 | Fix some pretty printing tests | Vadim Petrochenkov | -14/+0 |
| 2016-10-14 | Avoid many CrateConfig clones. | Nicholas Nethercote | -1/+1 |
| 2016-10-10 | Test derive expansion ordering. | Jeffrey Seyfried | -2/+3 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -64/+64 |
| 2016-09-28 | Rollup merge of #36760 - nrc:input2, r=alexcrichton | Jonathan Turner | -1/+1 |
| 2016-09-28 | Allow supplying an error destination via the compiler driver | Nick Cameron | -1/+1 |
| 2016-09-27 | rustc: Tweak expansion order of custom derive | Alex Crichton | -2/+65 |
| 2016-09-22 | Auto merge of #36154 - nrc:proc-macro-init, r=@jseyfried | bors | -0/+104 |
| 2016-09-22 | Adds a `ProcMacro` form of syntax extension | Nick Cameron | -0/+104 |
| 2016-09-20 | rustc_metadata: replace RBML with a simple and type-safe scheme. | Eduard Burtescu | -3/+3 |
| 2016-09-20 | Remove librbml and the RBML-tagged auto-encoder/decoder. | Eduard Burtescu | -4/+2 |
| 2016-09-13 | Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`. | Jeffrey Seyfried | -2/+2 |
| 2016-09-07 | Add regression test. | Jeffrey Seyfried | -0/+103 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+2 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -3/+4 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -0/+317 |
| 2016-08-30 | Future proof `libsyntax_ext` for `union`. | Jeffrey Seyfried | -0/+2 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -2/+0 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -21/+147 |
| 2016-08-28 | Rollup merge of #35728 - petrochenkov:empderive, r=manishearth | Jeffrey Seyfried | -1/+23 |
| 2016-08-27 | Auto merge of #35674 - ahmedcharles:rpass, r=alexcrichton | bors | -0/+5 |
| 2016-08-26 | Auto merge of #35542 - scottcarr:visitor_refactor, r=nikomatsakis | bors | -2/+2 |
| 2016-08-25 | Fix fallout in tests. | Jeffrey Seyfried | -2/+0 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -21/+147 |
| 2016-08-24 | Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. | Eduard Burtescu | -2/+1 |
| 2016-08-22 | Fix compiletest so it respects warnings for run-pass. | Ahmed Charles | -0/+5 |
| 2016-08-18 | track Location in visitor, combine Location | Scott A Carr | -2/+2 |
| 2016-08-18 | Fix #[derive] for empty tuple structs/variants | Vadim Petrochenkov | -1/+23 |
| 2016-08-16 | Auto merge of #35538 - cgswords:libproc_macro, r=nrc | bors | -0/+381 |
| 2016-08-16 | Proc_macro is alive | cgswords | -0/+381 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -0/+4 |
| 2016-08-14 | Rollup merge of #35647 - ahmedcharles:spelling, r=alexcrichton | Eduard-Mihai Burtescu | -1/+1 |
| 2016-08-14 | Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brson | Eduard-Mihai Burtescu | -0/+3 |
| 2016-08-13 | Ensure that attributes are spelled properly. | Ahmed Charles | -1/+1 |
| 2016-08-12 | Fix fallout in tests. | Jeffrey Seyfried | -1/+1 |
| 2016-08-11 | Remove the 'cfg' field from session::config::Options. | Michael Woerister | -0/+4 |
| 2016-08-10 | [emscripten] Ignore tests | Jan-Erik Rediger | -0/+3 |
| 2016-07-05 | Add regression test | Jeffrey Seyfried | -0/+4 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -1/+1 |