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
/
chacha.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-2
/
+0
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-4
/
+4
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-3
/
+3
2015-03-03
Accommodate arith-overflow in `rand` and `std::rand`.
Felix S. Klock II
-5
/
+6
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-4
/
+4
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-3
/
+3
2015-02-02
More deprecating of i/u suffixes
Alfie John
-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
-6
/
+6
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-2
/
+2
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+1
2015-01-05
More test fixes!
Alex Crichton
-2
/
+2
2015-01-05
Add tests for ChaCha and Isaac Clone impls
Simonas Kazlauskas
-0
/
+10
2015-01-05
Implement Clone for PRNGs
Simonas Kazlauskas
-3
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2015-01-02
More fallout
Nick Cameron
-9
/
+9
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-19
librand: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-10
rustc: Fix `make install`
Alex Crichton
-1
/
+1
2014-12-09
rollup merge of #19614: steveklabnik/gh19599
Alex Crichton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-07
remove usage of notrust from the docs
Steve Klabnik
-1
/
+1
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-10-25
Fix spelling mistakes in comments.
Joseph Crail
-1
/
+1
2014-10-09
rand: Convert statics to constants
Alex Crichton
-3
/
+3
2014-09-30
Include ChaCha pseudorandom generator
Samuel Neves
-0
/
+285