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
/
random
Age
Commit message (
Expand
)
Author
Lines
2025-07-27
Remove `[T]::array_chunks(_mut)`
Scott McMurray
-10
/
+9
2025-07-13
Rollup merge of #143776 - no1wudi:fix, r=tgross35
León Orell Valerian Liehr
-1
/
+1
2025-07-11
std: move NuttX to use arc4random for random number generation
Huang Qi
-1
/
+1
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-3
/
+3
2025-06-06
std: sys: random: uefi: Provide rdrand based fallback
Ayush Singh
-19
/
+150
2025-04-27
use generic Atomic type where possible
Christopher Durham
-6
/
+6
2025-03-26
Change the syntax of the internal `weak!` macro
Mads Marquart
-4
/
+4
2025-03-19
Fix build failure on Trusty
Taiki Endo
-1
/
+1
2025-03-17
Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet
Jacob Pratt
-4
/
+4
2025-03-10
Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch
Nicole LeGare
-0
/
+10
2025-03-10
Unify cygwin & horizon random impl
王宇逸
-15
/
+4
2025-03-10
Impl cygwin rand with getrandom
王宇逸
-11
/
+13
2025-03-10
Fix code style
王宇逸
-2
/
+6
2025-03-10
Fix building for cygwin
王宇逸
-2
/
+7
2025-02-19
Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306
Li Keqing
-1
/
+1
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-4
/
+4
2024-11-21
Use arc4random of libc for RTEMS target
Jan Sommer
-2
/
+0
2024-10-25
library: consistently use American spelling for 'behavior'
Ralf Jung
-2
/
+2
2024-10-22
AIX use /dev/urandom for impl
Henry Jiang
-0
/
+1
2024-10-18
Add entropy source for RTEMS
Jan Sommer
-0
/
+3
2024-09-24
Initial std library support for NuttX
Huang Qi
-0
/
+1
2024-09-23
std: switch to faster random sources on macOS and most BSDs
joboet
-86
/
+75
2024-09-23
std: implement the `random` feature
joboet
-0
/
+605