about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-02-26Auto merge of #31857 - jseyfried:fix_scoping, r=nikomatsakisbors-0/+29
2016-02-26Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichtonbors-0/+0
2016-02-25Auto merge of #30856 - mneumann:thread_local_extern, r=alexcrichtonbors-0/+43
2016-02-25Rollup merge of #31837 - mitaa:rdoc-inherent-assoc, r=alexcrichtonManish Goregaokar-0/+23
2016-02-25Rollup merge of #31835 - mitaa:rdoc-global-src, r=alexcrichtonManish Goregaokar-0/+17
2016-02-25Rollup merge of #31818 - GuillaumeGomez:error_display, r=brsonManish Goregaokar-0/+22
2016-02-25Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakisManish Goregaokar-38/+42
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-0/+0
2016-02-24Add compiletest-ignore-dir to existing subdirectories.Niko Matsakis-0/+0
2016-02-24Fix source-links for files with absolute-pathsmitaa-0/+17
2016-02-24Improve unused import detectionJeffrey Seyfried-0/+7
2016-02-24Resolve: include normal modules in the ribsJeffrey Seyfried-0/+22
2016-02-24Warn instead of error when using an inaccessable extern crateJeffrey Seyfried-5/+16
2016-02-24Warn when reexporting a private extern crateJeffrey Seyfried-0/+4
2016-02-24Fix the visibility of extern crate declarations and stop warning on pub exter...Jeffrey Seyfried-38/+27
2016-02-23Don't show associated consts from trait implsmitaa-0/+23
2016-02-23Auto merge of #31822 - petrochenkov:derive, r=alexcrichtonbors-1/+46
2016-02-22Auto merge of #30969 - Amanieu:extended_atomic_cmpxchg, r=alexcrichtonbors-0/+68
2016-02-22Add a test to make sure trans doesn't choke on any of the intrinsicsAmanieu d'Antras-0/+37
2016-02-22Fix #[derive] for empty structs with bracesVadim Petrochenkov-1/+46
2016-02-22Ignore test case on Windows.Michael Neumann-0/+1
2016-02-21Run thread-local-extern-static test only on supported platforms.Michael Neumann-2/+4
2016-02-21Auto merge of #31761 - Amanieu:volatile, r=alexcrichtonbors-1/+7
2016-02-20Add test for E0152 error message improvementGuillaume Gomez-0/+22
2016-02-20Auto merge of #31757 - petrochenkov:unitdotdot, r=nikomatsakisbors-11/+11
2016-02-20Auto merge of #31747 - jseyfried:stop_resolve_after_fail, r=nrcbors-2/+2
2016-02-20Fix test case. Needs no_mangle and aux-buildMichael Neumann-0/+4
2016-02-20Auto merge of #31474 - arielb1:mir-typeck, r=nikomatsakisbors-10/+302
2016-02-20address review commentsAriel Ben-Yehuda-1/+5
2016-02-20Auto merge of #31674 - VladUreche:issue/21221, r=nikomatsakisbors-53/+284
2016-02-20Auto merge of #31777 - steveklabnik:rollup, r=steveklabnikbors-18/+32
2016-02-20Auto merge of #31771 - alexcrichton:oops-that-didnt-fix-anything, r=brsonbors-0/+5
2016-02-19test: Fix a spuriously failing test on valgrindAlex Crichton-0/+2
2016-02-20use the FulfillmentContext and InferCtxt more correctlyAriel Ben-Yehuda-5/+2
2016-02-20fix a few remaining bugs - make check runs!Ariel Ben-Yehuda-0/+183
2016-02-20store the normalized types of field accessesAriel Ben-Yehuda-0/+41
2016-02-20deref the argument of overloaded MIR autoderefAriel Ben-Yehuda-0/+41
2016-02-20tuple arguments to overloaded callsAriel Ben-Yehuda-5/+31
2016-02-19Add tests for read_volatile and write_volatileAmanieu d'Antras-1/+7
2016-02-19Add license and feature(thread_local)Michael Neumann-0/+24
2016-02-19Rollup merge of #31775 - nxnfufunezn:issue-31769, r=eddybSteve Klabnik-0/+14
2016-02-19Rollup merge of #31721 - rphmeier:err_tuplestruct_count, r=ManishearthSteve Klabnik-18/+18
2016-02-19Fix error[E0518] not displayed for #[inline] on structs inside fnsnxnfufunezn-0/+14
2016-02-18Ignore the test added in #31717Alex Crichton-0/+5
2016-02-19Auto merge of #31716 - jseyfried:fix_privacy_for_def_err, r=nrcbors-1/+6
2016-02-19Improve dummy bindings for unresolved importsJeffrey Seyfried-1/+1
2016-02-19Show candidates for names not in scopeVlad Ureche-53/+284
2016-02-18Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichtonbors-0/+44
2016-02-18Auto merge of #31600 - nagisa:mir-msvc-seh-2, r=nikomatsakisbors-4/+0
2016-02-18Make future-compat lint `match_of_unit_variant_via_paren_dotdot` deny by defaultVadim Petrochenkov-11/+11