summary refs log tree commit diff
path: root/src/test/bench/core-set.rs
AgeCommit message (Expand)AuthorLines
2015-08-11Stabilize the Duration APISteven Fackler-1/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-0/+1
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-7/+7
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-4/+4
2015-02-18Implement RFC 580Aaron Turon-4/+4
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-2/+1
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-24/+23
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-10/+10
2015-01-09Merge pull request #20718 from tshepang/bench-fix-some-warningsbors-1/+0
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-1/+0
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+2
2015-01-05fix benchmarksJorge Aparicio-4/+7
2015-01-03Remove deprecated functionalityAlex Crichton-2/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+2
2014-12-18s/Tree/BTreeAlexis Beingessner-5/+5
2014-12-13Remove some unnecessary `move` keywordsJorge Aparicio-6/+6
2014-12-13Fix benchesJorge Aparicio-7/+9
2014-11-18std: Stabilize std::fmtAlex Crichton-1/+1
2014-11-12time: Deprecate the library in the distributionAlex Crichton-20/+17
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-0/+23
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-5/+5
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-5/+5
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-5/+5
2014-06-05Fallout from the libcollections movementAlex Crichton-3/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-5/+5
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-8/+8
2014-05-13Touch up and rebase previous commitsAlex Crichton-2/+2
2014-05-08Handle fallout in bench testsKevin Ballard-0/+1
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-2/+2
2014-02-21Move time out of extra (cc #8784)Arcterus-5/+5
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-2/+3
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2013-11-26librustc: Fix merge fallout.Patrick Walton-0/+2
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-12/+12
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-13/+12
2013-10-24Remove even more of std::ioAlex Crichton-4/+2
2013-10-09std::rand: Add a trait for seeding RNGs: SeedableRng.Huon Wilson-4/+4
2013-10-09std::rand: Add an implementation of ISAAC64.Huon Wilson-2/+2
2013-10-01remove the `float` typeDaniel Micay-14/+14
2013-09-30bench: Remove usage of fmt!Alex Crichton-1/+1
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-1/+1