]> git.lizzy.rs Git - rust.git/commit
Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.
authorMara Bos <m-ou.se@m-ou.se>
Tue, 3 Nov 2020 19:48:25 +0000 (20:48 +0100)
committerMara Bos <m-ou.se@m-ou.se>
Tue, 10 Nov 2020 20:57:05 +0000 (21:57 +0100)
commit72e96604c0115ee77b0817d8bb053bcfd4625b70
treefc757f7d59d96f6ddab5dc313bf841e83b06727d
parentcf9cf7c923eb01146971429044f216a3ca905e06
Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.
compiler/rustc_interface/src/util.rs
library/std/src/io/impls.rs
library/std/src/io/mod.rs
library/std/src/io/stdio.rs
library/std/src/panicking.rs
library/test/src/bench.rs
library/test/src/helpers/mod.rs
library/test/src/helpers/sink.rs [deleted file]
library/test/src/lib.rs