rust/src/libstd
bors 8ed8679b2e Auto merge of #29897 - alexcrichton:process-wait-with-output, r=brson
Previously this function used channels but this isn't necessary any more now
that threads have return values. This also has the added bonus of appropriately
waiting for the thread to exit to ensure that the function doesn't still have
running threads once it returns.
2015-11-18 04:00:43 +00:00
..
collections Auto merge of #29830 - petrochenkov:mapdoc, r=alexcrichton 2015-11-16 11:08:50 +00:00
ffi Cleaner c_char cfg logic 2015-11-11 14:25:18 -05:00
io std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
net Auto merge of #29724 - alexcrichton:ip-endian, r=aturon 2015-11-10 20:58:51 +00:00
num Remove stability annotations from trait impl items 2015-11-06 00:13:46 +03:00
os Cleaner c_char cfg logic 2015-11-11 14:25:18 -05:00
prelude Fixup #29785 2015-11-12 13:20:48 +05:30
rand std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
sync Correct comment in Mutex example 2015-11-16 12:56:18 -05:00
sys Rollup merge of #29880 - dignati:fix-freebsd-libc, r=alexcrichton 2015-11-17 15:12:15 +05:30
thread Deprecate _ms functions that predate the Duration API 2015-11-04 18:43:30 -08:00
time
ascii.rs
dynamic_lib.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
env.rs Spell out the fallback of std::env::home_dir on POSIX 2015-11-08 15:34:16 +00:00
error.rs
fs.rs Auto merge of #29755 - mbrubeck:stat-doc, r=steveklabnik 2015-11-11 11:09:43 +00:00
lib.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
macros.rs
panicking.rs
path.rs Auto merge of #29755 - mbrubeck:stat-doc, r=steveklabnik 2015-11-11 11:09:43 +00:00
primitive_docs.rs Update list of array implementations in src/libstd/primitive_docs.rs 2015-11-07 12:01:11 +00:00
process.rs std: Use join() in Process::wait_with_output 2015-11-17 13:37:44 -08:00
rt.rs
rtdeps.rs Port the standard crates to PNaCl/NaCl. 2015-10-28 17:23:28 -05:00