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
2015-04-28
test: Fix some tests to run with musl
Alex Crichton
-2
/
+2
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-1
/
+0
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-1
/
+0
2015-04-14
bench: Fix fallout in benchmarks
Alex Crichton
-2
/
+2
2015-04-01
Fallout in tests
Niko Matsakis
-1
/
+1
2015-03-30
Fallout where types must be specified.
Niko Matsakis
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-4
/
+4
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-4
/
+4
2015-03-26
syntax: Remove parsing of old slice syntax
Alex Crichton
-1
/
+1
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-02-18
Fix remaining bench/debuginfo tests (and a few stragglers)
Niko Matsakis
-2
/
+2
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-3
/
+3
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-5
/
+5
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-2
/
+1
2015-01-06
Merge core::num::Float and std::num::FloatMath.
Huon Wilson
-1
/
+1
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-6
/
+6
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-1
/
+1
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-3
/
+1
2014-05-23
syntax: Clean out obsolete syntax parsing
Alex Crichton
-1
/
+1
2014-04-02
Fix fallout of requiring uint indices
Alex Crichton
-6
/
+7
2014-04-01
rand: bubble up IO messages futher.
Huon Wilson
-1
/
+1
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-1
/
+3
2014-02-15
Clean up the Perlin noise benchmark
Ben Striegel
-65
/
+49
2014-02-07
Added tests to make tidy
Derek Guenther
-0
/
+10
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-2
/
+2
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
[next]