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
Age
Commit message (
Expand
)
Author
Lines
2015-07-12
std: Fix a TLS destructor bug on OSX
Alex Crichton
-2
/
+19
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+3
2015-06-18
Fix libstd tests
Alex Crichton
-2
/
+1
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+2
2015-06-17
std: Deprecate the `scoped` feature
Alex Crichton
-0
/
+6
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-2
/
+2
2015-06-16
Auto merge of #25952 - alexcrichton:fix-scoped-tls, r=aturon
bors
-32
/
+48
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-06-01
std: Fix unsoundness of std::thread::ScopedKey
Alex Crichton
-32
/
+48
2015-05-28
std: Add an option to disable ELF based TLS
Alex Crichton
-27
/
+75
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-226
/
+114
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-11
docs: Link from tls macros to relevant docs
Ulrik Sverdrup
-0
/
+4
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-4
/
+4
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
-3
/
+1
2015-04-28
Auto merge of #24777 - alexcrichton:musl, r=brson
bors
-0
/
+1
2015-04-27
std: Don't assume thread::current() works on panic
Alex Crichton
-1
/
+3
2015-04-27
std: Clean up some annotations in thread::local
Alex Crichton
-20
/
+4
2015-04-27
std: Prepare for linking to musl
Alex Crichton
-0
/
+1
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-15
std: Fix thread_local! in non-PIE binaries
Alex Crichton
-1
/
+1
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
-21
/
+21
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
-21
/
+21
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
-28
/
+26
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-0
/
+1
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-1
/
+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
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-108
/
+2
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-108
/
+2
2015-03-30
std: Stabilize the rest of Any/BoxAny
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23752: alexcrichton/remove-should-fail
Alex Crichton
-2
/
+2
2015-03-27
rollup merge of #23651: alexcrichton/unwind-try
Alex Crichton
-0
/
+49
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-2
/
+2
[next]