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
2025-07-28
thread name in stack overflow message
joboet
-7
/
+17
2025-07-09
Fix VxWorks build errors
B I Mohammed Abbas
-1
/
+1
2025-07-06
sleep_until: add clock_nanosleep support to Miri
dvdsk
-0
/
+1
2025-07-06
sleep_until: use clock_nanosleep where possible
dvdsk
-1
/
+70
2025-05-14
Fix set_name for vxworks. Length of name should be truncated to VX_TASK_RENAM...
B I Mohammed Abbas
-10
/
+2
2025-05-05
collect all Fuchsia bindings into the `fuchsia` module
joboet
-18
/
+1
2025-04-17
Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-se
Matthias Krüger
-3
/
+0
2025-04-13
std/thread: Use default stack size from menuconfig for NuttX
Huang Qi
-6
/
+11
2025-04-11
cfi: Remove #[no_sanitize(cfi)] for extern weak functions
Bastian Kersting
-3
/
+0
2025-03-26
Change the syntax of the internal `weak!` macro
Mads Marquart
-5
/
+8
2025-03-21
Fix Thread::set_name on cygwin
王宇逸
-2
/
+3
2025-03-17
Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet
Jacob Pratt
-1
/
+3
2025-03-10
Readd os::cygwin::raw as pub(crate)
王宇逸
-1
/
+0
2025-03-10
Initial STD support for Cygwin
王宇逸
-1
/
+4
2025-03-10
Add comments for #[no_sanitize(cfi)] in stdlib
Bastian Kersting
-0
/
+2
2025-03-10
Disable CFI for weakly linked syscalls
Bastian Kersting
-0
/
+1
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-3
/
+3
2025-02-28
Use correct error message casing for `io::const_error`s
Noratrieb
-2
/
+2
2025-02-25
fix: attr cast for espidf
Sergio Gasquez
-1
/
+1
2025-02-23
Rollup merge of #136826 - xizheyin:issue-136737, r=thomcc
Jacob Pratt
-8
/
+11
2025-02-19
remove assume_init in stack_overflow
xizheyin
-1
/
+0
2025-02-14
Rollup merge of #136052 - no1wudi:fix, r=workingjubilee
Matthias Krüger
-1
/
+1
2025-02-13
Consistently using as_mut_ptr() and as_ptr() in thread
xizheyin
-8
/
+11
2025-02-13
Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unix
xizheyin
-2
/
+3
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-3
/
+3
2025-01-25
Correct comment for FreeBSD and DragonFly BSD in unix/thread
Huang Qi
-1
/
+1
2025-01-24
Fix set_name in thread mod for NuttX
Huang Qi
-3
/
+8
2025-01-10
Rollup merge of #132607 - YohDeadfall:pthread-name-fn-with-result, r=tgross35
Jacob Pratt
-11
/
+13
2025-01-09
Used pthread name functions returning result for FreeBSD and DragonFly
Yoh Deadfall
-11
/
+13
2024-12-20
mri: add track_caller to thread spawning methods for better backtraces
Ralf Jung
-0
/
+1
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-2
/
+2
2024-10-05
Android: Debug assertion after setting thread name
Yoh Deadfall
-1
/
+3
2024-09-25
Use `&raw` in the standard library
Josh Stone
-3
/
+3
2024-09-25
Auto merge of #130816 - matthiaskrgr:rollup-jy25phv, r=matthiaskrgr
bors
-3
/
+11
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-2
/
+2
2024-09-24
Initial std library support for NuttX
Huang Qi
-3
/
+11
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-18
Fix for issue #129212 for the ESP-IDF
ivmarkov
-6
/
+24
2024-08-09
VxWorks: Add safety comment for vxCpuEnabledGet
B I Mohammed Abbas
-1
/
+1
2024-08-08
Vxworks: Extern taskNameSet and fix build errors
B I Mohammed Abbas
-20
/
+8
2024-08-08
Fix VxWorks available parallelism: Move nonzero::uncheked into unsafe block
B I Mohammed Abbas
-3
/
+5
2024-08-06
std::thread: set_name implementation proposal for vxWorks.
David Carlier
-3
/
+30
2024-08-05
Rollup merge of #128026 - devnexen:available_parallelism_vxworks, r=Mark-Simu...
Matthias Krüger
-1
/
+11
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+5
2024-07-21
std::thread: available_parallelism implementation for vxWorks proposal.
David Carlier
-1
/
+11
2024-07-15
lib: replace some `mem::forget`'s with `ManuallyDrop`
Pavel Grigorenko
-9
/
+5
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
[next]