rust/library
Yuki Okushi 6412bf98ea
Rollup merge of #87848 - godmar:@godmar/thread-join-documentation-fix, r=joshtriplett
removed references to parent/child from std::thread documentation

- also clarifies how thread.join and detaching of threads works
- the previous prose implied that there is a relationship between a
spawning thread and the thread being spawned, and that "child" threads
couldn't outlive their "parents" unless detached, which is incorrect.
2021-08-11 04:18:38 +09:00
..
alloc Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay 2021-08-08 19:37:02 +00:00
backtrace@221483ebaf
core Rollup merge of #87636 - Kixiron:unzip-option, r=scottmcm 2021-08-11 04:18:34 +09:00
panic_abort Use C-unwind ABI for __rust_start_panic in panic_abort 2021-08-05 18:01:17 +08:00
panic_unwind rustc: Fill out remaining parts of C-unwind ABI 2021-08-03 07:06:19 -07:00
proc_macro Change proc_macro::Diagnostics docs 2021-08-07 23:54:34 +10:00
profiler_builtins rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
rtstartup
rustc-std-workspace-alloc rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
rustc-std-workspace-core rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
rustc-std-workspace-std rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
std Rollup merge of #87848 - godmar:@godmar/thread-join-documentation-fix, r=joshtriplett 2021-08-11 04:18:38 +09:00
stdarch@c158cfd38e Update stdarch to deprecate crypto aarch64 target_feature 2021-08-03 12:07:56 +00:00
test rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
unwind rustc: Fill out remaining parts of C-unwind ABI 2021-08-03 07:06:19 -07:00