about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/thread.rs
AgeCommit message (Expand)AuthorLines
2024-12-20mri: add track_caller to thread spawning methods for better backtracesRalf Jung-0/+1
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-10/+7
2024-07-16Add unsafe blocks in unsafe Thread::newChris Denton-13/+17
2024-07-15allow(unsafe_op_in_unsafe_fn) on some functionsChris Denton-2/+3
2024-07-15Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubileeJubilee-0/+1
2024-07-15Make pal/windows default to deny unsafe in unsafeChris Denton-0/+1
2024-07-15Remove DWORDChris Denton-1/+1
2024-04-12Add `unsafe` to two functions with safety invariantsEduardo Sánchez Muñoz-12/+14
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-4/+1
2024-04-09Windows: set main thread name without reencodingChris Denton-3/+7
2024-04-05Revert #121666Chris Denton-24/+0
2024-04-02Avoid panicking unnecessarily on startupChris Denton-3/+2
2024-03-31std: move `thread::current` TLS variable out of `thread_info`joboet-11/+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