| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -2/+2 | |
| 2021-03-07 | Generalize Write impl for Vec<u8> to Vec<u8, A> | Joel Höner | -1/+2 | |
| 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 | ||||
| 2020-12-04 | std: impl of `Write` for `&mut [u8]`: document the buffer full error | Ian Jackson | -0/+4 | |
| Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk> | ||||
| 2020-11-10 | Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams. | Mara Bos | -14/+0 | |
| 2020-10-22 | Capture output from threads spawned in tests | Tyler Mandry | -3/+3 | |
| Fixes #42474. | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -61/+3 | |
| Also doing fmt inplace as requested. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+460 | |
