rust/src/libstd/sys_common
Mark Simulacrum d7f5e1f5d1
Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov
use fmt::Result where applicable

This is a quite boring PR, but I think the type alias improves readability, so why not use it?
2018-05-12 07:32:27 -06:00
..
gnu fix some errors in libstd 2017-12-22 12:40:39 -05:00
at_exit_imp.rs Import the alloc crate as alloc_crate in std 2018-04-12 22:52:47 +02:00
backtrace.rs std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
bytestring.rs Move Utf8Lossy decoder to libcore 2018-04-12 00:13:43 +02:00
condvar.rs std: Move sys_common to libstd/sys_common 2016-11-01 17:08:24 +00:00
io.rs Add Read::initializer. 2017-06-20 20:26:22 -07:00
mod.rs std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
mutex.rs std: Move sys_common to libstd/sys_common 2016-11-01 17:08:24 +00:00
net.rs Only link res_init() on GNU/*nix 2018-01-16 06:30:44 +11:00
poison.rs fix more typos found by codespell. 2018-02-17 17:38:49 +01:00
process.rs Import the alloc crate as alloc_crate in std 2018-04-12 22:52:47 +02:00
remutex.rs Add explanation for #[must_use] on mutex guards 2018-05-07 10:26:28 -07:00
rwlock.rs std: Move sys_common to libstd/sys_common 2016-11-01 17:08:24 +00:00
thread.rs Import the alloc crate as alloc_crate in std 2018-04-12 22:52:47 +02:00
thread_info.rs rustc_driver: get rid of extra thread on Unix 2018-03-18 23:05:28 +09:00
thread_local.rs std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
util.rs std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
wtf8.rs use fmt::Result where applicable 2018-05-09 02:01:37 +02:00