rust/src/libstd
bors 6dbd2509f0 Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturon
* Store the native representation directly in the `ExitStatus` structure instead
  of a "parsed version" (mostly for Unix).
* On Windows, be more robust against processes exiting with the status of 259.
  Unfortunately this exit code corresponds to `STILL_ACTIVE`, causing libstd to
  think the process was still alive, causing an infinite loop. Instead the loop
  is removed altogether and `WaitForSingleObject` is used to wait for the
  process to exit.
2015-11-06 22:57:37 +00:00
..
collections Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton 2015-11-06 14:57:41 +00:00
ffi
io Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton 2015-11-06 14:57:41 +00:00
net
num Remove stability annotations from trait impl items 2015-11-06 00:13:46 +03:00
os
prelude
rand
sync Deprecate _ms functions that predate the Duration API 2015-11-04 18:43:30 -08:00
sys Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturon 2015-11-06 22:57:37 +00:00
thread Deprecate _ms functions that predate the Duration API 2015-11-04 18:43:30 -08:00
time
ascii.rs
dynamic_lib.rs
env.rs Auto merge of #29305 - alexcrichton:bad-getenv, r=brson 2015-11-06 00:56:08 +00:00
error.rs
fs.rs Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton 2015-11-06 14:57:41 +00:00
lib.rs doc(lib.rs): fix #L79 with inline link syntax 2015-11-06 00:15:32 +07:00
macros.rs
panicking.rs
path.rs Auto merge of #29200 - tshepang:rustfmt-path, r=aturon 2015-11-04 11:37:50 +00:00
primitive_docs.rs
process.rs
rt.rs
rtdeps.rs