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
/
library
/
std
/
src
/
thread
/
local.rs
Age
Commit message (
Expand
)
Author
Lines
2021-06-24
Use `#[non_exhaustive]` where appropriate
Jacob Pratt
-4
/
+3
2021-05-20
std: Don't inline TLS accessor on MinGW
Alex Crichton
-13
/
+13
2021-05-18
std: Attempt again to inline thread-local-init across crates
Alex Crichton
-0
/
+24
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-1
/
+1
2021-04-21
Rollup merge of #84013 - CDirkx:fmt, r=m-ou-se
Mara Bos
-4
/
+4
2021-04-21
Replace all `fmt.pad` with `debug_struct`
Christiaan Dirkx
-4
/
+4
2021-04-18
fix aliasing violations in thread_local_const_init
Ralf Jung
-1
/
+1
2021-04-16
std: Add a variant of thread locals with const init
Alex Crichton
-2
/
+115
2020-11-07
Convert a bunch of intra-doc links
Camelid
-1
/
+1
2020-09-26
Auto merge of #74225 - poliorcetics:std-thread-unsafe-op-in-unsafe-fn, r=josh...
bors
-36
/
+107
2020-09-22
Update library functions with stability attributes
Dylan MacKenzie
-0
/
+2
2020-09-21
Fix missing unsafe block for target arch wasm32
Alexis Bourget
-3
/
+10
2020-09-21
Fix accordingly to review
Alexis Bourget
-22
/
+20
2020-09-21
Improve some SAFETY comments following suggestions
Alexis Bourget
-6
/
+17
2020-09-21
Finished documenting all unsafe op inside unsafe fn
Alexis Bourget
-5
/
+17
2020-09-21
Deny unsafe op in unsafe fns without the unsafe keyword, first part for std/t...
Alexis Bourget
-28
/
+71
2020-09-03
Use inline(never) instead of cold
Howard Su
-3
/
+2
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-200
/
+6
2020-08-20
Move to intra doc links for std::thread documentation
Alexis Bourget
-5
/
+3
2020-07-29
Disallow missing unsafe blocks in unsafe fn in panicking.rs
Alexis Bourget
-1
/
+5
2020-07-27
mv std libs to library/
mark
-0
/
+747