| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-09-23 | std: implement the `random` feature | joboet | -4/+0 | |
| Implements the ACP https://github.com/rust-lang/libs-team/issues/393. | ||||
| 2024-04-11 | Factor some common `io::Error` constants | BenoƮt du Garreau | -4/+1 | |
| 2024-02-20 | Delete architecture-specific memchr code in std::sys | Arthur 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-11 | std: begin moving platform support modules into `pal` | joboet | -0/+40 | |
