about summary refs log tree commit diff
path: root/library/std/src/sys/windows/thread.rs
AgeCommit message (Expand)AuthorLines
2023-01-17refactor[std]: do not use box syntaxjoboet-1/+1
2023-01-14Remove various double spaces in source comments.André Vennberg-1/+1
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+0
2022-03-04Rollup merge of #94618 - lewisclark:remove-stack-size-rounding, r=yaahcDylan DPC-4/+1
2022-03-04Don't round stack size up for created threadsLewis Clark-4/+1
2022-03-03Use `HandleOrNull` and `HandleOrInvalid` in the Windows FFI bindings.Dan Gohman-4/+6
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-2/+2
2021-09-28Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts-1/+1
2021-08-19I/O safety.Dan Gohman-2/+3
2021-06-21Move `available_concurrency` implementation to `sys`Christiaan Dirkx-0/+16
2020-07-27mv std libs to library/mark-0/+110