summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/mod.rs
AgeCommit message (Expand)AuthorLines
2024-05-02std: move thread parking to `sys::sync`joboet-1/+0
2024-04-23windows fill_utf16_buf: explain the expected return valueRalf Jung-5/+12
2024-04-15Add support for Arm64EC to the Standard LibraryDaniel Paoliello-1/+1
2024-04-09Windows: set main thread name without reencodingChris Denton-1/+1
2024-04-09Add const UTF-8 to UTF-16 conversion macrosChris Denton-2/+3
2024-03-05Windows: Implement mutex using futexChris Denton-0/+2
2024-03-02Cleanup windows abort_internalChris Denton-10/+11
2024-02-20Delete architecture-specific memchr code in std::sysArthur Carcano-1/+0
2024-02-16std: move locks to `sys` on Windowsjoboet-1/+0
2024-02-08std: move path into `sys`joboet-3/+2
2024-01-22std: move cmath into `sys`joboet-1/+0
2024-01-15std: move OS String implementation into `sys`joboet-1/+0
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+357