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
/
local.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-6
/
+6
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-3
/
+3
2019-03-03
race condition in thread local storage example
benaryorg
-1
/
+4
2019-03-02
Bootstrap compiler update for 1.35 release
Mark Rousskov
-6
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-23
/
+23
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-2
/
+6
2019-01-15
OSX: fix #57534 registering thread dtors while running thread dtors
tyler
-7
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-06
Rollup merge of #55597 - alexcrichton:thread-local-inner, r=KodrAus
kennytm
-4
/
+4
2018-11-01
std: Enable usage of `thread_local!` through imports
Alex Crichton
-4
/
+4
2018-11-01
std: Improve codegen size of accessing TLS
Alex Crichton
-1
/
+10
2018-10-11
std: Implement TLS for wasm32-unknown-unknown
Alex Crichton
-4
/
+10
2018-06-27
Fix the error reference for LocalKey::try_with
Michal 'vorner' Vaner
-1
/
+1
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-2
/
+39
2018-03-01
Fix a bug introduced in previous commit
Stjepan Glavina
-6
/
+3
2018-02-28
Remove thread_local_state
Stjepan Glavina
-104
/
+7
2018-02-28
Stabilize LocalKey::try_with
Stjepan Glavina
-13
/
+15
2017-10-26
Bump to 1.23 and update bootstrap
Alex Crichton
-5
/
+0
2017-10-17
Docs: a LocalKey might start in the Valid state
Stjepan Glavina
-1
/
+4
2017-09-07
std::thread::LocalKey: Document limitation with initializers
Joshua Liebow-Feeser
-0
/
+4
2017-09-04
Make the LocalKey facade of thread_local! inlineable cross-crate.
Eduard-Mihai Burtescu
-3
/
+13
2017-08-31
Update bootstrap compiler
Alex Crichton
-4
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-12
Check #[thread_local] statics correctly in the compiler.
Eduard-Mihai Burtescu
-31
/
+31
2017-07-25
Bump master to 1.21.0
Alex Crichton
-67
/
+0
2017-07-15
Auto merge of #43185 - durka:thread-local-pub-restricted, r=alexcrichton
bors
-1
/
+57
2017-07-12
Use try_with for with implementation
Lee Bousfield
-9
/
+2
2017-07-11
stage0 fallback
Alex Burka
-0
/
+67
2017-07-11
use :vis in thread_local!
Alex Burka
-30
/
+8
2017-07-11
support pub(restricted) in thread_local!
Alex Burka
-32
/
+43
2017-07-10
Add LocalKey::try_with as an alternative to state
Lee Bousfield
-0
/
+52
2017-06-23
rustc: Enable #[thread_local] for Windows
Alex Crichton
-3
/
+79
2017-05-15
Add links to the `thread::LocalKey` doc.
Felix Raimundo
-15
/
+30
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-3
/
+3
2017-02-15
Fix wording in LocalKey documentation
Stjepan Glavina
-2
/
+2
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-2
/
+1
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-1
/
+17
2016-11-01
std: Move elf TLS to sys::fast_thread_local
Brian Anderson
-161
/
+2
2016-10-22
Add Fuchsia support
Raph Levien
-30
/
+42
2016-09-30
Ignore various entire test modules on emscripten
Brian Anderson
-7
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+6
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-7
/
+0
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
[next]