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-23
elf: add helpers for extracting type and bind from symbol def
Jakub Konka
2023-04-23
elf: add missing doc comments to some definitions
Jakub Konka
2023-04-22
Merge pull request #15356 from jacobly0/cbe-std-tests
Andrew Kelley
2023-04-22
Merge branch 'master' into autodoc-src-files-dirs
Loris Cro
2023-04-22
Merge pull request #15385 from der-teufel-programming/autodoc-cc-inline
Loris Cro
2023-04-22
process: totalSystemMemory freebsd portage
David CARLIER
2023-04-22
std: GPA deinit return an enum instead of a bool
Borja Clemente
2023-04-22
std: adding netbsd's pthread to cpu affinity api
David CARLIER
2023-04-22
Add doc comments for ComptimeStringMap
Bogdan Romanyuk
2023-04-22
os: expand sched_getaffinity wrapper and update freebsd's cpuset api flags.
David CARLIER
2023-04-22
doc: fix minor grammar issues
-k
2023-04-22
zig.h: add missing msvc atomics
Jacob Young
2023-04-21
std: remove names from incorrectly named tests
Jacob Young
2023-04-21
zig.h: fix float negation
Jacob Young
2023-04-22
autodoc: Change html file destination dirs
Krzysztof Wolicki
2023-04-21
std.Build.RunStep: fix captureStdOut function return type
Manlio Perillo
2023-04-21
cbe: implement 128-bit atomics support
Jacob Young
2023-04-21
zig.h: fix msvc abi for f128 with a gnu compiler
Jacob Young
2023-04-21
std: disable failing test
Jacob Young
2023-04-21
cbe: fix float casts involving f16
Jacob Young
2023-04-21
cbe: fix f128 and c_longdouble abi
Jacob Young
2023-04-21
zig.h: fix typos affecting msvc
Jacob Young
2023-04-21
cbe: fix remaining aarch64 issues
Jacob Young
2023-04-21
cbe: fix issues with atomic floats
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-21
Merge pull request #15355 from mlugg/feat/liveness-control-flow
Andrew Kelley
2023-04-21
AEGIS MAC: add support for 128-bit tags (#15379)
Frank Denis
2023-04-21
std: adding freebsd's elf_aux_info api
David CARLIER
2023-04-21
autodoc: Handle calling conventions better
Krzysztof Wolicki
2023-04-20
Merge pull request #15316 from xEgoist/fileDisposition
Andrew Kelley
2023-04-20
compiler_rt: README stubs for arbitrary precision big integer library routines
Jan Philipp Hafer
2023-04-20
Merge pull request #14696 from r00ster91/thread
Andrew Kelley
2023-04-20
std.math.big.int: Initialize limbs in addWrap
Stevie Hryciw
2023-04-20
std.math: add lerp (#13002)
zooster
2023-04-20
std.fs: add linking docs to makeDir*
zooster
2023-04-20
fixes to the previous commit
Andrew Kelley
2023-04-20
Expose an option for producing 64-bit DWARF format
David Gonzalez Martin
2023-04-20
x86_64: enable advanced test runner on Linux
Jacob Young
2023-04-20
std.http: add missing InvalidTrailers to ReadError
Ryo Ota
2023-04-19
work around an intermittent io_uring test failure
Andrew Kelley
2023-04-18
Merge pull request #15299 from truemedian/std-http
Andrew Kelley
2023-04-18
std: fix uses of comptime blocks in non-inline functions
mlugg
2023-04-18
math.big.int: remove stale comments
Mateusz Radomski
2023-04-18
std.Thread.Condition: optimize example
Erik Arvstedt
2023-04-18
std.target.riscv: fix baseline_rv32 missing feature "32bit"
serg
2023-04-18
zig fmt: omit extra whitespace after last comment before EOF
r00ster91
2023-04-18
debug: fix missing stack traces during crashes on windows
kcbanner
2023-04-18
windows: Handle `DELETE_PENDING` in `DeleteFile`.
xEgoist
2023-04-18
Cache: fix multi-process race condition on macOS
Andrew Kelley
2023-04-18
std.http: pass Method to request directly, parse trailing headers
Nameless
[next]