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
about
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-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
2015-04-29
rollup merge of #24926: frewsxcv/patch-20
Alex Crichton
-1
/
+1
2015-04-28
Fix punctuation placement in doc-comment
Corey Farwell
-1
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-04-27
std: Don't assume thread::current() works on panic
Alex Crichton
-1
/
+3
2015-04-26
thread: right now you can't actually set those printers
Richo Healey
-2
/
+1
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-22
std: Audit std::thread implementations
Alex Crichton
-66
/
+55
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-16
/
+0
2015-04-14
rollup merge of #24385: aturon/unstable-scoped
Alex Crichton
-14
/
+41
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-18
/
+18
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-4
/
+1
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-0
/
+1
2015-04-13
Generalize `spawn` beyond unit closures
Aaron Turon
-10
/
+32
2015-04-13
De-stabilize `thread::scoped` and friends
Aaron Turon
-4
/
+8
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-18
/
+18
2015-04-12
std: Work around a stability bug in thread
Alex Crichton
-3
/
+3
2015-04-11
Rollup merge of #24283 - apasel422:patch-2, r=alexcrichton
Manish Goregaokar
-2
/
+2
2015-04-10
s/Panicks/Panics/
Andrew Paseltiner
-2
/
+2
2015-04-07
std: Reorganize thread::local a bit
Alex Crichton
-14
/
+12
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-0
/
+1
2015-04-01
rollup merge of #23949: aturon/stab-timeout
Alex Crichton
-9
/
+23
2015-04-01
Stabilize basic timeout functionality
Aaron Turon
-9
/
+23
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-12
/
+16
[next]