about summary refs log tree commit diff
path: root/src/libextra/test.rs
AgeCommit message (Expand)AuthorLines
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
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-11/+11
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-3/+2
2013-09-14extra::test: Use Result instead of Either.blake2-ppc-11/+9
2013-09-05extra: Don't overcommit test tasks. Closes #8660Brian Anderson-10/+1
2013-08-29extra: error message should reflact that RUST_TEST_TASKS should be strictly p...Huon Wilson-1/+1
2013-08-29Make the unit-test framework check RUST_TEST_TASKS over RUST_THREADS.Huon Wilson-4/+15
2013-08-24auto merge of #8679 : singingboyo/rust/json-to-impl, r=alexcrichtonbors-1/+1
2013-08-23test: add support for sharding testsuite by passing --test-shard=a.bGraydon Hoare-2/+36
2013-08-22Enabled unit tests in std and extra.Vadim Chugunov-1/+0
2013-08-21Make json::to_xxx(&Json) fns Json::to_xxx(&self)Brandon Sanderson-1/+1
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+2
2013-08-15vec: rm obsolete zip and zip_sliceDaniel Micay-9/+2
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-4/+4
2013-08-10std: merge Iterator and IteratorUtilErick Tryzelaar-1/+0
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-3/+3
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-1/+1
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-4/+4
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-29/+28