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
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-0
/
+10
2016-02-04
Stop using unsafe code in TLS macro expansion (fixes #30756)
Manish Goregaokar
-23
/
+27
2016-01-29
std: Ignore dtors_in_dtors_in_dtors on OSX
Alex Crichton
-0
/
+25
2016-01-11
Replace no_elf_tls with target_thread_local
Amanieu d'Antras
-38
/
+3
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
-77
/
+48
2015-12-10
Auto merge of #30267 - alexcrichton:tls-init-oh-my, r=nikomatsakis
bors
-1
/
+16
2015-12-09
std: Rename thread::catch_panic to panic::recover
Alex Crichton
-18
/
+1
2015-12-08
std: Use mem::replace in TLS initialization
Alex Crichton
-1
/
+16
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
-2
/
+9
2015-11-04
Deprecate `_ms` functions that predate the `Duration` API
Ben Striegel
-0
/
+2
2015-10-30
don't use drop_in_place as an intrinsic
Alexis Beingessner
-1
/
+1
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-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+2
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
[next]