about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2015-04-26Move qquote.rs from run-fail to run-fail-fulldepsRyan Prichard-44/+0
2015-04-26Remove FakeExtCtxt from qquote tests.Geoffry Song-28/+15
2015-04-25`qquote-2.rs` -> `run-fail/qquote.rs`Tamir Duberstein-0/+57
2015-04-17unit test for checked overflow during signed negation.Felix S. Klock II-0/+19
2015-04-14Fallout: move from scoped to spawnAaron Turon-3/+3
2015-04-06Fix diverging closuresSeo Sanghyeon-0/+18
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-9/+9
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-1/+1
2015-03-30Fallout in tests: largely changes to error messages.Niko Matsakis-1/+16
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-37/+37
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+7
2015-03-23rollup merge of #23536: pnkfelix/arith-oflo-shiftsAlex Crichton-0/+182
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+7
2015-03-22placate check-pretty and pretty-printer bug; see also issue 23623.Felix S. Klock II-2/+4
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-1/+1
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-1/+1
2015-03-20Test suite for overflowing shift operators.Felix S. Klock II-0/+180
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-2/+2
2015-03-14Fix broken codegen for [expr; n] where "expr" divergesBjörn Steinbrink-0/+17
2015-03-14Always evaluate the expression in [expr; n]Björn Steinbrink-0/+16
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
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