about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unsupported/common.rs
AgeCommit message (Collapse)AuthorLines
2024-09-23std: implement the `random` featurejoboet-4/+0
Implements the ACP https://github.com/rust-lang/libs-team/issues/393.
2024-04-11Factor some common `io::Error` constantsBenoƮt du Garreau-4/+1
2024-02-20Delete architecture-specific memchr code in std::sysArthur Carcano-4/+0
Currently all architecture-specific memchr code is only used in `std::io`. Most of the actual `memchr` capacity exposed to the user through the slice API is instead implemented in core::slice::memchr. Hence this commit deletes memchr from std::sys[_common] and replace calls to it by calls to core::slice::memchr functions. This deletes (r)memchr from the list of symbols linked to libc.
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+40