| Age | Commit message (Expand) | Author | Lines |
| 2016-04-11 | Fix a test on stable | Alex Crichton | -0/+1 |
| 2016-04-07 | fix compile-fail and parse-fail tests by blindly opting back into | Felix S. Klock II | -11/+31 |
| 2016-04-07 | syntax: Stop the bump loop for trait items at } and EOF. | Eduard Burtescu | -4/+19 |
| 2016-03-16 | Add comment explaining purpose of test | Niko Matsakis | -0/+3 |
| 2016-03-16 | Do not report errors from regionck if other errors were already | Niko Matsakis | -0/+24 |
| 2016-03-16 | remove wrong assert in check_match | Ariel Ben-Yehuda | -0/+20 |
| 2016-03-16 | don't treat unit patterns as wildcard patterns | Ariel Ben-Yehuda | -0/+29 |
| 2016-03-16 | truncate i8-s to i1-s when loading constants | Ariel Ben-Yehuda | -0/+19 |
| 2016-03-03 | Ignore a rustdoc test that does not work on beta | Brian Anderson | -0/+1 |
| 2016-03-01 | Auto merge of #31962 - sanxiyn:const-eval-map, r=arielb1 | bors | -0/+21 |
| 2016-02-29 | test: Mark all rpass-valgrind as no-prefer-dynamic | Alex Crichton | -0/+11 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -57/+14 |
| 2016-02-29 | Use HIR map instead of tcx in constant evaluator | Seo Sanghyeon | -0/+21 |
| 2016-02-28 | Auto merge of #31902 - mitaa:rdoc-shorter, r=alexcrichton | bors | -0/+70 |
| 2016-02-27 | Auto merge of #31915 - nagisa:mir-unpretty-fix, r=arielb1 | bors | -0/+15 |
| 2016-02-27 | Add test | Simonas Kazlauskas | -0/+15 |
| 2016-02-27 | Clearly separate code blocks from other blocks | mitaa | -0/+70 |
| 2016-02-26 | Auto merge of #31903 - mitaa:rdoc-ghostly-impls, r=alexcrichton | bors | -0/+36 |
| 2016-02-26 | Don't inline impls from `doc(hidden)` modules | mitaa | -0/+36 |
| 2016-02-26 | Rollup merge of #31904 - bluss:writer-formatter-error, r=alexcrichton | Manish Goregaokar | -0/+54 |
| 2016-02-26 | Rollup merge of #31901 - bluss:suggest-use, r=sanxiyn | Manish Goregaokar | -8/+8 |
| 2016-02-26 | Auto merge of #31857 - jseyfried:fix_scoping, r=nikomatsakis | bors | -0/+29 |
| 2016-02-26 | Make sure formatter errors are emitted by the default Write::write_fmt | Ulrik Sverdrup | -0/+54 |
| 2016-02-26 | Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichton | bors | -0/+0 |
| 2016-02-26 | suggest: Put the `use` in suggested code inside the quotes | Ulrik Sverdrup | -8/+8 |
| 2016-02-25 | Auto merge of #30856 - mneumann:thread_local_extern, r=alexcrichton | bors | -0/+43 |
| 2016-02-25 | Rollup merge of #31837 - mitaa:rdoc-inherent-assoc, r=alexcrichton | Manish Goregaokar | -0/+23 |
| 2016-02-25 | Rollup merge of #31835 - mitaa:rdoc-global-src, r=alexcrichton | Manish Goregaokar | -0/+17 |
| 2016-02-25 | Rollup merge of #31818 - GuillaumeGomez:error_display, r=brson | Manish Goregaokar | -0/+22 |
| 2016-02-25 | Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakis | Manish Goregaokar | -38/+42 |
| 2016-02-24 | Move the borrowck run-pass/compile-fail tests into their own directories | Niko Matsakis | -0/+0 |
| 2016-02-24 | Add compiletest-ignore-dir to existing subdirectories. | Niko Matsakis | -0/+0 |
| 2016-02-24 | Fix source-links for files with absolute-paths | mitaa | -0/+17 |
| 2016-02-24 | Improve unused import detection | Jeffrey Seyfried | -0/+7 |
| 2016-02-24 | Resolve: include normal modules in the ribs | Jeffrey Seyfried | -0/+22 |
| 2016-02-24 | Warn instead of error when using an inaccessable extern crate | Jeffrey Seyfried | -5/+16 |
| 2016-02-24 | Warn when reexporting a private extern crate | Jeffrey Seyfried | -0/+4 |
| 2016-02-24 | Fix the visibility of extern crate declarations and stop warning on pub exter... | Jeffrey Seyfried | -38/+27 |
| 2016-02-23 | Don't show associated consts from trait impls | mitaa | -0/+23 |
| 2016-02-23 | Auto merge of #31822 - petrochenkov:derive, r=alexcrichton | bors | -1/+46 |
| 2016-02-22 | Auto merge of #30969 - Amanieu:extended_atomic_cmpxchg, r=alexcrichton | bors | -0/+68 |
| 2016-02-22 | Add a test to make sure trans doesn't choke on any of the intrinsics | Amanieu d'Antras | -0/+37 |
| 2016-02-22 | Fix #[derive] for empty structs with braces | Vadim Petrochenkov | -1/+46 |
| 2016-02-22 | Ignore test case on Windows. | Michael Neumann | -0/+1 |
| 2016-02-21 | Run thread-local-extern-static test only on supported platforms. | Michael Neumann | -2/+4 |
| 2016-02-21 | Auto merge of #31761 - Amanieu:volatile, r=alexcrichton | bors | -1/+7 |
| 2016-02-20 | Add test for E0152 error message improvement | Guillaume Gomez | -0/+22 |
| 2016-02-20 | Auto merge of #31757 - petrochenkov:unitdotdot, r=nikomatsakis | bors | -11/+11 |
| 2016-02-20 | Auto merge of #31747 - jseyfried:stop_resolve_after_fail, r=nrc | bors | -2/+2 |
| 2016-02-20 | Fix test case. Needs no_mangle and aux-build | Michael Neumann | -0/+4 |