aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/win32error.zig
AgeCommit message (Expand)Author
2025-10-30Merge pull request #25763 from mrjbq7/cancelledJohn Benediktsson
2024-01-23os.windows: Fix error 258 name in Win32ErrorKrzysztof Wolicki
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-01-31Turn win32 errors into a non-exhaustive enumdaurnimator