summary refs log tree commit diff
path: root/src/test/bench/noise.rs
AgeCommit message (Expand)AuthorLines
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-1/+1
2013-10-01remove the `float` typeDaniel Micay-2/+2
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-1/+1
2013-08-20Fix typo in test/bench/noise.rs. Closes #8574.nsf-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-08-06remove `extra::iter`Daniel Micay-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-6/+6
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-1/+1
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-6/+6
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-07-08And I forgot to run the benchmarks after rebasingJens Nockert-5/+4
2013-06-28copy the optimization passes from clangDaniel Micay-4/+4
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-9/+9
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
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