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
Age
Commit message (
Expand
)
Author
2023-04-09
std.debug: fix segfault/panic race condition
Andrew Kelley
2023-04-09
Merge pull request #15123 from truemedian/http-server
Andrew Kelley
2023-04-08
zig.h: fix typo for zig_trap definition
Andrew Kelley
2023-04-08
std: add FreeBSD's procctl api.
David CARLIER
2023-04-08
std.http: reenable protocol read tests, add missing branch in findHeaders end
Nameless
2023-04-08
std.http: add documentation
Nameless
2023-04-08
update package manager to use req.do(), fix chunked trailer reading
Nameless
2023-04-08
fix bugs, waitForCompleteHead -> do, move redirecting to do instead of read
Nameless
2023-04-08
add buffering to connection instead of the http protocol, to allow passing th...
Nameless
2023-04-08
std.http: add http server
Nameless
2023-04-08
tls.Client: don't read if we don't need more data
Nameless
2023-04-07
std.json: allow returning custom errors from custom stringify
mateusz
2023-04-06
Merge pull request #15101 from motiejus/glibc_compat
Andrew Kelley
2023-04-06
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-04-06
zig.h: f16 fix for compiler_rt
Andrew Kelley
2023-04-05
update libcxx to LLVM 16.0.1
Andrew Kelley
2023-04-06
Fix crash on some Windows machines
alion02
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-04-05
compiler_rt: change the abi of f16 on mac to depend on the other type
Jacob Young
2023-04-05
compiler_rt: attempt to fix f16 abi on mac with llvm 16
Jacob Young
2023-04-06
std.os: add mincore syscall
jim price
2023-04-06
std: add os_log/signpost api (sort of linux's perf event equivalent)
David CARLIER
2023-04-06
Add NetBSD termios constants to std.c.netbsd
Nikita Ronja
2023-04-05
std: add madvise flags to freebsd
David CARLIER
2023-04-05
std: add a subset of the apple's QOS api
David CARLIER
2023-04-05
std: fix memory bugs
Jacob Young
2023-04-05
Merge pull request #15162 from jacobly0/x86_64-start
Jakub Konka
2023-04-04
GPA: Catch invalid frees
Ganesan Rajagopal
2023-04-04
std: freebsd MAP* constants update, MAP_ALIGNED_SUPER and the MAP_ALIGNED macro.
David CARLIER
2023-04-03
start: disable extra start logic on various x86_64 subtargets
Jacob Young
2023-04-03
Elf: add program headers for the program header table
Jacob Young
2023-04-03
x86_64: remove returns from naked functions
Jacob Young
2023-04-02
Merge pull request #15134 from castholm/reverse-iterator
Veikka Tuominen
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-04-01
Merge pull request #15139 from ziglang/macos-13-fixes
Jakub Konka
2023-04-01
libc: update macOS libSystem.13.tbd
Jakub Konka
2023-04-01
Merge pull request #15130 from ziglang/macos-13.3
Jakub Konka
2023-03-31
std.mem.reverseIterator: add nextPtr()
Carl Åstholm
2023-03-31
std.mem.reverseIterator: accept pointer to array
Carl Åstholm
2023-03-31
std: bump max macOS version to 13.3
Jakub Konka
2023-03-31
libc: update macOS libc headers to latest SDK 13.3
Jakub Konka
2023-03-31
Merge pull request #15127 from der-teufel-programming/autodoc_newbuiltins
Loris Cro
2023-03-31
Merge pull request #14823 from der-teufel-programming/autodoc-quickfixes
Loris Cro
2023-03-31
libc: add missing sys/timex.h to macOS libc headers
Jakub Konka
2023-03-31
autodoc: add new builtins
Krzysztof Wolicki
2023-03-30
std: simplify VirtualProtectEx and fix ntdll signature
Jakub Konka
2023-03-30
std: move ntdll wrappers to std.os.windows
Jakub Konka
2023-03-30
coff: reimplement VirtualProtectEx using our own ntdll wrapper
Jakub Konka
2023-03-30
Change ordering of prep provide buffers args
bing
[next]