summary refs log tree commit diff
path: root/src/test/bench/core-map.rs
AgeCommit message (Expand)AuthorLines
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
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-3/+3
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-1/+1
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-0/+1
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-1/+1
2013-04-19librustc: Switch the `@`s in types with `~`Patrick Walton-0/+1
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-6/+6
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-26fix the core-map benchmark's descending rangeDaniel Micay-3/+3
2013-03-21replace the core-map benchmarkDaniel Micay-247/+86
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-12/+12
2013-02-19test: fix seeded_rng usesGraydon Hoare-4/+4
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-2/+2
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-2/+2
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-2/+2
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-10/+10
2013-02-03Fixed `fmt!`, tests, doc-tests.Marvin Löbel-15/+15
2013-02-03oldmap: &K instead of K for the remove parameterDaniel Micay-2/+2
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-8/+8
2013-01-23fix core-map.rs benchmarkDaniel Micay-33/+175