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
/
library
/
std
/
src
/
sys
/
pal
/
unix
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2024-06-22
Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu
Matthias Krüger
-3
/
+3
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-11
Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists
Eduardo Sánchez Muñoz
-3
/
+3
2024-05-26
std::pal::unix::thread fetching min stack size on netbsd.
David Carlier
-1
/
+10
2024-04-28
Fix available_parallelism on watchOS and visionOS
Mads Marquart
-3
/
+1
2024-04-28
Use `target_vendor = "apple"` instead of `target_os = "..."`
Mads Marquart
-12
/
+2
2024-04-14
Rollup merge of #123879 - beetrees:missing-unsafe, r=Mark-Simulacrum
Matthias Krüger
-3
/
+3
2024-04-13
Add missing `unsafe` to internal function `std::sys::pal::unix::thread::min_s...
beetrees
-3
/
+3
2024-04-11
Factor some common `io::Error` constants
Benoît du Garreau
-5
/
+5
2024-04-05
Rollup merge of #123505 - ChrisDenton:revert-121666, r=workingjubilee
Guillaume Gomez
-73
/
+1
2024-04-05
Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco
Guillaume Gomez
-1
/
+8
2024-04-05
Revert #121666
Chris Denton
-73
/
+1
2024-04-02
style: fmt
Steve Lau
-1
/
+2
2024-04-02
fix: build on haiku by adding missing import
Steve Lau
-1
/
+1
2024-04-01
Rollup merge of #123323 - devnexen:thread_set_name_solaris_fix, r=workingjubilee
Jubilee
-1
/
+6
2024-04-01
std::thread: set_name change for solaris/illumos.
David Carlier
-1
/
+6
2024-04-01
Auto merge of #123315 - devnexen:thread_get_name_solaris, r=ChrisDenton
bors
-3
/
+11
2024-04-01
Auto merge of #123265 - joboet:guardians_of_the_unix, r=ChrisDenton
bors
-296
/
+0
2024-04-01
std::thread: adding get_name implementation for solaris/illumos.
David Carlier
-3
/
+11
2024-03-31
std::thread: adding get_name haiku implementation.
David Carlier
-1
/
+19
2024-03-31
std: move `thread::current` TLS variable out of `thread_info`
joboet
-11
/
+0
2024-03-31
std: move UNIX stack overflow guard page handling into `stack_overflow.rs`
joboet
-285
/
+0
2024-03-30
std::thread: adding freebsd/netbsd to the linux's get_name implementation.
David Carlier
-1
/
+8
2024-03-26
std library unix/thread.rs: fix NetBSD code for ILP32 CPUs.
Havard Eidnes
-1
/
+1
2024-03-24
fix build.
David Carlier
-5
/
+3
2024-03-24
std::thread: refine available_parallelism for solaris/illumos.
David Carlier
-0
/
+6
2024-03-18
Support for visionOS
Adam Gastineau
-1
/
+8
2024-03-08
further changes from feedback
David Carlier
-19
/
+1
2024-03-04
std::threads: revisit stack address calculation on netbsd.
David Carlier
-2
/
+21
2024-02-27
Use the OS thread name by default for the current thread
Chris Denton
-1
/
+39
2024-02-24
library: use `addr_of!`
Pavel Grigorenko
-4
/
+4
2024-02-16
Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay
bors
-9
/
+9
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-7
/
+7
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-9
/
+9
2024-02-09
std::thread update freebsd stack guard handling.
David Carlier
-5
/
+25
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+992