| Age | Commit message (Expand) | Author | Lines |
| 2016-02-26 | Auto merge of #31857 - jseyfried:fix_scoping, r=nikomatsakis | bors | -0/+29 |
| 2016-02-26 | Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichton | bors | -0/+0 |
| 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 |
| 2016-02-20 | Auto merge of #31474 - arielb1:mir-typeck, r=nikomatsakis | bors | -10/+302 |
| 2016-02-20 | address review comments | Ariel Ben-Yehuda | -1/+5 |
| 2016-02-20 | Auto merge of #31674 - VladUreche:issue/21221, r=nikomatsakis | bors | -53/+284 |
| 2016-02-20 | Auto merge of #31777 - steveklabnik:rollup, r=steveklabnik | bors | -18/+32 |
| 2016-02-20 | Auto merge of #31771 - alexcrichton:oops-that-didnt-fix-anything, r=brson | bors | -0/+5 |
| 2016-02-19 | test: Fix a spuriously failing test on valgrind | Alex Crichton | -0/+2 |
| 2016-02-20 | use the FulfillmentContext and InferCtxt more correctly | Ariel Ben-Yehuda | -5/+2 |
| 2016-02-20 | fix a few remaining bugs - make check runs! | Ariel Ben-Yehuda | -0/+183 |
| 2016-02-20 | store the normalized types of field accesses | Ariel Ben-Yehuda | -0/+41 |
| 2016-02-20 | deref the argument of overloaded MIR autoderef | Ariel Ben-Yehuda | -0/+41 |
| 2016-02-20 | tuple arguments to overloaded calls | Ariel Ben-Yehuda | -5/+31 |
| 2016-02-19 | Add tests for read_volatile and write_volatile | Amanieu d'Antras | -1/+7 |
| 2016-02-19 | Add license and feature(thread_local) | Michael Neumann | -0/+24 |
| 2016-02-19 | Rollup merge of #31775 - nxnfufunezn:issue-31769, r=eddyb | Steve Klabnik | -0/+14 |
| 2016-02-19 | Rollup merge of #31721 - rphmeier:err_tuplestruct_count, r=Manishearth | Steve Klabnik | -18/+18 |
| 2016-02-19 | Fix error[E0518] not displayed for #[inline] on structs inside fns | nxnfufunezn | -0/+14 |
| 2016-02-18 | Ignore the test added in #31717 | Alex Crichton | -0/+5 |
| 2016-02-19 | Auto merge of #31716 - jseyfried:fix_privacy_for_def_err, r=nrc | bors | -1/+6 |
| 2016-02-19 | Improve dummy bindings for unresolved imports | Jeffrey Seyfried | -1/+1 |
| 2016-02-19 | Show candidates for names not in scope | Vlad Ureche | -53/+284 |
| 2016-02-18 | Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichton | bors | -0/+44 |
| 2016-02-18 | Auto merge of #31600 - nagisa:mir-msvc-seh-2, r=nikomatsakis | bors | -4/+0 |
| 2016-02-18 | Make future-compat lint `match_of_unit_variant_via_paren_dotdot` deny by default | Vadim Petrochenkov | -11/+11 |