summary refs log tree commit diff
path: root/src/test/bench/core-std.rs
AgeCommit message (Expand)AuthorLines
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-25tidy macro just a bitJohn Clements-13/+13
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-2/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-4/+6
2014-05-08Handle fallout in bench testsKevin Ballard-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
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