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
2022-09-04
autodoc: Opaque now handled like other container types
Der Teufel
2022-09-04
autodoc: add support for doc tests
Loris Cro
2022-09-04
stage2 llvm: implement aarch64 C ABI
Veikka Tuominen
2022-09-04
llvm: fix the `type` parameter of `GlobalAlias`
riChar
2022-09-03
Merge pull request #12723 from Vexu/stage2-fixes
Veikka Tuominen
2022-09-03
translate-c: do not translate packed C structs as packed Zig structs in stage2
Veikka Tuominen
2022-09-03
stage2 llvm: improve handling of i128 on Windows C ABI
Veikka Tuominen
2022-09-03
Sema: only ABI sized packed structs are extern compatible
Veikka Tuominen
2022-09-02
Sema: remove unused src param from typeRequiresComptime
Veikka Tuominen
2022-09-02
autodoc: fix stage2 compile error
Loris Cro
2022-09-02
autodoc: fix merge mistake
Loris Cro
2022-09-02
Merge pull request #12705 from der-teufel-programming/autodoc-big-int
Loris Cro
2022-09-02
autodoc: simplify int_big json stringify procedure
Loris Cro
2022-09-02
Merge pull request #12709 from der-teufel-programming/autodoc-compare-operators
Loris Cro
2022-09-02
autodoc: correct line number implementation
Loris Cro
2022-09-02
Sema: improve behavior of comptime_int backed enums
Veikka Tuominen
2022-09-02
Sema: add error for enum tag value overflow
Veikka Tuominen
2022-09-02
Sema: fix noalias coercion error message
Veikka Tuominen
2022-09-02
AstGen: use reachableExpr for try operand
Veikka Tuominen
2022-09-02
Sema: do not emit dbg_inline_end after NoReturn
Veikka Tuominen
2022-09-02
Sema: resolve lazy value before intToFloat
Veikka Tuominen
2022-09-02
stage2 llvm: correct handling of zero-bit types in unionFieldPtr
Veikka Tuominen
2022-09-02
stage2 llvm: fix passing packed structs to callconv(.C) functions
Veikka Tuominen
2022-09-02
autodoc: highlight target line
Ali Chraghi
2022-09-02
stage2: fix panic when the dependency is missing
riChar
2022-09-02
autodoc: int_big cleanup
Der Teufel
2022-09-02
autodoc: Added int_big support
Der Teufel
2022-09-01
autodoc: Compare operators
Der Teufel
2022-09-01
Sema: add more validation to coerceVarArgParam
Veikka Tuominen
2022-08-31
coff: write base relocations for the dynamic linker
Jakub Konka
2022-08-31
Merge pull request #12687 from Luukdegram/wasm-extern-globals
Luuk de Gram
2022-08-30
Sema: prevent access of undefined fields
Andrew Kelley
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-30
Sema: check that target supports tail calls
Veikka Tuominen
2022-08-30
stage2 llvm: use tag value instead of field index in airUnionInit
Veikka Tuominen
2022-08-30
Sema: shift of comptime int with runtime value
Veikka Tuominen
2022-08-30
Sema: do not emit generic poison for non generic parameters
Veikka Tuominen
2022-08-30
Sema: improve handling of always_tail call modifier
Veikka Tuominen
2022-08-30
test/link: add test for extern resolution
Luuk de Gram
2022-08-30
wasm: create relocations for extern decls
Luuk de Gram
2022-08-30
link/Wasm: handle extern variables
Luuk de Gram
2022-08-30
coff: cleanup relocations; remove COFF support from other backends
Jakub Konka
2022-08-30
coff: commit missing Object.zig placeholder
Jakub Konka
2022-08-30
coff: add basic handling of GOT PC relative indirection
Jakub Konka
2022-08-30
coff: fallback to _start as default entry point for now
Jakub Konka
2022-08-30
coff: ...and lift-off!
Jakub Konka
2022-08-30
coff: add missing bits required for minimal PE example
Jakub Konka
2022-08-30
coff: allocate and write atoms to file
Jakub Konka
2022-08-30
coff: populate missing section metadata
Jakub Konka
2022-08-30
coff: add helpers for setting section/symbol names
Jakub Konka
[next]