about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2015-03-06Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelixManish Goregaokar-0/+3
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-0/+3
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-7/+7
2015-03-03Switched to Box::new in many places.Felix S. Klock II-12/+3
2015-03-03Fix the overflowing tests in run-fail.Felix S. Klock II-6/+15
2015-03-03rustc: implement arithmetic overflow checkingCorey Richardson-0/+45
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-4/+4
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-0/+4
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-0/+4
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-16/+16
2015-02-17Test fixes and rebase conflictsAlex Crichton-6/+5
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-6/+6
2015-02-17Fallout from stabilizationAaron Turon-6/+6
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-01-31Kill more `isize`sTobias Bucher-4/+4
2015-01-30Remove all `i` suffixesTobias Bucher-21/+21
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-21rollup merge of #21252: nikomatsakis/assoc-type-ice-hunt-take-2Alex Crichton-0/+34
2015-01-21Move regression test for #20971 into run-fail, since it panics.Niko Matsakis-0/+34
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
2015-01-08fallout: run-fail tests that use box. (many/all could be ported to `Box::new`...Felix S. Klock II-0/+15
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-3/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-1/+1
2015-01-06Fallout from stabilizationAaron Turon-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-06syntax/rustc: implement isize/usizeCorey Richardson-7/+4
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-6/+3
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-6/+3
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-1/+0
2015-01-03Remove deprecated functionalityAlex Crichton-4/+4
2015-01-03Initial version of AArch64 support.Akos Kiss-2/+2
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-26/+0
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-26/+0
2015-01-01Implement numeric fallbackCorey Richardson-0/+14
2014-12-18Revise std::thread API to join by defaultAaron Turon-55/+11
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-6/+6
2014-12-08auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichtonbors-0/+22
2014-12-06Change from message to expectedSteven Fackler-1/+1
2014-12-06Allow message specification for should_failSteven Fackler-0/+22
2014-12-05Utilize fewer reexportsCorey Farwell-2/+2
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-1/+1
2014-11-20Fallout from libgreen and libnative removalAaron Turon-21/+0
2014-11-13auto merge of #18877 : michaelsproul/rust/panic-tests, r=alexcrichtonbors-0/+12
2014-11-11test: Rename files, fail -> panic.Michael Sproul-0/+0
2014-11-10Add optional messages to the unreachable macro.Michael Sproul-0/+26
2014-11-04librustc: Call return_type only for functions.Luqman Aden-0/+23
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-7/+7
2014-10-30changes to libsNick Cameron-51/+0