rust/src/libstd/os
Alex Crichton 8eb7f36a3b std: Remove internal definitions of cfg_if! macro
This is duplicated in a few locations throughout the sysroot to work
around issues with not exporting a macro in libstd but still wanting it
available to sysroot crates to define blocks. Nowadays though we can
simply depend on the `cfg-if` crate on crates.io, allowing us to use it
from there!
2019-06-10 10:58:44 -07:00
..
android Remove double trailing newlines 2019-04-22 16:57:01 +01:00
dragonfly Remove double trailing newlines 2019-04-22 16:57:01 +01:00
emscripten libstd => 2018 2019-02-28 04:06:15 +09:00
fortanix_sgx SGX target: Expose thread id function in os module 2019-03-05 13:35:57 -08:00
freebsd Remove double trailing newlines 2019-04-22 16:57:01 +01:00
fuchsia libstd => 2018 2019-02-28 04:06:15 +09:00
haiku libstd => 2018 2019-02-28 04:06:15 +09:00
hermit libstd => 2018 2019-02-28 04:06:15 +09:00
ios Remove double trailing newlines 2019-04-22 16:57:01 +01:00
linux libstd => 2018 2019-02-28 04:06:15 +09:00
macos Remove double trailing newlines 2019-04-22 16:57:01 +01:00
netbsd Remove double trailing newlines 2019-04-22 16:57:01 +01:00
openbsd Remove double trailing newlines 2019-04-22 16:57:01 +01:00
raw libstd => 2018 2019-02-28 04:06:15 +09:00
solaris libstd => 2018 2019-02-28 04:06:15 +09:00
mod.rs std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
wasi.rs Add a new wasm32-unknown-wasi target 2019-03-29 15:58:17 -07:00