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
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
sema: fix memory corruption caused by resolveStructLayout
Casey Banner
2023-04-22
Merge pull request #15332 from der-teufel-programming/autodoc-src-files-dirs
Loris Cro
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
Merge pull request #15371 from ziglang/better-elf
Jakub Konka
2023-04-22
docgen: fix exe_build_err code snippets
dweiller
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
cbe: fix local aliasing issues in atomic ops
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
macho: rebase lazy pointers and apply corrected base offset
Jakub Konka
2023-04-21
macho: mark relocs dirty by target when updating GOT/stubs
Jakub Konka
2023-04-21
coff: mark relocs dirty by target when updating GOT
Jakub Konka
2023-04-21
coff: treat vmaddr of 0 as unallocated when checking if resolvable
Jakub Konka
2023-04-21
coff: add image base to GOT relocations
Jakub Konka
2023-04-21
coff: use TableSection for GOT
Jakub Konka
2023-04-21
macho: fix dirtying of GOT entries
Jakub Konka
2023-04-21
macho: skip GOT for TLVs; handle them separately when lowering
Jakub Konka
2023-04-21
macho: refactor common codepath for collecting bindings from TableSection
Jakub Konka
2023-04-21
macho: do not allocate atom for __stub_helper preamble
Jakub Konka
2023-04-21
macho: do not allocate atoms for stub entries
Jakub Konka
2023-04-21
macho: resolve relocs before writing to memory (fixes HCS)
Jakub Konka
2023-04-21
macho: correctly dirty the GOT table after memory realloc
Jakub Konka
2023-04-21
macho: fix runtime panics
Jakub Konka
2023-04-21
macho: use generic TableSection for GOT mgmt
Jakub Konka
2023-04-21
elf: make TableSection a generic construct
Jakub Konka
2023-04-21
elf: do not reserve a GOT slot for every Atom
Jakub Konka
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
behavior: enable a bunch of disabled tests
Jacob Young
2023-04-21
cbe: fix atomic float min/max
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
std: add more missing windows libraries when running tests
Jacob Young
2023-04-21
test: exclude the last warning from cbe tests
Jacob Young
2023-04-21
cbe: fix remaining aarch64 issues
Jacob Young
2023-04-21
cbe: fix issues with atomic floats
Jacob Young
[next]