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
/
windows
/
rand.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-42
/
+0
2023-06-10
Lazy load ntdll functions on UWP
bdbai
-2
/
+3
2023-05-05
Use new bindings
Chris Denton
-2
/
+4
2023-02-14
Revert to using `RtlGenRandom`
Chris Denton
-94
/
+27
2022-09-20
Remove `RtlGenRandom` (take two)
Chris Denton
-48
/
+28
2022-09-07
Don't break windows/rand for miri
Chris Denton
-0
/
+12
2022-09-06
Open a BCrypt algorithm handle
Chris Denton
-18
/
+64
2022-09-02
Use `BCRYPT_RNG_ALG_HANDLE` by default
Chris Denton
-4
/
+37
2022-07-17
Simplify Windows `hashmap_random_keys`
Chris Denton
-60
/
+8
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-2
/
+2
2022-05-16
Improve error message for fallback RNG failure
Chris Martin
-1
/
+1
2022-05-13
Address review feedback
Chris Martin
-31
/
+22
2022-05-10
Make HashMap fall back to RtlGenRandom if BCryptGenRandom fails
Chris Martin
-4
/
+79
2021-10-15
Use BCryptGenRandom instead of RtlGenRandom on Windows.
Mara Bos
-12
/
+0
2020-07-27
mv std libs to library/
mark
-0
/
+33