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
/
src
Age
Commit message (
Expand
)
Author
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 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-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
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
cbe: fix atomic float min/max
Jacob Young
2023-04-21
cbe: fix float casts involving f16
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
autodoc: Handle calling conventions better
Krzysztof Wolicki
2023-04-21
Do not use -fPIC when compiling a UEFI application
Eric Rowley
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: fix merge conflict
Jacob Young
2023-04-20
x86_64: adapt to new isUnused liveness change
Jacob Young
2023-04-20
x86_64: use liveness block deaths
Jacob Young
2023-04-20
x86_64: instruction tracking cleanup
Jacob Young
2023-04-20
x86_64: add block death workaround
Jacob Young
2023-04-20
x86_64: rewrite inst tracking
Jacob Young
2023-04-20
Begin integrating new liveness analysis into remaining backends
mlugg
2023-04-20
wasm: integrate new Liveness behaviour
Luuk de Gram
2023-04-20
cbe: integrate new Liveness behaviour
mlugg
2023-04-20
Liveness: avoid emitting unused instructions or marking their operands as used
mlugg
2023-04-20
print_air: print new Liveness data
mlugg
2023-04-20
Liveness: add a liveness verification pass
Jacob Young
2023-04-20
print_air: allow dumping air without liveness
Jacob Young
2023-04-20
Liveness: control flow analysis
mlugg
2023-04-20
Module: mark function body dependencies, don't re-analyze anonymous decls
mlugg
[next]