about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
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
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-40/+29
2014-10-29Rename fail! to panic!Steve Klabnik-82/+82
2014-10-28Update tests with the new error messagesJakub Bukaj-28/+0
2014-10-28Update code with new lint namesAaron Turon-7/+7
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-6/+4
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-789/+2
2014-09-19Add enum variants to the type namespaceNick Cameron-1/+1
2014-09-15Add tests for a few A-needstest issuesJakub Wieczorek-0/+30
2014-09-05auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakisbors-0/+21
2014-09-04std: Fix overflow of HashMap's capacityPiotr Czarnecki-0/+21
2014-09-03auto merge of #16940 : treeman/rust/fail-non-utf8, r=pnkfelixbors-0/+26
2014-09-02Prevent failure when using fail! with invalid utf8.Jonas Hietala-0/+26
2014-09-02Reviewer changesNick Cameron-0/+19