summary refs log tree commit diff
path: root/src/test/bench/core-std.rs
AgeCommit message (Expand)AuthorLines
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-3/+3
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-11/+10
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-9/+10
2014-03-20rename std::vec -> std::sliceDaniel Micay-7/+7
2014-03-12rand: deprecate `rng`.Huon Wilson-3/+3
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-2/+2
2014-02-21Move time out of extra (cc #8784)Arcterus-2/+2
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-2/+2
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-1/+1
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-2/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-1/+1
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-1/+1
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-3/+2
2013-10-23std::rand: add distributions::Range for generating [lo, hi).Huon Wilson-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-2/+2
2013-10-15path2: Replace the path module outrightKevin Ballard-2/+2
2013-10-10Remove some users of io::file_readerAlex Crichton-2/+5
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-10-01remove the `float` typeDaniel Micay-1/+1
2013-09-30bench: Remove usage of fmt!Alex Crichton-2/+2
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-4/+4
2013-09-06make macro hygienicJohn Clements-8/+8
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+150
2013-08-28src/test/bench: restructureCorey Richardson-150/+0
2013-08-17Fix warnings it testsErick Tryzelaar-3/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-02replace `range` with an external iteratorDaniel Micay-4/+4
2013-07-27to_either + fixesErick Tryzelaar-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-1/+1
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-2/+2
2013-07-17test: Fix tests.Patrick Walton-1/+1
2013-07-11Add is_utf8 bench testsGary Linscott-0/+24
2013-07-07remove some method resolve workaroundsDaniel Micay-1/+1
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-3/+2
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-1/+1
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+7
2013-05-22test: Update tests to use the new syntax.Patrick Walton-5/+5
2013-05-10Stop using the '<->' operatorAlex Crichton-1/+2
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-6/+9
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-5/+3
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-3/+3
2013-03-26std: Remove the oldmap moduleAlex Crichton-1/+0