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
/
library
/
std
/
src
/
sys
/
unix
/
rand.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-301
/
+0
2023-12-08
std: getrandom simplification for freebsd.
David Carlier
-11
/
+1
2023-10-23
Remove Apple RNG fallbacks and simplify implementation
BlackHoleFox
-57
/
+52
2023-07-30
rand use getrandom for freebsd (available since 12.x)
David Carlier
-9
/
+7
2023-07-26
Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubilee
Matthias Krüger
-4
/
+18
2023-06-21
wip: Support Apple tvOS in libstd
Thom Chiovoloni
-1
/
+2
2023-05-07
PS Vita std support
Nikolay Arhipov
-2
/
+3
2023-03-14
Use getentropy() instead of /dev/urandom on Emscripten
Kleis Auke Wolthuizen
-2
/
+3
2023-03-08
rand: freebsd update, using getrandom.
David CARLIER
-4
/
+18
2022-10-05
Revert "Use getentropy when possible on all Apple platforms"
BlackHoleFox
-56
/
+38
2022-08-25
Use getentropy when possible on all Apple platforms
BlackHoleFox
-38
/
+56
2022-08-08
Replace pointer casting in hashmap_random_keys with safe code
BlackHoleFox
-9
/
+9
2022-07-20
Library changes for Apple WatchOS
Vladimir Michael Eatwell
-1
/
+2
2022-06-13
Horizon OS STD support
Meziu
-3
/
+13
2022-05-21
Use GRND_INSECURE instead of /dev/urandom when possible
Jason A. Donenfeld
-0
/
+15
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2021-08-10
STD support for the ESP-IDF framework
ivmarkov
-2
/
+7
2021-07-10
Change `weak!` and `linkat!` to macros 2.0
Aris Merchant
-0
/
+4
2021-04-19
Move `sys::vxworks` code to `sys::unix`
Christiaan Dirkx
-1
/
+28
2020-11-16
Try weak symbols for all linux syscall! wrappers
Josh Stone
-1
/
+1
2020-11-16
linux: try to use libc getrandom to allow interposition
Josh Stone
-3
/
+12
2020-07-27
mv std libs to library/
mark
-0
/
+230