rust/src/libstd/sys_common
Josh Stone f854070bb8 Forward OsStr::clone_into to the inner Vec
Despite OS differences, they're all just `Vec<u8>` inside, so we can
just forward `clone_into` calls to that optimized implementation.
2020-04-06 18:26:37 -07:00
..
alloc.rs Add support for RISC-V 64-bit GNU/Linux 2020-01-01 09:52:18 +07:00
at_exit_imp.rs Format the world 2019-12-22 17:42:47 -05:00
backtrace.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
bytestring.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
condvar.rs Format the world 2019-12-22 17:42:47 -05:00
fs.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
io.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
mod.rs Use drop instead of the toilet closure `|_| ()` 2020-01-02 08:56:12 +00:00
mutex.rs Format the world 2019-12-22 17:42:47 -05:00
net.rs refactor fix using cfg_if! (fix build on Solaris) 2020-01-20 19:15:37 +01:00
os_str_bytes.rs Forward OsStr::clone_into to the inner Vec 2020-04-06 18:26:37 -07:00
poison.rs Deprecate Error::description for real 2019-12-24 22:39:49 -08:00
process.rs reduce references on match patterns (clippy::match_ref_pats) 2020-03-07 21:48:17 +01:00
remutex.rs Fix abort-on-eprintln during process shutdown 2020-03-20 07:34:56 -07:00
rwlock.rs Format the world 2019-12-22 17:42:47 -05:00
thread.rs Inline start_thread into its callers. 2020-03-31 15:15:14 -07:00
thread_info.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
thread_local.rs Format the world 2019-12-22 17:42:47 -05:00
util.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
wtf8.rs Forward OsStr::clone_into to the inner Vec 2020-04-06 18:26:37 -07:00