summary refs log tree commit diff
path: root/src/test/bench/core-map.rs
AgeCommit message (Expand)AuthorLines
2015-08-11Stabilize the Duration APISteven Fackler-1/+1
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-1/+1
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-3/+3
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-29/+28
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-3/+3
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-7/+7
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-2/+2
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-1/+0
2015-01-03Remove deprecated functionalityAlex Crichton-2/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-18s/Tree/BTreeAlexis Beingessner-30/+6
2014-12-13Fix benchesJorge Aparicio-1/+3
2014-11-12time: Deprecate the library in the distributionAlex Crichton-6/+2
2014-11-06Fallout from collection conventionsAlexis Beingessner-6/+6
2014-11-01collections: Remove all collections traitsAlex Crichton-3/+25
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-1/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-4/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-08Handle fallout in bench testsKevin Ballard-0/+1
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-5/+4
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-3/+1
2014-02-21Move time out of extra (cc #8784)Arcterus-2/+1
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-1/+2
2014-01-23Update flip() to be rev().Sean Chalmers-2/+2
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-2/+2
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-8/+11
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-19/+18
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-10-24Remove even more of std::ioAlex Crichton-9/+8
2013-10-09std::rand: Add a trait for seeding RNGs: SeedableRng.Huon Wilson-2/+2
2013-10-09std::rand: Add an implementation of ISAAC64.Huon Wilson-1/+1
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-2/+2
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-1/+1
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+174
2013-08-28src/test/bench: restructureCorey Richardson-174/+0
2013-08-27librustc: Fix merge falloutPatrick Walton-9/+9
2013-08-07Implement DoubleEndedIterator on RangeKevin Ballard-9/+6
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-6/+6
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-6/+9
2013-08-02replace `range` with an external iteratorDaniel Micay-6/+6
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-2/+2
2013-07-13Un-broke benchmarksSteven Fackler-3/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+5
2013-05-22test: Update tests to use the new syntax.Patrick Walton-8/+8