rust/library/std/src/sys
Scott McMurray 8055bb87c5 More mem::take in library
A bunch of places were using `replace(…, &mut [])`, but that can just be `take`.
2023-04-20 19:54:46 -07:00
..
common Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser 2023-04-11 20:28:45 -07:00
hermit Rollup merge of #109722 - hermitcore:read, r=Mark-Simulacrum 2023-04-03 08:58:53 +02:00
itron Match unmatched backticks in library/ 2023-03-03 03:03:29 +01:00
sgx remove some unneeded imports 2023-04-12 19:27:18 +02:00
solid kmc-solid: Implement Socket::read_buf 2023-04-11 12:00:36 +09:00
unix Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor 2023-04-14 21:11:13 +02:00
unsupported More mem::take in library 2023-04-20 19:54:46 -07:00
wasi Implement read_buf for a few more types 2023-03-06 12:24:15 +01:00
wasm std: use a more efficient Once on platforms without threads 2022-12-14 13:55:30 +01:00
windows Windows: map a few more error codes to ErrorKind 2023-04-16 23:42:59 +01:00
mod.rs review 2023-03-17 21:00:10 -07:00