rust/src/libstd
Steve Klabnik 42ce11eb5a Rollup merge of #41854 - gamazeps:thread-spawn-doc, r=steveklabnik
[Doc] Improve `thread::spawn` documentation

Part of #29378

- Add two examples to `thread::spawn` doumentation that show common uses of threads.
- Add a link to `thread::Builder` in the `thread::spawn` documentation for configuring threads.
- Add a link to `thread::spawn` in `thread::Builder` in order to avoid documentation duplication.

r? @steveklabnik
2017-05-10 17:18:33 +02:00
..
collections Deprecate heap::EMPTY in favour of Unique::empty or otherwise. 2017-05-04 23:54:54 -04:00
ffi Override ToOwned::clone_into for Path and OsStr 2017-04-18 21:02:18 -07:00
io Rollup merge of #41463 - SergioBenitez:master, r=alexcrichton 2017-04-25 23:05:56 -04:00
net Rollup merge of #41526 - steveklabnik:gh35950, r=GuillaumeGomez 2017-04-27 19:59:15 -04:00
os Add x86_64-linux-android target 2017-04-20 16:29:59 -03:00
prelude Fix Markdown issues in the docs 2017-04-06 12:57:40 +01:00
rand Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
sync need to pick a new feature name 2017-04-29 19:15:59 +02:00
sys Fix definitions of ULONG_PTR 2017-05-06 15:46:16 +01:00
sys_common Don't show the std frames before user code on unwinding. 2017-05-09 19:51:50 +02:00
thread Rollup merge of #41854 - gamazeps:thread-spawn-doc, r=steveklabnik 2017-05-10 17:18:33 +02:00
time Add doc example for how to determine total number of secs in Duration. 2017-05-03 00:04:59 -04:00
ascii.rs Reduce str transmutes, add mut versions of methods. 2017-04-09 19:13:54 -04:00
build.rs Reload nameserver information on lookup failure 2017-05-04 23:59:55 -04:00
Cargo.toml Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
env.rs clarify docs for Args and ArgsOs 2017-03-05 16:39:26 -05:00
error.rs Fix a few stability attributes 2017-04-18 23:33:38 +01:00
f32.rs Remove unused import. 2017-04-22 22:13:22 -04:00
f64.rs Remove float_extras 2017-04-20 21:16:31 -07:00
fs.rs Remove need for &format!(...) or &&"" dances in span_label calls 2017-05-08 12:56:15 +02:00
lib.rs Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00
macros.rs Get linkchecker clean 2017-02-21 14:02:12 -05:00
memchr.rs std: Move platform specific memchr code into sys 2016-10-01 19:33:02 +00:00
num.rs Remove num::{Zero,One} 2017-04-20 21:16:31 -07:00
panic.rs std: Relax UnwindSafe impl for Unique 2017-02-21 14:36:24 -08:00
panicking.rs Remove function invokation parens from documentation links. 2017-03-13 21:43:18 -04:00
path.rs Add more ways to create a PathBuf to docs 2017-05-09 12:43:49 -04:00
primitive_docs.rs Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomez 2017-04-12 14:45:48 +02:00
process.rs Update ChildStdin/ChildStdout docs to be clearer 2017-05-03 01:13:18 -04:00
rt.rs Don't show the std frames before user code on unwinding. 2017-05-09 19:51:50 +02:00