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-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
Module: mark function body dependencies, don't re-analyze anonymous decls
mlugg
2023-04-20
Sema: allow ptr field access on pointer-to-array
mlugg
2023-04-20
llvm: emit metadata for exported global variables (#15349)
Tw
2023-04-18
compilation: fix generating coff debug info on -gnu
kcbanner
2023-04-18
Merge pull request #15299 from truemedian/std-http
Andrew Kelley
2023-04-18
Assembly file add soft float option for mips (#15340)
hequn
2023-04-18
coff: support allow_shlib_undefined
kcbanner
2023-04-18
Merge pull request #15302 from jacobly0/x86_64-non-liveness
Andrew Kelley
2023-04-18
std.http: pass Method to request directly, parse trailing headers
Nameless
2023-04-18
Merge pull request #15339 from ziglang/link-and-x86_64-cleanups
Jakub Konka
2023-04-17
std.http: curate some Server errors, fix reading chunked bodies
Nameless
2023-04-17
std.http: add Headers
Nameless
2023-04-17
compilation: fix non-zig compilations not using CacheMode.whole
kcbanner
2023-04-17
autodoc: more support for linking decls in docs & guides
Loris Cro
2023-04-17
x86_64: clean up formatting functions for Instruction and Operand
Jakub Konka
2023-04-17
tapi: fix memory bugs in yaml parser
Jakub Konka
2023-04-17
Sema: fix empty infinite loops
Jacob Young
2023-04-16
x86_64: implement packed load and store
Jacob Young
2023-04-16
x86_64: fix overflow of extended multiply
Jacob Young
2023-04-16
x86_64: fix @clz direction
Jacob Young
2023-04-16
Merge pull request #15291 from ziglang/x86_64-more-memory
Jakub Konka
2023-04-15
x86_64: fix loading/storing pointers from linker deferred memory locations
Jakub Konka
2023-04-15
fix: print targets
serg
2023-04-15
autodoc: add support for defining guide sections
Loris Cro
2023-04-15
x86_64: cleanup different memory load types
Jakub Konka
2023-04-15
x86_64: split MCValue.tlv_reloc into .load_tlv and .lea_tlv
Jakub Konka
2023-04-14
fix zig cc linker flags for Wasm
Luuk de Gram
2023-04-13
Merge pull request #15185 from ziglang/macho-tls
Jakub Konka
2023-04-13
Merge pull request #15257 from Luukdegram/wasm-tagname
Luuk de Gram
2023-04-13
autodoc: Handling of explicit values for enum fields
Krzysztof Wolicki
2023-04-13
autodoc: Handling of default values for struct fields
Krzysztof Wolicki
2023-04-13
autodoc: make DeclStatus references long-lived
Loris Cro
2023-04-13
x86_64: make TLV a separate MCValue
Jakub Konka
2023-04-13
x86_64: fix load() and store() to accommodate TLV
Jakub Konka
2023-04-13
x86_64: emit pointer to TLV for macho
Jakub Konka
2023-04-13
macho: reference TLV thunks via GOT table
Jakub Konka
2023-04-13
macho: emit TLV pointers and variables
Jakub Konka
2023-04-13
macho: cleanup dirtying and writing GOT atoms
Jakub Konka
2023-04-13
macho: improve reporting of missing symbols
Jakub Konka
2023-04-13
macho: refactor common logic between synthetic tables
Jakub Konka
2023-04-13
macho: add machinery for emitting TLV refs
Jakub Konka
2023-04-13
macho: refactor relocation type in incremental linker
Jakub Konka
2023-04-13
macho: emit TLS sections
Jakub Konka
2023-04-13
x86_64: remove loadMemPtrIntoRegister() now redundant
Jakub Konka
2023-04-13
x86_64: simplify genInlineMemset() when setting value in memory
Jakub Konka
2023-04-13
x86_64: simplify genInlineMemcpy() when copying from memory
Jakub Konka
2023-04-13
x86_64: simplify genSetStack() when storing value from memory
Jakub Konka
[next]