about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/compat.rs
AgeCommit message (Expand)AuthorLines
2025-04-27use generic Atomic type where possibleChristopher Durham-4/+4
2025-02-09Mark link_section attr with unsafeMichael Goulet-1/+1
2024-10-13sys/windows: remove miri hack that is only needed for win7Ralf Jung-6/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-24Forbid unsafe_op_in_unsafe_fn in sys/pal/windowsChris Denton-5/+9
2024-07-15Move safety comment outside unsafe blockChris Denton-1/+1
2024-07-15Make pal/windows default to deny unsafe in unsafeChris Denton-3/+5
2024-02-21Always use WaitOnAddress on Win10+Chris Denton-1/+10
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+244