index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
windows
/
bits.zig
Age
Commit message (
Expand
)
Author
2020-05-05
zig fmt
Tadeo Kondrak
2020-04-28
@OpaqueType -> @Type(.Opaque)
Tadeo Kondrak
2020-04-14
Added gdi32.zig and More user32 definitions
Jakub
2020-04-12
std: add some basic windows user32 definitions
daurnimator
2020-03-13
zig build system: correctly handle multiple output artifacts
Andrew Kelley
2020-03-13
Add NtDll-based ftruncate implementation
LemonBoy
2020-03-06
std: Nicer way to access the PEB
LemonBoy
2020-03-01
Merge pull request #4585 from LemonBoy/fix-4581
Andrew Kelley
2020-03-01
Complete windows PEB_LDR_DATA definition
daurnimator
2020-03-01
Fill out PEB definition
daurnimator
2020-02-29
target: Implement OS version detection for Windows
LemonBoy
2020-02-22
improve handling of environment variables on Windows
Andrew Kelley
2020-02-02
Merge pull request #4352 from LemonBoy/fix-4349
Andrew Kelley
2020-02-01
windows: Minor changes to psapi prototypes
LemonBoy
2020-02-01
Run `zig fmt`
LemonBoy
2020-01-31
Merge pull request #4340 from daurnimator/ntstatus-as-enum
Andrew Kelley
2020-01-31
windows: Add psapi API
LemonBoy
2020-01-31
Turn win32 errors into a non-exhaustive enum
daurnimator
2020-01-31
NTSTATUS is a non-exhaustive enum
daurnimator
2020-01-30
Remove intCast's
Rocknest
2020-01-30
Fix aarch64
Rocknest
2020-01-29
Reorganize definitions
Rocknest
2020-01-07
Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-11-27
std: add windows.USHORT definition
daurnimator
2019-11-27
std: IO_STATUS_BLOCK's status member is an NTSTATUS; add union
daurnimator
2019-11-27
std: add CreateEvent for windows
daurnimator
2019-11-27
std: add WaitForMultipleObjects for windows
daurnimator
2019-11-25
Use a specific access mask in `Dir.openDirListW` instead of a generic one. Un...
Jonathan S
2019-11-14
std: add CTL_CODE function for windows
daurnimator
2019-11-14
std: add FILE_ANY_ constants for windows
daurnimator
2019-11-14
std: add windows ioctl transfer types
daurnimator
2019-11-14
std: add windows FILE_DEVICE_ defines
daurnimator
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
2019-10-21
fs.Dir.openDir: use empty object name for "." on Windows
Andrew Kelley
2019-10-21
[wip] use NtDll APIs on Windows to implement std.fs.Dir
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley