index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
bench
/
noise.rs
Age
Commit message (
Expand
)
Author
Lines
2013-10-28
Capitalize statics in f32 and f64 mods
Ziad Hatahet
-1
/
+1
2013-10-01
remove the `float` type
Daniel Micay
-2
/
+2
2013-09-23
std: merge rand::{Rng,RngUtil} with default methods.
Huon Wilson
-1
/
+1
2013-08-20
Fix typo in test/bench/noise.rs. Closes #8574.
nsf
-1
/
+1
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-1
/
+0
2013-08-06
remove `extra::iter`
Daniel Micay
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-6
/
+6
2013-08-02
librustc: Disallow "unsafe" for external functions
Patrick Walton
-1
/
+1
2013-08-02
librustc: Introduce a new visitor type based on traits and port syntax to it.
Patrick Walton
-1
/
+1
2013-08-02
replace `range` with an external iterator
Daniel Micay
-6
/
+6
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
2013-07-08
And I forgot to run the benchmarks after rebasing
Jens Nockert
-5
/
+4
2013-06-28
copy the optimization passes from clang
Daniel Micay
-4
/
+4
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-9
/
+9
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+4
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-1
/
+1
2013-05-08
test: Fix tests and the pipe compiler
Patrick Walton
-5
/
+13
2013-04-24
libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.
Huon Wilson
-2
/
+2
2013-04-24
libcore: remove @Rng from rand, and use traits instead.
Huon Wilson
-3
/
+3
2013-04-03
Make bench/noise.rs more idiomatic and 20x faster
Ben Striegel
-29
/
+32
2013-03-26
librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax
Patrick Walton
-3
/
+3
2013-03-14
test: Remove deprecated features from benchmark tests. rs=burningtree
Patrick Walton
-1
/
+3
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-2
/
+2
2013-01-23
libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=b...
Patrick Walton
-0
/
+110