rust/src/libstd/sys/windows
Alex Crichton eac0a8bc30 bootstrap: Add directives to not double-link libs
Have all Cargo-built crates pass `--cfg cargobuild` and then add appropriate
`#[cfg]` definitions to all crates to avoid linking anything if this is passed.
This should help allow libstd to compile with both the makefiles and with Cargo.
2016-02-11 11:12:32 -08:00
..
ext std: Push process stdio setup in std::sys 2016-02-10 09:28:48 -08:00
printing std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
backtrace.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
c.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
compat.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
condvar.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
fs.rs Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichton 2016-02-08 07:38:11 +00:00
handle.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
mod.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
mutex.rs typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
net.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
os.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
os_str.rs Revise use of conversion traits 2015-03-26 13:54:48 -07:00
pipe.rs std: Push process stdio setup in std::sys 2016-02-10 09:28:48 -08:00
process.rs std: Push process stdio setup in std::sys 2016-02-10 09:28:48 -08:00
rwlock.rs Register new snapshots 2015-08-11 15:11:13 -07:00
stack_overflow.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
stdio.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
thread.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
thread_local.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
time.rs std: Expose SystemTime accessors on fs::Metadata 2016-02-04 13:15:28 -08:00