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
2022-10-30
change uefi packed structs to new integer backed syntax (#13173)
Nameless
2022-10-29
Merge pull request #13153 from squeek502/iterator-filename-limits
Andrew Kelley
2022-10-29
fs: Some NAME_MAX/MAX_NAME_BYTES improvements
Ryan Liptak
2022-10-29
std.fs: Add MAX_NAME_BYTES
Ryan Liptak
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-27
Add sockaddr_vm for vSocckets on Linux
daurnimator
2022-10-27
Add reboot syscall
daurnimator
2022-10-25
std: add cbe hacks to more targets
Jacob Young
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-10-21
UEFI: Querying memory map size with no allocation
David Gonzalez Martin
2022-10-18
std.os.windows.OpenFile: handle INVALID_HANDLE ntstatus
Andrew Kelley
2022-10-17
add tcdrain on linux
Yujiri
2022-10-16
os.linux: some fixes to BPF module
bfredl
2022-10-14
std.os.windows: Change HKEY to *opaque {}
Ryan Liptak
2022-10-13
io_uring: ignore SOCK_NONEMPTY for reproducible tests
Jacob Young
2022-10-13
std.c: fix incorrect return types
Ali Chraghi
2022-10-12
Merge pull request #12897 from r00ster91/uefi
Andrew Kelley
2022-10-11
io_uring: allow for nullable arguments
mllken
2022-10-11
std: add linux support for packet sockaddr
Eric Milliken
2022-10-07
fix: wrong amount of arguments passed to function
r00ster91
2022-10-07
fix: wrong return type for _poll
r00ster91
2022-10-07
fix: wrap function pointers in std.meta.FnPtr
r00ster91
2022-10-03
std: WASI - update to latest snapshot preview 1
Luuk de Gram
2022-10-03
std.os.windows: fix HANDLER_ROUTINE callconv
zooster
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-09-20
Merge pull request #12904 from Vexu/ptrcast
Andrew Kelley
2022-09-20
std: fix os.linux.S function signatures to use mode_t
Meghan
2022-09-20
Sema: check pointer qualifiers before implicit cast
Veikka Tuominen
2022-09-09
std.os.uefi: mark BlockIoProtocol and EfiBlockMedia as public
Yusuf Bham
2022-09-07
x86_64: implement Windows x64 calling convention
Jakub Konka
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-19
std.os.linux.bpf: fix compile error
Andrew Kelley
2022-08-19
fix std.os.windows.PathSpace.span
Andrew Kelley
2022-08-11
Merge pull request #12410 from ifreund/sig-err-dfl-ign-fix
Andrew Kelley
2022-08-11
std: add missing error to windows.WriteFile
Andrew Kelley
2022-08-11
std: fix definition of SIG_IGN, SIG_DFL, etc.
Isaac Freund
2022-08-07
remove 'builtin.stage2_arch', Sema is smart enough now
Meghan Denny
2022-08-05
Update Linux syscall list for 5.19
Stephen Gregoratto
2022-07-31
Linux: Add IN_MASK_CREATE and corresponding error handling in inotify_add_watch
Ryan Liptak
2022-07-23
io_uring: add new flags and opcodes
Vincent Rischmann
2022-07-21
LLVM: fix lowering of structs with underaligned fields
Andrew Kelley
2022-07-16
Fix io_uring tests (#12134)
Vincent Rischmann
2022-07-05
std.os.linux.io_uring: work around LLVM bug
Andrew Kelley
2022-07-05
Mark fstype argument to mount as optional
Jonathan Marler
2022-07-03
std: better definition for std.os.linux.epoll_event
Andrew Kelley
2022-06-28
zig fmt: fix idempotency with newlines surrounding doc comment
Philipp Lühmann
2022-06-27
std.os.linux.clone: upgrade to stage2 fn ptr semantics
Andrew Kelley
2022-06-07
add const to msghdr_const iov and control pointers
Jonathan Marler
2022-06-06
std: handle stage2 function pointer semantics in test
Veikka Tuominen
2022-06-06
std: fix ambiguous references
Veikka Tuominen
[next]