rust/src
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
..
bootstrap Add remote device testing support 2017-05-04 12:43:22 +02:00
build_helper Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
ci ci: Update sccache build 2017-04-29 00:29:54 -07:00
compiler-rt@c8a8767c56 support default impl for specialization 2017-04-25 05:28:22 +00:00
doc Update rustc-ux-guidelines.md 2017-05-08 18:15:23 -07:00
driver
etc Add support for Hexagon v60 HVX intrinsics 2017-05-07 15:07:36 -04:00
grammar Re-add LALR grammar. 2017-05-08 09:47:05 -06:00
jemalloc@11bfb0dcf8 support default impl for specialization 2017-04-25 05:28:22 +00:00
liballoc Improve docs on Arc<T> and Send/Sync 2017-05-09 12:49:58 -04:00
liballoc_jemalloc Specialize Vec::from_elem<u8> to use calloc or memset 2017-04-15 09:01:56 -07:00
liballoc_system Specialize Vec::from_elem<u8> to use calloc or memset 2017-04-15 09:01:56 -07:00
libarena Deprecate heap::EMPTY in favour of Unique::empty or otherwise. 2017-05-04 23:54:54 -04:00
libbacktrace libbacktrace: Fix uninitialized variable 2017-02-04 01:18:10 +03:00
libcollections Auto merge of #41764 - scottmcm:faster-reverse, r=brson 2017-05-10 08:54:50 +00:00
libcompiler_builtins Auto merge of #40123 - TimNN:llvm40, r=alexcrichton 2017-04-24 22:18:16 +00:00
libcore Auto merge of #41764 - scottmcm:faster-reverse, r=brson 2017-05-10 08:54:50 +00:00
libflate fallout from NonZero/Unique/Shared changes 2017-05-04 23:54:54 -04:00
libfmt_macros
libgetopts
libgraphviz Fix various useless derefs and slicings 2017-03-27 08:58:00 +02:00
liblibc@03562b0cb2 Reload nameserver information on lookup failure 2017-05-04 23:59:55 -04:00
libpanic_abort
libpanic_unwind Fix definitions of ULONG_PTR 2017-05-06 15:46:16 +01:00
libproc_macro Add doc attributes to proc_macro crate 2017-03-12 02:54:43 +00:00
libproc_macro_plugin Improve the TokenStream quoter. 2017-03-15 23:05:02 +00:00
librand Removal pass for anonymous parameters 2017-05-02 05:55:20 +02:00
librustc Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis 2017-05-09 11:55:37 +00:00
librustc_asan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_back Rollup merge of #41657 - malbarbo:android-armv7-linker, r=alexcrichton 2017-05-02 21:21:22 -04:00
librustc_bitflags
librustc_borrowck Remove need for &format!(...) or &&"" dances in span_label calls 2017-05-08 12:56:15 +02:00
librustc_const_eval Remove need for &format!(...) or &&"" dances in span_label calls 2017-05-08 12:56:15 +02:00
librustc_const_math rustc_const_eval: always demand typeck_tables for evaluating constants. 2017-02-25 18:35:26 +02:00
librustc_data_structures incr.comp.: Hash more pieces of crate metadata to detect changes there. 2017-05-08 12:31:26 +02:00
librustc_driver incr.comp.: Hash more pieces of crate metadata to detect changes there. 2017-05-08 12:31:26 +02:00
librustc_errors Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakis 2017-05-08 22:34:47 -04:00
librustc_incremental Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis 2017-05-09 11:55:37 +00:00
librustc_lint Rollup merge of #41293 - est31:floating_literal_match, r=nikomatsakis 2017-05-08 22:34:46 -04:00
librustc_llvm Auto merge of #41560 - alevy:rwpi-ropi, r=eddyb 2017-05-01 17:23:09 +00:00
librustc_lsan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_metadata Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis 2017-05-09 11:55:37 +00:00
librustc_mir Auto merge of #41777 - nikomatsakis:issue-41697-mir-dump-cycle, r=arielb1 2017-05-09 09:27:50 +00:00
librustc_msan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_passes Remove need for &format!(...) or &&"" dances in span_label calls 2017-05-08 12:56:15 +02:00
librustc_platform_intrinsics Add support for Hexagon v60 HVX intrinsics 2017-05-07 15:07:36 -04:00
librustc_plugin kill a bunch of one off tasks 2017-04-18 08:20:12 -04:00
librustc_privacy Remove need for &format!(...) or &&"" dances in span_label calls 2017-05-08 12:56:15 +02:00
librustc_resolve Remove need for &format!(...) or &&"" dances in span_label calls 2017-05-08 12:56:15 +02:00
librustc_save_analysis Update save-analysis deps and RLS submodule 2017-05-09 07:15:48 +12:00
librustc_trans incr.comp.: Hash more pieces of crate metadata to detect changes there. 2017-05-08 12:31:26 +02:00
librustc_tsan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_typeck Rollup merge of #41838 - z1mvader:fix_fn_args_coerce_closure, r=nikomatsakis 2017-05-08 22:34:52 -04:00
librustdoc Remove need for &format!(...) or &&"" dances in span_label calls 2017-05-08 12:56:15 +02:00
libserialize Only SwitchInt over integers, not all consts 2017-02-10 19:42:41 +02:00
libstd Rollup merge of #41854 - gamazeps:thread-spawn-doc, r=steveklabnik 2017-05-10 17:18:33 +02:00
libstd_unicode Auto merge of #41659 - bluss:clone-split-whitespace, r=aturon 2017-05-10 03:27:36 +00:00
libsyntax Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis 2017-05-09 11:55:37 +00:00
libsyntax_ext support default impl for specialization 2017-04-24 10:08:48 +00:00
libsyntax_pos Add INVALID_CRATE CrateNum constant. 2017-05-09 12:46:43 +02:00
libterm Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
libtest Don't show the std frames before user code on unwinding. 2017-05-09 19:51:50 +02:00
libunwind Haiku: fix initial platform support 2017-04-22 13:47:36 +12:00
llvm@cf85b5a8da Update llvm to pull in various backports 2017-05-04 08:12:17 +02:00
rt support default impl for specialization 2017-04-25 05:28:22 +00:00
rtstartup Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00
rust-installer@2e6417f6af Update rust-installer to fix rust-lang-nursery/rustup.rs#1092 2017-05-05 00:03:30 -07:00
rustc Fix plain_summary_line function 2017-03-28 11:38:56 -06:00
rustllvm trigger llvm rebuild 2017-05-06 17:39:03 +02:00
test Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis 2017-05-09 11:55:37 +00:00
tools Bump cargo for rust-lang/cargo#4000 2017-05-09 12:15:13 -04:00
Cargo.lock Update save-analysis deps and RLS submodule 2017-05-09 07:15:48 +12:00
Cargo.toml Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00
stage0.txt Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00