about summary refs log tree commit diff
path: root/src/test/bench/noise.rs
AgeCommit message (Expand)AuthorLines
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-5/+13
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-2/+2
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-3/+3
2013-04-03Make bench/noise.rs more idiomatic and 20x fasterBen Striegel-29/+32
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-3/+3
2013-03-14test: Remove deprecated features from benchmark tests. rs=burningtreePatrick Walton-1/+3
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-2/+2
2013-01-23libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=b...Patrick Walton-0/+110