summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/thread.rs
AgeCommit message (Expand)AuthorLines
2024-04-11Beta revert "Use OS thread name by default"Chris Denton-24/+0
2024-03-06Document and test minimal stack size on WindowsChris Denton-0/+2
2024-03-06Remove unnecessary fixmeChris Denton-5/+0
2024-02-27Use the OS thread name by default for the current threadChris Denton-1/+24
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+137