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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librand
/
isaac.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-03-31
Stabilize std::num
Aaron Turon
-6
/
+6
2015-03-27
Change the trivial cast lints to allow by default
Nick Cameron
-1
/
+0
2015-03-25
Change lint names to plurals
Nick Cameron
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+1
2015-03-09
rand: Use wrapping operations everywhere
Alex Crichton
-121
/
+125
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-2
/
+2
2015-03-03
Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb
bors
-67
/
+69
2015-03-03
Accommodate arith-overflow in `rand` and `std::rand`.
Felix S. Klock II
-30
/
+32
2015-03-03
Add `core::num::wrapping` and fix overflow errors.
James Miller
-37
/
+37
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-02-18
Remove usage of .map(|&foo| foo)
Kevin Butler
-2
/
+2
2015-02-06
Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton
bors
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-8
/
+8
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-2
/
+2
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-10
/
+10
2015-02-02
More deprecating of i/u suffixes
Alfie John
-10
/
+10
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-5
/
+5
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-7
/
+7
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-69
/
+72
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-69
/
+72
2015-01-05
Add tests for ChaCha and Isaac Clone impls
Simonas Kazlauskas
-0
/
+10
2015-01-05
Implement Clone for PRNGs
Simonas Kazlauskas
-0
/
+15
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+4
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2015-01-02
More fallout
Nick Cameron
-9
/
+9
2014-12-30
Fallout from stabilization
Aaron Turon
-9
/
+9
2014-12-19
librand: use `#[deriving(Copy)]`
Jorge Aparicio
-4
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+5
2014-11-25
Fallout from stabilization
Aaron Turon
-3
/
+3
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-11
/
+7
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-4
/
+4
2014-10-09
rand: Convert statics to constants
Alex Crichton
-7
/
+7
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-08
rand: inform the optimiser that indexing is never out-of-bounds.
Huon Wilson
-2
/
+18
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-9
/
+9
2014-08-13
core: Rename ImmutableSlice::unsafe_ref to unsafe_get
Brian Anderson
-6
/
+6
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-4
/
+4
2014-06-25
make macros hygienic
John Clements
-62
/
+65
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-32
/
+62
2014-05-30
Rename OSRng to OsRng
Piotr Jawniak
-2
/
+2
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-60
/
+67
2014-04-02
Fix fallout of requiring uint indices
Alex Crichton
-4
/
+4
2014-04-02
rand: remove (almost) all ~[]'s from Vec.
Huon Wilson
-19
/
+18
2014-04-01
auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton
bors
-12
/
+22
2014-04-01
rand: bubble up IO messages futher.
Huon Wilson
-17
/
+21
[next]