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-08-15
std: Add issues to all unstable features
Alex Crichton
-72
/
+26
2015-08-14
Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc
bors
-2
/
+2
2015-08-12
Fallout in libs -- misc missing bounds uncovered by WF checks.
Niko Matsakis
-2
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-106
/
+4
2015-08-11
Register new snapshots
Alex Crichton
-14
/
+0
2015-08-10
Remove morestack support
Alex Crichton
-14
/
+1
2015-08-04
syntax: Don't assume `std` exists for tests
Alex Crichton
-0
/
+1
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+5
2015-07-29
std: Remove the curious inner module
Alex Crichton
-19
/
+19
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-5
/
+10
2015-07-26
Remove the module-level documentation for thread::scoped
Kevin Ballard
-34
/
+25
2015-07-24
Rollup merge of #27235 - tbu-:pr_catch_panic_doc, r=steveklabnik
Steve Klabnik
-3
/
+3
2015-07-23
Rewrite the improper_ctypes lint.
Eli Friedman
-2
/
+2
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-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
[next]