summary refs log tree commit diff
path: root/src/test/bench/core-set.rs
AgeCommit message (Expand)AuthorLines
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