summary refs log tree commit diff
path: root/src/test/bench/core-std.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-4/+4
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-6/+6
2012-06-27make core-std respect RUST_BENCHEric Holk-4/+11
2012-06-27vec::append reuses its left hand side when possible. (issue #2719)Eric Holk-3/+23
2012-06-27Remove unnecessary bounds checks in vec::push_all (issue #2719)Eric Holk-0/+33
2012-06-26perf: improved the core-std benchmarkEric Holk-2/+28
2012-06-26More perf tweaks (issue #2719)Eric Holk-0/+48