rust/library/std/src/sys_common
Josh Triplett bb6bbfa13f Avoid naming variables str
This renames variables named `str` to other names, to make sure `str`
always refers to a type.

It's confusing to read code where `str` (or another standard type name)
is used as an identifier. It also produces misleading syntax
highlighting.
2025-01-07 14:30:02 +02:00
..
net Match unmatched backticks in library/ 2023-03-03 03:03:29 +01:00
wtf8 Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
fs.rs std: update internal uses of io::const_error! 2024-11-26 18:38:24 +01:00
io.rs Fix std tests for wasm32-wasip2 target 2024-09-29 04:48:13 +02:00
mod.rs std: replace LazyBox with OnceBox 2024-10-01 22:05:35 +02:00
net.rs std: update internal uses of io::const_error! 2024-11-26 18:38:24 +01:00
process.rs Use #[derive(Default)] instead of manually implementing it 2024-12-23 03:01:29 +00:00
tests.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
wstr.rs Fix doc nits 2024-07-26 13:26:33 +01:00
wtf8.rs Avoid naming variables str 2025-01-07 14:30:02 +02:00