index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
thread
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-08-03
Add link to replacement function
Stefan Schindler
-1
/
+6
2016-08-03
Add an example to `std::thread::park_timeout`
Stefan Schindler
-0
/
+19
2016-06-28
Rollup merge of #34406 - frewsxcv:sleep-ex, r=alexcrichton
Guillaume Gomez
-0
/
+13
2016-06-27
Add example for `std::thread::sleep`.
Corey Farwell
-0
/
+13
2016-06-25
Auto merge of #34465 - frewsxcv:builder-name-example, r=GuillaumeGomez
bors
-0
/
+15
2016-06-25
Auto merge of #34410 - frewsxcv:code-like, r=apasel422
bors
-4
/
+4
2016-06-25
Rollup merge of #34438 - frewsxcv:joinhandle, r=GuillaumeGomez
Manish Goregaokar
-0
/
+30
2016-06-25
Add doc example for `std::thread::Builder::name`.
Corey Farwell
-0
/
+15
2016-06-24
Add examples in docs for `JoinHandle`.
Corey Farwell
-0
/
+24
2016-06-24
Use `Option::expect` instead of `unwrap_or_else` with `panic!`.
Corey Farwell
-3
/
+3
2016-06-24
Indicate how the `JoinHandle` struct is created.
Corey Farwell
-0
/
+6
2016-06-22
Parameters in doc comment should be formatted code-like.
Corey Farwell
-4
/
+4
2016-06-21
Rollup merge of #34371 - frewsxcv:thread-name, r=steveklabnik
Guillaume Gomez
-0
/
+31
2016-06-19
Add examples for `std::thread::Thread::name`.
Corey Farwell
-0
/
+31
2016-06-18
Add example in docs for `std::thread::panicking`.
Corey Farwell
-0
/
+29
2016-05-30
std: Clean out old unstable + deprecated APIs
Alex Crichton
-10
/
+0
2016-05-16
Added a big-picture explanation for thread::park() & co.
Pyry Kontio
-1
/
+3
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-11
/
+6
2016-05-02
std::thread docs: spawn() returns not a Thread anymore
Georg Brandl
-15
/
+14
2016-03-25
Fix unsound behaviour with null characters in thread names (issue #32475)
David Henningsson
-3
/
+18
2016-03-22
try! -> ?
Jorge Aparicio
-1
/
+1
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-34
/
+0
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-0
/
+1
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-5
/
+5
2015-12-21
std: Use cfg(target_thread_local) in thread_local!
Alex Crichton
-1
/
+4
2015-12-09
std: Rename thread::catch_panic to panic::recover
Alex Crichton
-18
/
+1
2015-12-04
AsRawHandle and IntoRawHandle for JoinHandle
Peter Atashian
-0
/
+9
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-2
/
+2
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+2
2015-11-04
Deprecate `_ms` functions that predate the `Duration` API
Ben Striegel
-0
/
+2
2015-10-18
Clean up thread::spawn
arcnmx
-23
/
+16
2015-10-02
fix fallout
Ariel Ben-Yehuda
-1
/
+2
2015-09-13
Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon
bors
-4
/
+2
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-3
/
+4
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-4
/
+2
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-64
/
+12
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-106
/
+4
2015-08-10
Remove morestack support
Alex Crichton
-14
/
+1
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-2
/
+4
2015-07-26
Remove the module-level documentation for thread::scoped
Kevin Ballard
-34
/
+25
2015-07-23
Fix `thread::catch_panic` documentation to mention its return value on success
Tobias Bucher
-3
/
+3
2015-07-21
Expand a bit on thread::park spurious wakeups
Steve Klabnik
-2
/
+18
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-0
/
+1
2015-06-17
std: Deprecate the `scoped` feature
Alex Crichton
-0
/
+6
2015-06-01
std: Fix unsoundness of std::thread::ScopedKey
Alex Crichton
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+1
2015-05-14
Auto merge of #24920 - alexcrichton:duration, r=aturon
bors
-4
/
+40
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-4
/
+40
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-3
/
+3
[next]