rust/src/libstd
Peter Atashian 95cdada99a AsRawHandle and IntoRawHandle for JoinHandle
This allows users to get the HANDLE of a spawned thread on Windows

Signed-off-by: Peter Atashian <retep998@gmail.com>
2015-12-04 20:09:30 -05:00
..
collections Rename result variable in HashSet's intersection and union examples 2015-11-20 11:40:05 +01:00
ffi Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
io Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
net Auto merge of #30092 - semarie:to_socket_addr_str_bad, r=alexcrichton 2015-11-28 19:57:45 +00:00
num Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
os Fix buildbot failures 2015-11-18 21:16:20 +03:00
prelude
rand
sync Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
sys AsRawHandle and IntoRawHandle for JoinHandle 2015-12-04 20:09:30 -05:00
thread AsRawHandle and IntoRawHandle for JoinHandle 2015-12-04 20:09:30 -05:00
time std: Bump time margin in std::time tests 2015-11-30 10:53:20 -08:00
ascii.rs
dynamic_lib.rs Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
env.rs Small fix to EXE_SUFFIX and DLL_EXTENSION docs 2015-12-01 16:53:48 -05:00
error.rs
fs.rs Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
lib.rs Remove all uses of #[staged_api] 2015-11-25 21:55:26 +03:00
macros.rs tweak cfg! doc comment 2015-11-29 22:53:19 -05:00
panicking.rs
path.rs
primitive_docs.rs Rollup merge of #30129 - tbu-:pr_doc_arrays_coerce, r=steveklabnik 2015-12-01 19:01:41 -05:00
process.rs Fix typo in src/libstd/process.rs 2015-12-01 23:12:01 -05:00
rt.rs
rtdeps.rs