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
/
libstd
/
sys
/
unix
/
rand.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-09
Use getrandom syscall for all Linux and Android targets.
Marco A L Barbosa
-50
/
+5
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-215
/
+74
2017-10-31
Fix NR_GETRANDOM for linux x32
Marco A L Barbosa
-1
/
+3
2017-09-24
The Magenta kernel is now called Zircon.
P.Y. Laligand
-4
/
+4
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-2
/
+2
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-4
/
+0
2016-11-04
std: Track change to cprng syscall signature (Fuchsia)
Raph Levien
-8
/
+20
2016-10-24
Add support for kernel randomness for Fuchsia
Raph Levien
-1
/
+53
2016-10-08
Use less `size_t` casts in libstd since it's now defined as `usize`
Tobias Bucher
-3
/
+3
2016-09-09
Add s390x support
Ulrich Weigand
-4
/
+10
2016-08-21
Use the kernel arc4rand for FreeBSD OsRng.
Aaron Gallagher
-1
/
+52
2016-08-21
Reduce duplication in std::sys::unix::rand.
Aaron Gallagher
-29
/
+25
2016-04-20
rand: add comments about getrandom() fallback
Doug Goldstein
-0
/
+8
2016-04-19
rand: don't block before random pool is initialized
Doug Goldstein
-1
/
+8
2016-03-22
try! -> ?
Jorge Aparicio
-1
/
+1
2016-02-17
std: restructure rand os code into sys modules
Sean McArthur
-0
/
+273