Joel Höner
ab8995bbca
Generalize Write impl for Vec<u8> to Vec<u8, A>
...
As discussed in the issue tracker for the wg-allocators working group[1], updating this implementation for allocator support was most likely just forgotten in the original PR.
[1]: https://github.com/rust-lang/wg-allocators/issues/86
2021-03-07 16:22:53 +01:00
Ian Jackson
db5d697004
std: impl of Write for &mut [u8]: document the buffer full error
...
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk >
2020-12-04 18:38:44 +00:00
Mara Bos
72e96604c0
Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.
2020-11-10 21:57:05 +01:00
Tyler Mandry
d0d0e78208
Capture output from threads spawned in tests
...
Fixes #42474 .
2020-10-22 18:15:44 -07:00
Lzu Tao
a4e926daee
std: move "mod tests/benches" to separate files
...
Also doing fmt inplace as requested.
2020-08-31 02:56:59 +00:00
mark
2c31b45ae8
mv std libs to library/
2020-07-27 19:51:13 -05:00