| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -9/+15 |
| 2016-06-23 | Fix up rpass tests missing imports | Jonathan Turner | -5/+12 |
| 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 | -8/+8 |
| 2016-06-23 | Auto merge of #34253 - jseyfried:improve_multi_modifiers, r=nrc | bors | -8/+11 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -9/+15 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -1/+1 |
| 2016-06-16 | Simplify gated cfg checking | Jeffrey Seyfried | -2/+2 |
| 2016-06-16 | Add test for `MultiItemModifier`s that add items | Jeffrey Seyfried | -8/+11 |
| 2016-06-09 | Auto merge of #34149 - arielb1:remove-remove-dead-blocks, r=nikomatsakis | bors | -0/+1 |
| 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-06-09 | Load macros from `extern crate`s during expansion. | Jeffrey Seyfried | -2/+2 |
| 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/+0 |
| 2016-05-06 | move auxiliary builds to a test-relative `aux` | Niko Matsakis | -0/+1090 |
| 2016-05-03 | Fix tests | Nick Cameron | -1/+4 |
| 2016-05-03 | Use the compiler API to run pretty printing. | Nick Cameron | -1/+1 |
| 2016-04-12 | prevent other `encode` methods from breaking `derive(RustcEncodable)` | Oliver Schneider | -0/+32 |
| 2016-03-14 | refactor derive-no-std test, add empty struct/enum | Alex Burka | -39/+0 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -9/+9 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -0/+942 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -3/+3 |
| 2016-02-10 | Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brson | bors | -0/+1 |
| 2016-02-09 | Allow registering MIR-passes through compiler plugins | Oliver Schneider | -0/+24 |
| 2016-02-08 | driver: Pass session options to CompilerCallbacks::early_callback() | Kamal Marhubi | -0/+1 |
| 2016-01-15 | Add a test | Nick Cameron | -1/+1 |
| 2015-12-30 | use structured errors | Nick Cameron | -15/+27 |
| 2015-12-17 | test errors | Nick Cameron | -3/+3 |
| 2015-12-04 | Ignore rpass-fulldeps test in cross compile tests | Marvin Löbel | -0/+2 |
| 2015-11-26 | Some TLC for the MoveMap trait | Marvin Löbel | -4/+4 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -0/+306 |
| 2015-11-11 | libsyntax: Add more quasiquoting macros | Kyle Mayes | -0/+37 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -2/+2 |
| 2015-09-01 | Remove the Modifier and Decorator kinds of syntax extensions. | Nick Cameron | -7/+0 |
| 2015-08-30 | Auto merge of #27983 - barosl:respect-color, r=nrc | bors | -2/+3 |