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
2020-04-17
Fix unused results from mem::replace
Josh Stone
-1
/
+1
2020-03-30
Add inline attributes for functions used in the query system
John Kåre Alsaker
-0
/
+1
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-3
/
+3
2019-11-29
Format libstd with rustfmt
David Tolnay
-54
/
+49
2019-11-06
Update local.rs
3442853561
-2
/
+2
2019-10-22
Apply clippy::single_match suggestion
Mateusz Mikuła
-3
/
+2
2019-09-16
updated the panic message wording
Tomas Tauber
-1
/
+1
2019-09-15
Made a thread local storage panic message more explanatory
Tomas Tauber
-2
/
+2
2019-08-04
Add #[stable] to Error impl
Stjepan Glavina
-0
/
+1
2019-06-20
Add a few trait impls for AccessError
Stjepan Glavina
-0
/
+4
2019-05-15
fix wasm unused import in thread local implementation
tyler
-1
/
+0
2019-05-15
llvm makes good inlining choices with only the #[cold] attribute
tyler
-19
/
+15
2019-05-15
remove trailing whitespace
tyler
-1
/
+1
2019-05-15
cold was necessary on try_initialize_nodrop to get more straight line asm
tyler
-0
/
+1
2019-05-15
- remove unnecessary inlines
tyler
-21
/
+18
2019-05-15
add #[allow(unused)]
tyler
-0
/
+1
2019-05-15
restructure thread_local! for better codegen (especially on macos)
tyler
-97
/
+188
2019-05-15
Revert "ensure fast thread local lookups occur once per access on macos"
tyler
-6
/
+5
2019-05-15
ensure fast thread local lookups occur once per access on macos
tyler
-5
/
+6
2019-05-15
remove dead code: requires_move_before_drop
tyler
-12
/
+3
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
[next]