about summary refs log tree commit diff
path: root/src/libextra/test.rs
AgeCommit message (Expand)AuthorLines
2014-02-20move extra::test to libtestLiigo Zhuang-1553/+0
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-5/+8
2014-02-19Fix typo in test metric ratchet stdout outputMatthijs van der Vleuten-1/+1
2014-02-18auto merge of #12345 : huonw/rust/speeling, r=cmrbors-1/+1
2014-02-18Spellcheck library docs.Huon Wilson-1/+1
2014-02-16Update clients of the TaskBuilder APIKevin Ballard-5/+4
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-33/+52
2014-02-13Removed num::OrderableMichael Darakananda-4/+6
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-7/+7
2014-02-08auto merge of #12105 : huonw/rust/bench-black-box, r=alexcrichtonbors-2/+14
2014-02-09extra::test: add an opaque function to assist with accurateHuon Wilson-2/+14
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-2/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-1/+1
2014-02-06getopts: unify testsArcterus-1/+1
2014-02-06getopts: replaced base functions with those from groupArcterus-13/+12
2014-02-06Move getopts out of extraArcterus-1/+1
2014-02-03extra: Fix tests with io_error usageAlex Crichton-2/+2
2014-02-03extra: Remove io_error usageAlex Crichton-92/+115
2014-02-02Move term, terminfo out of extra.xales-1/+1
2014-01-29Removing do keyword from libextraScott Lawrence-2/+2
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-1/+1
2014-01-26std,extra: Make some types public and other private.Huon Wilson-2/+4
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-1/+1
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-1/+1
2014-01-16Update test run summaryDerek Guenther-1/+1
2014-01-13Clean up std::num::cmath and remove stale commentsBrendan Zabarauskas-1/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-3/+3
2014-01-08Remove the io::Decorator traitAlex Crichton-2/+1
2014-01-06Remove some unnecessary type castsFlorian Hahn-4/+4
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-5/+15
2014-01-03libextra: Remove unnecessary `@mut`sPatrick Walton-1/+2
2014-01-03Remove std::eitherAlex Crichton-10/+15
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-4/+1
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-3/+2
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-4/+3
2013-12-17Don't allow impls to force public typesAlex Crichton-3/+1
2013-12-16Fallout of rewriting std::commAlex Crichton-13/+6
2013-12-13extra::test: handle slow benchmarks more gracefully.Huon Wilson-1/+10
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-2/+1
2013-12-04Rename extra::json::*::init() constructors to *::new()Kevin Ballard-1/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-3/+3
2013-11-30auto merge of #10727 : erickt/rust/json, r=huonwbors-2/+3
2013-11-29extra: missed a couple `@` in jsonErick Tryzelaar-2/+3
2013-11-29extra: Rename json constructors into *::initErick Tryzelaar-1/+1
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-3/+3
2013-11-28Register new snapshotsAlex Crichton-6/+6
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-7/+7