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