| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-04-20 | rebasing | Nick Cameron | -1/+1 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -4/+8 |
| 2016-04-19 | Make data-layout mandatory in target specs. | Eduard Burtescu | -0/+1 |
| 2016-04-14 | Deduplicate libraries on hash instead of filename. | JP Sugarbroad | -8/+40 |
| 2016-04-13 | Auto merge of #32828 - vadimcn:symlinks, r=alexcrichton | bors | -0/+40 |
| 2016-04-12 | rustbuild: Migrate tidy checks to Rust | Alex Crichton | -0/+9 |
| 2016-04-08 | Auto merge of #32773 - mitaa:rdoc-ttfn-json, r=alexcrichton | bors | -29/+0 |
| 2016-04-08 | Added a test | Vadim Chugunov | -0/+40 |
| 2016-04-09 | Test target feature computation | Andrea Canciani | -0/+1 |
| 2016-04-07 | Remove rustdocs json format | mitaa | -29/+0 |
| 2016-04-06 | restructure rustc options relating to incr. comp. | Niko Matsakis | -1/+1 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -1/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+2 |
| 2016-04-03 | Add run-make test for stable symbol-name generation. | Michael Woerister | -0/+60 |
| 2016-03-30 | Auto merge of #32439 - jseyfried:visible_suggestions, r=nrc | bors | -1/+1 |
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -1/+1 |
| 2016-03-29 | Remove unnecessary dependencies on rustc_llvm. | Eduard Burtescu | -1/+1 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-25 | remove link-guard test | Niko Matsakis | -60/+0 |
| 2016-03-25 | document test, don't use grep | Niko Matsakis | -1/+26 |
| 2016-03-25 | test for immediate symbol name hashing | Niko Matsakis | -0/+24 |
| 2016-03-25 | check only that symbol names are deterministic | Niko Matsakis | -3/+9 |
| 2016-03-25 | Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime. | Michael Woerister | -3/+61 |
| 2016-03-25 | Make the compiler emit an error if the crate graph contains two crates with t... | Michael Woerister | -2/+2 |
| 2016-03-25 | Add a test to verify that we have reproducible compiler builds. | Michael Woerister | -0/+180 |
| 2016-03-24 | Include source text in JSON errors | Nick Cameron | -2/+2 |
| 2016-03-18 | tests: Update run-make/issue-25581 to reflect how fat pointers are passed. | Eduard Burtescu | -9/+4 |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+2 |
| 2016-03-15 | Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichton | bors | -0/+2 |
| 2016-03-15 | Add a test for --quiet in test harness. | Simon Sapin | -0/+2 |
| 2016-03-14 | Auto merge of #32169 - mitaa:anon-tip, r=nrc | bors | -3/+6 |
| 2016-03-14 | Allow custom filenames for anonymous inputs | mitaa | -3/+6 |