summary refs log tree commit diff
path: root/src/libstd/thread/mod.rs
AgeCommit message (Expand)AuthorLines
2016-08-03Add link to replacement functionStefan Schindler-1/+6
2016-08-03Add an example to `std::thread::park_timeout`Stefan Schindler-0/+19
2016-06-28Rollup merge of #34406 - frewsxcv:sleep-ex, r=alexcrichtonGuillaume Gomez-0/+13
2016-06-27Add example for `std::thread::sleep`.Corey Farwell-0/+13
2016-06-25Auto merge of #34465 - frewsxcv:builder-name-example, r=GuillaumeGomezbors-0/+15
2016-06-25Auto merge of #34410 - frewsxcv:code-like, r=apasel422bors-4/+4
2016-06-25Rollup merge of #34438 - frewsxcv:joinhandle, r=GuillaumeGomezManish Goregaokar-0/+30
2016-06-25Add doc example for `std::thread::Builder::name`.Corey Farwell-0/+15
2016-06-24Add examples in docs for `JoinHandle`.Corey Farwell-0/+24
2016-06-24Use `Option::expect` instead of `unwrap_or_else` with `panic!`.Corey Farwell-3/+3
2016-06-24Indicate how the `JoinHandle` struct is created.Corey Farwell-0/+6
2016-06-22Parameters in doc comment should be formatted code-like.Corey Farwell-4/+4
2016-06-21Rollup merge of #34371 - frewsxcv:thread-name, r=steveklabnikGuillaume Gomez-0/+31
2016-06-19Add examples for `std::thread::Thread::name`.Corey Farwell-0/+31
2016-06-18Add example in docs for `std::thread::panicking`.Corey Farwell-0/+29
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-10/+0
2016-05-16Added a big-picture explanation for thread::park() & co.Pyry Kontio-1/+3
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-11/+6
2016-05-02std::thread docs: spawn() returns not a Thread anymoreGeorg Brandl-15/+14
2016-03-25Fix unsound behaviour with null characters in thread names (issue #32475)David Henningsson-3/+18
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-34/+0
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-0/+1
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-5/+5
2015-12-21std: Use cfg(target_thread_local) in thread_local!Alex Crichton-1/+4
2015-12-09std: Rename thread::catch_panic to panic::recoverAlex Crichton-18/+1
2015-12-04AsRawHandle and IntoRawHandle for JoinHandlePeter Atashian-0/+9
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-2/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+2
2015-11-04Deprecate `_ms` functions that predate the `Duration` APIBen Striegel-0/+2
2015-10-18Clean up thread::spawnarcnmx-23/+16
2015-10-02fix falloutAriel Ben-Yehuda-1/+2
2015-09-13Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturonbors-4/+2
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-3/+4
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-4/+2
2015-08-15std: Add issues to all unstable featuresAlex Crichton-64/+12
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-106/+4
2015-08-10Remove morestack supportAlex Crichton-14/+1
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+4
2015-07-26Remove the module-level documentation for thread::scopedKevin Ballard-34/+25
2015-07-23Fix `thread::catch_panic` documentation to mention its return value on successTobias Bucher-3/+3
2015-07-21Expand a bit on thread::park spurious wakeupsSteve Klabnik-2/+18
2015-06-17More test fixes and fallout of stability changesAlex Crichton-0/+1
2015-06-17std: Deprecate the `scoped` featureAlex Crichton-0/+6
2015-06-01std: Fix unsoundness of std::thread::ScopedKeyAlex Crichton-0/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+1
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-4/+40
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-4/+40
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-3/+3