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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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-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
2023-11-22
add missing timeval struct
Mikko Kaihlavirta
2023-11-21
replace qpf and qpc
expikr
2023-11-19
linux/bpf: update helper definitions
Tw
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-18
io_uring: fix ci failing test
Igor Anić
2023-11-17
io_uring: try to pass windows/macos tests
Igor Anić
2023-11-17
io_uring: make Linux version check runtime instead od comptime
Igor Anić
2023-11-17
io_uring: include review comments
Igor Anić
2023-11-17
io_uring: use kernel version test in send_zc test
Igor Anić
2023-11-17
io_uring: simplify tests by checking kernel version
Igor Anić
2023-11-17
io_uring: add direct operations
Igor Anić
2023-11-16
Move duplicate field detection for struct init expressions into AstGen
David
2023-11-10
io_uring: add zero-copy send operation
Igor Anić
2023-11-09
replace deprecated std.math.absCast
Bogdan Romanyuk
2023-11-08
fix io_uring tests on kernel 5.4
Igor Anić
2023-11-08
fix io_uring timeout_remove test on kernel 5.4
Igor Anić
2023-11-06
io_uring: add multishot accept operation
Igor Anić
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-11-03
start.zig: Replace kernel32 usage with ntdll
Ryan Liptak
2023-11-01
std.os.windows: remove unnecessary `@ptrCast` (#17816)
XXIV
2023-11-01
Fix regressing #17290 from #17734
Kai Jellinghaus
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
[next]