summary refs log tree commit diff
path: root/src/test/bench/core-std.rs
AgeCommit message (Expand)AuthorLines
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+0
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+3
2015-01-03Remove deprecated functionalityAlex Crichton-8/+9
2014-12-30Fallout from stabilizationAaron Turon-1/+1
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-3/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-13Fix benchesJorge Aparicio-1/+2
2014-11-12time: Deprecate the library in the distributionAlex Crichton-10/+6
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-5/+11
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+1
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