| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-06-23 | Address more travis errors | Jonathan Turner | -2/+5 |
| 2016-06-05 | Enable the overflow-related tests for MIR | James Miller | -1/+0 |
| 2016-06-04 | Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis | bors | -0/+2 |
| 2016-06-04 | fix fallout in tests | Ariel Ben-Yehuda | -0/+2 |
| 2016-06-01 | Remove the `dep-info-no-analysis` test and fix other fallout. | Jeffrey Seyfried | -32/+3 |
| 2016-05-24 | Move issue-26480 cfail to ui test. Fix #33763 | Jonathan Turner | -21/+44 |
| 2016-05-20 | Auto merge of #33625 - alexcrichton:rustbuild-moar-tests, r=aturon | bors | -0/+63 |
| 2016-05-20 | rustc: Fix again order-dependence in extern crate | Alex Crichton | -0/+63 |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -0/+77 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -0/+77 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -6/+12 |
| 2016-05-13 | Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1 | bors | -7/+6 |
| 2016-05-12 | Fix the sed invocation to also work with BSD sed. | Pavel Sountsov | -1/+1 |
| 2016-05-11 | Make LocalCrateReader private to creader. | Ms2ger | -2/+2 |
| 2016-05-11 | Hand ownership of the Definitions to map_crate. | Ms2ger | -2/+0 |
| 2016-05-10 | Delay wrapping Definitions into a RefCell around LocalCrateReader. | Ms2ger | -5/+6 |
| 2016-05-10 | Make the dep-info-no-analysis regex more robust on Windows. | Pavel Sountsov | -1/+1 |
| 2016-05-10 | Make --emit dep-info work correctly with -Z no-analysis again. | Pavel Sountsov | -0/+23 |
| 2016-05-10 | Store a reference rather than a RefCell in LocalCrateReader. | Ms2ger | -1/+1 |
| 2016-05-09 | Auto merge of #33443 - jseyfried:resolve_ast, r=nrc | bors | -5/+10 |
| 2016-05-09 | Rollup merge of #33474 - frewsxcv:unwrap-err, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-05-09 | Utilize `Result::unwrap_err` in more places. | Corey Farwell | -1/+1 |
| 2016-05-09 | Add test to ensure that atomic types are lock-free | Amanieu d'Antras | -0/+92 |
| 2016-05-09 | Fix fallout in `librustdoc` and in tests | Jeffrey Seyfried | -5/+10 |
| 2016-05-02 | Auto merge of #32756 - nikomatsakis:borrowck-snippet, r=nrc | bors | -28/+0 |
| 2016-05-02 | fix built-in target detection | Jorge Aparicio | -0/+14 |
| 2016-05-02 | Auto merge of #32386 - brandonedens:llvm_min_size, r=alexcrichton | bors | -0/+10 |
| 2016-05-02 | Fix unicode test to use original error format | jonathandturner | -17/+15 |
| 2016-05-02 | rewrite span-length to include strings | Niko Matsakis | -15/+17 |
| 2016-05-02 | delete the json-errors test | Niko Matsakis | -28/+0 |
| 2016-04-28 | Auto merge of #33093 - alexcrichton:rustbuild-rmake, r=nikomatsakis | bors | -2/+2 |
| 2016-04-28 | Add opt-level=s and opt-level=z tests to the existing tests that confirm proper | Brandon Edens | -0/+10 |
| 2016-04-28 | test: Move run-make tests into compiletest | Alex Crichton | -2/+2 |
| 2016-04-26 | save-analysis: expand smoke test to cover json and csv formats | Nick Cameron | -0/+1 |
| 2016-04-22 | Merge remote-tracking branch 'rust-lang/master' into compiletest-json | Jonathan Turner | -4/+8 |
| 2016-04-22 | Auto merge of #33089 - nrc:hir-name-res, r=eddyb | bors | -4/+8 |
| 2016-04-21 | port compiletest to use JSON output | Niko Matsakis | -2/+5 |
| 2016-04-20 | Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton | bors | -0/+1 |