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
/
local.rs
Age
Commit message (
Expand
)
Author
Lines
2016-06-22
upgrade thread_local! invocation syntax
Alex Burka
-4
/
+38
2016-04-25
libstd: fix typos in thread::LocalKey docs
Ryman
-2
/
+2
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
2015-12-21
std: Use cfg(target_thread_local) in thread_local!
Alex Crichton
-76
/
+44
2015-12-08
std: Use mem::replace in TLS initialization
Alex Crichton
-1
/
+16
2015-10-30
don't use drop_in_place as an intrinsic
Alexis Beingessner
-1
/
+1
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-5
/
+9
2015-08-12
Fallout in libs -- misc missing bounds uncovered by WF checks.
Niko Matsakis
-1
/
+1
2015-08-11
Register new snapshots
Alex Crichton
-6
/
+0
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
/
+2
2015-07-29
std: Remove the curious inner module
Alex Crichton
-8
/
+8
2015-07-23
Rewrite the improper_ctypes lint.
Eli Friedman
-2
/
+2
2015-07-12
std: Fix a TLS destructor bug on OSX
Alex Crichton
-2
/
+19
2015-06-18
Fix libstd tests
Alex Crichton
-2
/
+1
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+1
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-2
/
+2
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-05-28
std: Add an option to disable ELF based TLS
Alex Crichton
-24
/
+54
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-159
/
+87
2015-05-11
docs: Link from tls macros to relevant docs
Ulrik Sverdrup
-0
/
+2
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-04-28
Auto merge of #24777 - alexcrichton:musl, r=brson
bors
-0
/
+1
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-15
std: Fix thread_local! in non-PIE binaries
Alex Crichton
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-1
/
+1
2015-04-07
std: Reorganize thread::local a bit
Alex Crichton
-11
/
+11
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-6
/
+0
2015-03-25
Bug fixes
Nick Cameron
-0
/
+1
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-1
/
+1
2015-03-23
rollup merge of #23579: Ms2ger/thread_local-unsafe
Alex Crichton
-5
/
+3
2015-03-23
Implement RFC 909: move thread_local into thread
Aaron Turon
-0
/
+735