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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
thread
Age
Commit message (
Expand
)
Author
Lines
2019-06-20
Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichton
bors
-107
/
+183
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-05-04
Fix intra-doc link resolution failure on re-exporting libstd
Taiki Endo
-0
/
+1
2019-04-18
Use more realistic example for thread builder
Aleksey Kladov
-1
/
+1
2019-04-10
Eliminate `FnBox` usages from libstd.
CrLF0710
-2
/
+3
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-8
/
+8
2019-03-27
Rollup merge of #59460 - xfix:include-id-in-thread-debug, r=Amanieu
Josh Stone
-1
/
+4
2019-03-27
Include id in Thread's Debug implementation
Konrad Borowski
-1
/
+4
2019-03-26
Auto merge of #59136 - jethrogb:jb/sgx-std-test, r=sanxiyn
bors
-4
/
+7
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-4
/
+7
2019-03-20
Add a test for size_of Option<ThreadId>
Simon Sapin
-1
/
+7
2019-03-19
Make Option<ThreadId> no larger than ThreadId, with NonZeroU64
Simon Sapin
-3
/
+4
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
-52
/
+52
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-2
/
+6
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2019-01-22
Print a slightly clearer message when failing to spawn a thread
Jethro Beekman
-1
/
+1
2019-01-15
OSX: fix #57534 registering thread dtors while running thread dtors
tyler
-7
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-12-10
Auto merge of #56157 - RalfJung:park, r=nagisa
bors
-5
/
+22
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-6
/
+6
2018-12-06
Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣
Jethro Beekman
-3
/
+19
2018-12-03
improve wording
Ralf Jung
-3
/
+4
2018-11-27
Fix small typo in comment
Marius Nuennerich
-1
/
+1
2018-11-23
make park/unpark example more realistic
Ralf Jung
-4
/
+15
2018-11-22
expand thread::park explanation
Ralf Jung
-1
/
+6
2018-11-13
fix various typos in doc comments
Andy Russell
-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-30
thread::unpark: Avoid notifying with mutex locked.
James Duley
-2
/
+12
2018-10-28
Auto merge of #55043 - oliver-giersch:unchecked_thread_spawning, r=alexcrichton
bors
-13
/
+78
2018-10-18
Rollup merge of #54646 - vn971:fix_std_thread_sleep, r=frewsxcv
kennytm
-10
/
+14
2018-10-16
adds tracking issue number
oliver-giersch
-1
/
+1
2018-10-15
Merge pull request #5 from oliver-giersch/master
oliver-giersch
-5
/
+11
2018-10-15
adds feature gate to doc-test (example)
oliver-giersch
-0
/
+1
2018-10-15
adds missing method call parentheses
oliver-giersch
-1
/
+1
2018-10-15
fixes misplaced semicolon
oliver-giersch
-2
/
+2
2018-10-15
adds doc for `Builder::spawn_unchecked`
oliver-giersch
-1
/
+60
[next]