| Age | Commit message (Expand) | Author | Lines |
| 2016-11-20 | Add regression test. | Jeffrey Seyfried | -0/+42 |
| 2016-11-18 | Auto merge of #37776 - nrc:save-double-angle, r=@brson | bors | -0/+6 |
| 2016-11-18 | Add regression test. | Jeffrey Seyfried | -0/+43 |
| 2016-11-18 | save-analysis: handle << and >> operators inside [] in types | Nick Cameron | -0/+6 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -0/+184 |
| 2016-11-14 | test: Move missing-items to a ui test | Alex Crichton | -46/+0 |
| 2016-11-10 | tests: fix fallout in flowgraph graphviz comparison dot files. | Eduard Burtescu | -26/+78 |
| 2016-11-09 | Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats... | Eduard-Mihai Burtescu | -0/+46 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+0 |
| 2016-11-05 | Include type of missing trait methods in error | Esteban Küber | -0/+46 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+0 |
| 2016-10-31 | rustc: Add knowledge of Windows subsystems. | Alex Crichton | -0/+34 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -8/+2 |
| 2016-10-24 | Adapt rmake-test to new naming scheme for internal symbols. | Michael Woerister | -4/+4 |
| 2016-10-19 | Rollup merge of #37182 - alexcrichton:appveyor, r=brson | Eduard-Mihai Burtescu | -3/+0 |
| 2016-10-14 | Add AppVeyor configuration to the repo | Alex Crichton | -3/+0 |
| 2016-10-14 | test: Don't write files into the source tree | Alex Crichton | -5/+11 |
| 2016-10-07 | Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc | bors | -8/+8 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -8/+8 |
| 2016-10-06 | Rollup merge of #36832 - ParkHanbum:master, r=michaelwoerister | Jonathan Turner | -5/+29 |
| 2016-10-06 | Add testcase for issue-32948 | ParkHanbum | -5/+29 |
| 2016-10-02 | rustc -> $(RUSTC) in rmake test | Jorge Aparicio | -1/+1 |
| 2016-10-02 | add Thumbs to the compiler | Jorge Aparicio | -0/+5 |
| 2016-09-28 | Rollup merge of #36760 - nrc:input2, r=alexcrichton | Jonathan Turner | -2/+2 |
| 2016-09-28 | Allow supplying an error destination via the compiler driver | Nick Cameron | -2/+2 |
| 2016-09-27 | rustc: Use a special filename for macros 1.1 | Alex Crichton | -0/+51 |
| 2016-09-26 | Rollup merge of #36574 - japaric:link-arg, r=alexcrichton | Jonathan Turner | -0/+16 |
| 2016-09-19 | add a test | Jorge Aparicio | -0/+16 |
| 2016-09-15 | Adapt run-make/sep-comp-inlining test case to new behaviour | Michael Woerister | -6/+7 |
| 2016-09-13 | Link test to compiler builtins and make unstable | Alex Crichton | -2/+4 |
| 2016-09-11 | Auto merge of #36344 - sanxiyn:llvm-components, r=alexcrichton | bors | -0/+10 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -0/+2 |
| 2016-09-08 | Use LLVM_COMPONENTS to run tests just for supported targets | Seo Sanghyeon | -0/+10 |
| 2016-09-04 | Auto merge of #36203 - petrochenkov:uvsdot, r=nrc | bors | -4/+4 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -4/+4 |
| 2016-09-01 | save-analysis: add parent info to api dumps | Nick Cameron | -0/+1 |
| 2016-08-16 | Auto merge of #35637 - japaric:no-builtins-lto, r=alexcrichton | bors | -0/+34 |
| 2016-08-15 | test that a no_builtins crate is passed to the linker | Jorge Aparicio | -0/+34 |
| 2016-08-11 | Remove the 'cfg' field from session::config::Options. | Michael Woerister | -2/+2 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -2/+3 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -233/+3 |
| 2016-07-29 | test: Remove the execution-engine test | Alex Crichton | -303/+0 |
| 2016-07-28 | Modify trans to skip generating `.o` files | Niko Matsakis | -2/+12 |
| 2016-07-27 | Auto merge of #33363 - japaric:target, r=japaric | bors | -0/+16 |
| 2016-07-25 | add include ../tools.mk to the Makefile | Jorge Aparicio | -0/+2 |
| 2016-07-11 | Avoid passing around the thread-local interner in `librustc_metadata`. | Jeffrey Seyfried | -6/+3 |
| 2016-07-04 | Added new compilation phase and test | Will Crichton | -0/+87 |
| 2016-07-03 | Auto merge of #34480 - jseyfried:remove_entry_points, r=nrc | bors | -2/+3 |
| 2016-07-02 | fix test fallout | Ariel Ben-Yehuda | -1/+1 |
| 2016-07-01 | Add the `after_expand` entry point between import resolution and the rest of ... | Jeffrey Seyfried | -2/+3 |