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
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
2023-10-29
std.os.windows additions and fixes
Kamil T
2023-10-29
std: delete psapi, gdi32, and winmm
Andrew Kelley
2023-10-28
delete std.os.windows.user32
Andrew Kelley
2023-10-27
Merge pull request #17716 from jacobly0/x86_64
Jacob Young
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-27
std.io_uring: Improve splice implementation
joadnacer
2023-10-27
std.linux: Update io_uring structs and consts for kernel 6.3.8
joadnacer
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-21
linux.io_uring: Implement splice functions
joadnacer
2023-10-20
gettimeofday takes nullable pointers
Prokop Randacek
2023-10-17
return error.AlreadyTerminated from std.ChildProcess.kill when necessary
Ben Crist
2023-10-17
windows: fix ReadLink not using a synchronous file handle
kcbanner
2023-10-17
std.fs: fix relative symbolic links on Windows
Andrew Kelley
2023-10-06
Add pause() to linux.zig
Ratakor
[prev]
[next]