summary refs log tree commit diff
path: root/src/test/bench/core-std.rs
AgeCommit message (Expand)AuthorLines
2015-08-11Stabilize the Duration APISteven Fackler-1/+1
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-5/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-2/+2
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-1/+0
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-23/+5
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+2
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-7/+7
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-3/+1
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-1/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-8/+8
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-4/+4
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
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