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-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
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
[next]