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
/
sys
/
wasm
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-8
/
+8
2019-07-25
std: Use native `#[thread_local]` TLS on wasm
Alex Crichton
-42
/
+34
2019-06-10
std: Remove internal definitions of `cfg_if!` macro
Alex Crichton
-1
/
+1
2019-04-10
Eliminate `FnBox` usages from libstd.
CrLF0710
-2
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-8
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-25
Auto merge of #56926 - alexcrichton:update-stdsimd, r=TimNN
bors
-3
/
+3
2018-12-17
Update the stdsimd submodule
Alex Crichton
-3
/
+3
2018-12-14
Remove dead code
Oliver Scherer
-1
/
+0
2018-12-06
Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣
Jethro Beekman
-1
/
+2
2018-10-11
std: Implement TLS for wasm32-unknown-unknown
Alex Crichton
-0
/
+46
2018-09-24
std: Start implementing wasm32 atomics
Alex Crichton
-0
/
+21
2018-07-10
Add missing `dyn` for cloudabi, redox, unix and wasm
ljedrz
-1
/
+1
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-1
/
+1
2018-03-24
Fix build on non-Unix platforms
Tatsuyuki Ishi
-0
/
+1
2018-01-31
Use a range to identify SIGSEGV in stack guards
Josh Stone
-2
/
+3
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-0
/
+48