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
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-2534
/
+0
2020-07-16
Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogb
Manish Goregaokar
-3
/
+0
2020-07-14
Rollup merge of #74263 - RalfJung:thread-local, r=Mark-Simulacrum
Manish Goregaokar
-2
/
+2
2020-07-12
Remove the useless indentation
Lzu Tao
-3
/
+2
2020-07-12
rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_key
Ralf Jung
-2
/
+2
2020-06-12
Enable some timeouts in SGX platform
Mohsen Zohrevandi
-3
/
+0
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-1
/
+0
2020-05-12
Warn against thread::sleep in async fn
Kornel
-0
/
+4
2020-05-11
Fix clippy warnings
Matthias Krüger
-1
/
+1
2020-04-22
Rollup merge of #71256 - cuviper:must_use_replace, r=estebank
Dylan DPC
-1
/
+1
2020-04-20
Stop accessing module level int consts via crate::<Ty>
Linus Färnstrand
-1
/
+1
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
2020-03-21
Return NonZeroU64 from ThreadId::as_u64.
Thomas Bächler
-2
/
+2
2020-01-06
Add an unstable conversion from thread ID to u64
Mark Rousskov
-0
/
+13
2019-12-22
Format the world
Mark Rousskov
-80
/
+99
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-6
/
+6
2019-11-29
Format libstd with rustfmt
David Tolnay
-54
/
+49
2019-11-07
Rollup merge of #66146 - 3442853561:patch-2, r=Mark-Simulacrum
Yuki Okushi
-2
/
+2
2019-11-07
Try with crate::error::Error
Pyry Kontio
-1
/
+1
2019-11-06
Update local.rs
3442853561
-2
/
+2
2019-11-06
Fix the Error linking.
Pyry Kontio
-1
/
+1
2019-11-06
Addressed review comments.
Pyry Kontio
-6
/
+6
2019-11-05
Improve std::thread::Result documentation
Pyry Kontio
-0
/
+12
2019-10-22
Apply clippy::single_match suggestion
Mateusz Mikuła
-3
/
+2
2019-10-05
Rollup merge of #64765 - alexcrichton:less-check-backtrace, r=sfackler
Tyler Mandry
-3
/
+0
2019-09-25
std: Reduce checks for `feature = "backtrace"`
Alex Crichton
-3
/
+0
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-05
Auto merge of #61491 - stjepang:impls-for-accesserror, r=dtolnay
bors
-0
/
+5
2019-08-04
Add #[stable] to Error impl
Stjepan Glavina
-0
/
+1
2019-07-27
Remove run-pass test suites
Vadim Petrochenkov
-1
/
+1
2019-06-20
Add a few trait impls for AccessError
Stjepan Glavina
-0
/
+4
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
[next]