summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/c.rs
AgeCommit message (Expand)AuthorLines
2024-04-28Use raw-dylib for Windows futex APIsChris Denton-1/+13
2024-03-11Rollup merge of #121633 - ChrisDenton:precise, r=NilstriebJacob Pratt-0/+1
2024-03-09Rollup merge of #121711 - ChrisDenton:junction, r=Mark-SimulacrumGuillaume Boisseau-11/+0
2024-03-05Windows: Implement mutex using futexChris Denton-0/+4
2024-02-27Implement junction_pointChris Denton-11/+0
2024-02-27Use the OS thread name by default for the current threadChris Denton-0/+6
2024-02-26Win10: Use GetSystemTimePreciseAsFileTime directlyChris Denton-0/+1
2024-02-26Auto merge of #121317 - ChrisDenton:win10-sync, r=Mark-Simulacrumbors-7/+21
2024-02-25Windows: Use ProcessPrng for random keysChris Denton-0/+15
2024-02-21Always use WaitOnAddress on Win10+Chris Denton-7/+21
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-1/+1
2024-01-29Remove `raw_os_nonzero` feature.Markus Reiter-2/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+480