| Age | Commit message (Expand) | Author | Lines |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -33/+34 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -33/+34 |
| 2016-11-21 | Fix fallout in tests. | Jeffrey Seyfried | -1/+1 |
| 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 | -1/+1 |
| 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 | -1/+1 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -1/+1 |
| 2016-10-28 | Split up libproc_macro_plugin | Nick Cameron | -8/+8 |
| 2016-10-21 | Replace the `String` in `ParseResult::Failure` with `Token`. | Nicholas Nethercote | -2/+6 |
| 2016-10-14 | Avoid many CrateConfig clones. | Nicholas Nethercote | -1/+1 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -11/+11 |
| 2016-09-22 | Adds a `ProcMacro` form of syntax extension | Nick Cameron | -0/+56 |
| 2016-09-07 | Add regression test. | Jeffrey Seyfried | -0/+81 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+2 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -3/+4 |
| 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/+89 |
| 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/+89 |
| 2016-08-18 | track Location in visitor, combine Location | Scott A Carr | -2/+2 |
| 2016-08-16 | Auto merge of #35538 - cgswords:libproc_macro, r=nrc | bors | -0/+191 |
| 2016-08-16 | Proc_macro is alive | cgswords | -0/+191 |
| 2016-08-12 | Fix fallout in tests. | Jeffrey Seyfried | -1/+1 |
| 2016-07-05 | Add regression test | Jeffrey Seyfried | -0/+1 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -6/+12 |
| 2016-06-23 | Fix up rpass tests missing imports | Jonathan Turner | -2/+8 |
| 2016-06-23 | Add missing 'extern crate' for test | Jonathan Turner | -0/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -7/+7 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -6/+12 |
| 2016-06-16 | Add test for `MultiItemModifier`s that add items | Jeffrey Seyfried | -8/+9 |
| 2016-06-09 | use the type name as the pass name | Ariel Ben-Yehuda | -3/+1 |
| 2016-06-09 | add hook infrastructure for automatically dumping MIR on every pass | Ariel Ben-Yehuda | -1/+4 |
| 2016-05-20 | Auto merge of #33378 - oli-obk:fix/registry_args, r=Manishearth | bors | -1/+1 |
| 2016-05-12 | Improve derived implementations for enums with lots of fieldless variants | Björn Steinbrink | -0/+2 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -1/+2 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -2/+2 |
| 2016-05-10 | fix Registry::args for plugins loaded with --extra-plugins | Oliver Schneider | -1/+1 |
| 2016-05-07 | mir: prepare for rvalue promotion support. | Eduard Burtescu | -4/+2 |
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -0/+1090 |