rust/library/std
The 8472 78aa5e511c detect EOF earlier
The initial probe-for-empty-source by stack_buffer_copy only detected EOF
if the source was empty but not when it was merely small which lead to
additional calls to read() after Ok(0) had already been returned
in the stack copy routine
2023-11-04 16:11:01 +01:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src detect EOF earlier 2023-11-04 16:11:01 +01:00
tests Fix switch_stdout_to on Windows7 2023-10-31 09:50:07 +01:00
build.rs changes from feedback 2023-10-20 23:55:14 +01:00
Cargo.toml Increase the reach of panic_immediate_abort 2023-10-29 09:31:07 -04:00