about summary refs log tree commit diff
path: root/library/std/src/sys_common/io.rs
AgeCommit message (Collapse)AuthorLines
2025-02-07std: get rid of `sys_common::io`joboet-49/+0
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+3
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-1/+2
2022-01-25Avoid double panics when using `TempDir` in testsChris Denton-1/+7
2021-08-10STD support for the ESP-IDF frameworkivmarkov-1/+3
2020-07-27mv std libs to library/mark-0/+41