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
/
windows
/
thread_local.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-15
/
+10
2019-10-22
Apply clippy::needless_return suggestions
Mateusz MikuĊa
-1
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2017-11-24
std: Flag Windows TLS dtor symbol as #[used]
Alex Crichton
-1
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-05-05
std: Avoid locks during TLS destruction on Windows
Alex Crichton
-99
/
+66
2017-01-02
Reword 'stupid' and 'crazy' in docs.
Clar Charr
-1
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-02-25
Rollup merge of #31842 - dileepbapat:master, r=alexcrichton
Manish Goregaokar
-3
/
+2
2016-02-23
#31820 - Utilize `if..let` instead of single `match` branch
dileepb
-3
/
+2
2016-02-20
Remove dead code from sys::windows::c
Paul Dicker
-2
/
+2
2015-11-09
std: Migrate to the new libc
Alex Crichton
-27
/
+16
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-2
/
+2
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+1
2015-09-01
std: Run TLS destructors in a statically linked binary
Alex Crichton
-9
/
+29
2015-07-20
std: Fix compiling the standard library on i686-MSVC
Alex Crichton
-1
/
+4
2015-07-01
msvc: Fix TLS destructors
Alex Crichton
-2
/
+6
2015-06-18
Fix libstd tests
Alex Crichton
-2
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+5
2015-03-24
Test fixes and rebase conflicts, round 2
Alex Crichton
-2
/
+6
2015-03-20
Revert "Revert "std: Re-enable at_exit()""
Alex Crichton
-3
/
+9
2015-02-23
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-02-23
Fix windows failure (fixup #22538)
Manish Goregaokar
-1
/
+2
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-2
/
+2
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-01
std: Add a new `env` module
Alex Crichton
-0
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-2
/
+2
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-18
std: Lower abstractions for thread_local/at_exit
Alex Crichton
-20
/
+42
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-5
/
+4
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-3
/
+3
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-0
/
+238