summary refs log tree commit diff
path: root/src/libextra/test.rs
AgeCommit message (Expand)AuthorLines
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
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-10/+10
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-1/+0
2013-11-24Remove linked failure from the runtimeAlex Crichton-1/+0
2013-11-24libextra: Remove @mut from term.Luqman Aden-76/+84
2013-11-19libextra: Convert uses of `&fn(A)->B` to `|A|->B`.Patrick Walton-7/+5
2013-11-18libextra: Remove `~fn()` from libextra.Patrick Walton-7/+12
2013-11-11Move std::rt::io to std::ioAlex Crichton-5/+5
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-2/+0
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-4/+4
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-10/+6
2013-11-01Give test and main tasks better namesAlex Crichton-0/+4
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-2/+1
2013-10-24Remove even more of std::ioAlex Crichton-74/+71
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-8/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-7/+15
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-16/+16
2013-10-18Made `std::task::TaskBuilder::future_result()` easier to useMarvin Löbel-4/+2
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-4/+4
2013-10-15path2: Replace the path module outrightKevin Ballard-6/+6
2013-10-14Only use padded test names to calculate the target padding size.Felix S. Klock II-3/+12
2013-10-14Issue 7655: align the bench printouts so that the numbers tend to be aligned.Felix S. Klock II-12/+51
2013-10-11auto merge of #9803 : alexcrichton/rust/less-pub2, r=brsonbors-1/+1
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-7/+3
2013-10-11De-pub some private runtime componentsAlex Crichton-1/+1
2013-10-09option: rewrite the API to use compositionDaniel Micay-4/+4
2013-10-01remove the `float` typeDaniel Micay-10/+10
2013-09-30syntax: Remove usage of fmt!Alex Crichton-1/+1
2013-09-30extra: Remove usage of fmt!Alex Crichton-33/+33
2013-09-24Don't use libc::exit. #9473Brian Anderson-12/+11
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-5/+0