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
Age
Commit message (
Expand
)
Author
2024-02-16
std.os.windows: add error.UnrecognizedVolume
Andrew Kelley
2024-02-14
std.os.windows.OpenFile: add missing error
Andrew Kelley
2024-02-13
std.posix.termios: bring V back
Andrew Kelley
2024-02-12
std.os.speed_t: add type safety
Andrew Kelley
2024-02-12
std.os.termios: add type safety to lflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to cflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to oflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to iflag field
Andrew Kelley
2024-02-12
std.os.termios: consolidate and correct
Andrew Kelley
2024-02-12
std.c.NCSS: consolidate and correct
Andrew Kelley
2024-02-12
std: add type safety to cc_t
Andrew Kelley
2024-02-12
Replaced loop with memcpys
CPestka
2024-02-12
Merge pull request #18898 from psnszsn/iouring_waitid
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-11
io_uring: add waitid operation
Vlad Pănăzan
2024-02-11
linux: add missing io_uring opcodes
Vlad Pănăzan
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-06
std.c.MAP: use a packed struct
Andrew Kelley
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-02-05
Make EfiPhysicalAddress in std/os/uefi/tables.zig public
Samuel Fiedler
2024-02-01
std: eliminate some uses of `usingnamespace`
mlugg
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-29
std: add docs about return value of submit() (#18721)
Constantin Pestka
2024-01-27
os.windows: Fix missing correction from #18657
Krzysztof Wolicki
2024-01-26
std.os.wasi | Fix comment links
Zachary Raineri
2024-01-23
os.windows: Fix error 258 name in Win32Error
Krzysztof Wolicki
2024-01-16
child_process: Use security attributes while creating handle.
xEgoist
2024-01-15
Linux: Add syscall bindings, enhance documentation.
Stephen Gregoratto
2024-01-15
Linux: Update syscalls for the 6.7 release
Stephen Gregoratto
2024-01-14
std.os.linux.io_uring: fix compilation errors
Andrew Kelley
2024-01-14
Merge pull request #18025 from ianic/io_uring_send_zc
Andrew Kelley
2024-01-13
Rework fchmodat tests
Stephen Gregoratto
2024-01-13
Add fchmodat2 bits to os/linux.zig
Stephen Gregoratto
2024-01-13
Add `fchmodat2` to the Linux syscall list
Stephen Gregoratto
2024-01-09
add ability to open dlls with platform-specific flags (#18370)
Matthew Wozniak
2024-01-09
Optimized `std.mem.eql` with SIMD (#18389)
David Rubin
2024-01-03
doc: Fix typos in bpf docs
Karl Böhlmark
2024-01-01
std: disable failing test on macos
Andrew Kelley
2023-12-26
Merge pull request #18328 from ExpidusOS/feat/uefi-time
Veikka Tuominen
2023-12-22
Correct `CreateProcessW` parameter types
Carl Åstholm
2023-12-20
os.uefi: add ns to epoch
Tristan Ross
2023-12-19
os.uefi: add time to epoch conversion
Tristan Ross
2023-12-19
File.stat: Support detection of Kind.sym_link on Windows
Ryan Liptak
2023-12-12
allow sqe entries up to 32768
loris
2023-12-08
switch to mem.span
xdBronch
2023-12-08
add getName helper to inotify_event
xdBronch
2023-11-29
Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
David Rubin
2023-11-23
Remove std.os.windows.ole32/shell32
Ryan Liptak
2023-11-23
std.os.windows: Add HKEY_CLASSES_ROOT
Ryan Liptak
2023-11-23
std.os.windows: remove volatile from inline asm
Andrew Kelley
[next]