summary refs log tree commit diff
path: root/src/test/bench/core-set.rs
AgeCommit message (Expand)AuthorLines
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
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+203
2013-08-28src/test/bench: restructureCorey Richardson-203/+0
2013-08-27librustc: Fix merge falloutPatrick Walton-4/+16
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-7/+5
2013-08-06remove `extra::iter`Daniel Micay-2/+2
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-8/+8
2013-08-02replace `range` with an external iteratorDaniel Micay-8/+8
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-2/+2
2013-07-13Un-broke benchmarksSteven Fackler-2/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-3/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+6
2013-05-22test: Update tests to use the new syntax.Patrick Walton-9/+9
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-12/+21
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-7/+6
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-7/+7
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-4/+4
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-4/+4
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-4/+4
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-2/+2
2013-02-19test: fix seeded_rng usesGraydon Hoare-4/+4
2013-02-18Add benchmarks to measure differences in bit vectorsAlex Crichton-0/+180