| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -2/+0 | |
| 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-02-16 | std: move locks to `sys` on platforms without threads | joboet | -2/+0 | |
| 2024-02-08 | std: move path into `sys` | joboet | -4/+0 | |
| 2024-01-22 | zkvm: add partial std support | Erik Kaneda | -0/+478 | |
| Co-authored-by: Frank Laub <flaub@risc0.com> Co-authored-by: nils <nils@risc0.com> Co-authored-by: Victor Graf <victor@risczero.com> Co-authored-by: weikengchen <w.k@berkeley.edu> | ||||
