summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-721/+143
2015-04-14Fallout: move from scoped to spawnAaron Turon-81/+113
2015-04-14Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichtonbors-13/+0
2015-04-14Reviewer commentsNick Cameron-1/+1
2015-04-14RebasedNick Cameron-5/+7
2015-04-14eddyb's refactoring of coercions/adjustmentsEduard Burtescu-8/+11
2015-04-14Auto merge of #24295 - contradictioned:master, r=alexcrichtonbors-0/+18
2015-04-13Make use of the stability attributes issue a deprecation warning. #22830Brian Anderson-0/+18
2015-04-13Don't try to suggest fields of an enumAriel Ben-Yehuda-0/+29
2015-04-13Added a help span which informs the user about the escaping of curly braces i...Manuel Hoffmann-0/+18
2015-04-13Auto merge of #24351 - michaelwoerister:named-tuple-fields, r=alexcrichtonbors-121/+123
2015-04-13Fix ICE when returning a variable whose declaration is unreachableBjörn Steinbrink-0/+16
2015-04-12Remove pretty-expanded from tests that use format_args!Ryan Prichard-13/+0
2015-04-12Make Debug include the - in -0.0Robin Kruppe-1/+7
2015-04-12Add a name for tuple fields in debuginfo so that they can be accessed in debu...Michael Woerister-121/+123
2015-04-12Rollup merge of #24321 - lstat:16602-needstest, r=pnkfelixManish Goregaokar-0/+70
2015-04-12Rollup merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelixManish Goregaokar-0/+30
2015-04-12Auto merge of #24003 - rprichard:span-fixes, r=huonwbors-0/+156
2015-04-12Auto merge of #24109 - sanxiyn:diverging-closure, r=pnkfelixbors-0/+18
2015-04-12Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelixbors-3/+151
2015-04-11Add compile-file/macro-backtrace-{invalid-internals,nested,println} testsRyan Prichard-0/+115
2015-04-11Expand internal-unstable to handle named field accesses and method calls.Ryan Prichard-0/+41
2015-04-11Rollup merge of #24259 - lstat:needstest, r=alexcrichtonManish Goregaokar-0/+70
2015-04-11Rollup merge of #24245 - nikomatsakis:issue-24241-coherence-failure, r=pnkfelixManish Goregaokar-0/+28
2015-04-11Rollup merge of #24242 - nikomatsakis:escaping-closure-error-message, r=brsonManish Goregaokar-4/+54
2015-04-11Rollup merge of #24236 - aturon:issue-19097, r=alexcrichtonManish Goregaokar-0/+22
2015-04-11Rollup merge of #24268 - pnkfelix:regression-tests, r=alexcrichtonManish Goregaokar-0/+152
2015-04-11Auto merge of #24155 - chris-chambers:stmt_macros, r=sfacklerbors-1/+63
2015-04-11Add tests for #16602Luke Gallagher-0/+70
2015-04-11Auto merge of #24254 - aturon:join-handle-debug, r=alexcrichtonbors-0/+17
2015-04-11Auto merge of #24186 - richo:pad-pointers, r=alexcrichtonbors-3/+16
2015-04-10Auto merge of #24270 - pnkfelix:use-disr-val-for-derive-ord, r=brsonbors-4/+176
2015-04-11Remove pretty-expanded from 2 tests; deriving(Ord) uses unstable intrinsic.Felix S. Klock II-4/+0
2015-04-10Test case for 64-bit corner cases where truncation occurred before prior commit.Felix S. Klock II-0/+50
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-220/+979
2015-04-10Test case for new `derive(PartialOrd)` expansion.Felix S. Klock II-0/+49
2015-04-10Rebase discriminant_value test. Add case for a specialized repr.Felix S. Klock II-0/+15
2015-04-10Regression test for Issue 21486.Felix S. Klock II-0/+86
2015-04-10Regression test for Issue 21400.Felix S. Klock II-0/+66
2015-04-10Add test for discriminant_value resultsJames Miller-0/+62
2015-04-10Improve error message where a closure escapes fn while trying to borrowNiko Matsakis-4/+54
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-0/+1
2015-04-10Test fixes and review feedbackAlex Crichton-2/+18
2015-04-10Add tests for E-needstest issuesLuke Gallagher-0/+70
2015-04-09fmt: Assume that we'll only ever see 32 or 64 bit pointersRicho Healey-4/+2
2015-04-09test: Unignore test for fixed issue #20676Richo Healey-3/+2
2015-04-09fmt: {:p#} formats pointers padded to native widthRicho Healey-0/+16
2015-04-09Ensure that .join().unwrap() worksAaron Turon-0/+17
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-0/+75
2015-04-10fixup windows std_miscManish Goregaokar-1/+3