rust/library/std/src/io
bors 03eb454523 Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #137674 (Enable `f16` for LoongArch)
 - #138034 (library: Use `size_of` from the prelude instead of imported)
 - #138060 (Revert #138019 after further discussion about how hir-pretty printing should work)
 - #138073 (Break critical edges in inline asm before code generation)
 - #138107 (`librustdoc`: clippy fixes)
 - #138111 (Use `default_field_values` for `rustc_errors::Context`, `rustc_session::config::NextSolverConfig` and `rustc_session::config::ErrorOutputType`)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-03-07 13:47:27 +00:00
..
buffered Fix logic error in Buffer::read_more() 2025-02-28 17:36:19 -08:00
copy Fix testing of the standard library with Emscripten 2025-01-24 09:25:34 +00:00
cursor attempt to optimise vectored write 2022-06-26 17:15:31 +01:00
error library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
pipe Test pipes also when not running on Windows and Linux simultaneously 2025-01-26 12:48:33 +01:00
stdio Rustfmt 2025-02-08 22:12:13 +00:00
util Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
copy.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
cursor.rs Override default Write methods for cursor-like types 2025-02-27 17:09:09 -08:00
error.rs Use correct error message casing for io::const_errors 2025-02-28 17:50:38 +01:00
impls.rs Override default Write methods for cursor-like types 2025-02-27 17:09:09 -08:00
mod.rs Clarify/update comments in BufRead::read_line's default body 2025-02-21 03:56:49 +01:00
pipe.rs Update std::io::{pipe, PipeReader, PipeWriter} docs the new location 2025-01-26 12:42:52 +01:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
stdio.rs Rollup merge of #136798 - pcorwin:master, r=tgross35 2025-03-05 21:46:34 +08:00
tests.rs Move std::io::pipe code into its own file 2025-01-26 12:40:36 +01:00
util.rs Use slice::fill in io::Repeat implementation 2025-02-13 12:23:52 +01:00