about summary refs log tree commit diff
path: root/library/std/src/sys/random/linux.rs
AgeCommit message (Collapse)AuthorLines
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-04-27use generic Atomic type where possibleChristopher Durham-4/+4
in core/alloc/std only for now, and ignoring test files Co-authored-by: Pavel Grigorenko <GrigorenkoPV@ya.ru>
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-4/+4
Change the syntax to include parameter names and a trailing semicolon. Motivation: - Mirror the `syscall!` macro. - Allow rustfmt to format it (when wrapped in parentheses). - For better documentation (having the parameter names available in the source code is a bit nicer). - Allow future improvements to this macro where we can sometimes use the symbol directly when it's statically known to be available.
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-2/+2
2024-09-23std: switch to faster random sources on macOS and most BSDsjoboet-1/+1
2024-09-23std: implement the `random` featurejoboet-0/+170
Implements the ACP https://github.com/rust-lang/libs-team/issues/393.