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-08-22
LLVM: update to DWARF version 5
Andrew Kelley
2022-08-22
llvm: add valgrind client request integration for x86_64
Andrew Kelley
2022-08-22
Sema: fix fieldCallBind on tuples and anon structs
Veikka Tuominen
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-22
Sema: fix implicit cast from extern fn to fn ptr
Veikka Tuominen
2022-08-22
Sema: allow optional pointers in packed structs
Veikka Tuominen
2022-08-22
Sema: make orelse with C pointers behave like stage1 for now
Veikka Tuominen
2022-08-22
Sema: resolve lazy values in `resolveMaybeUndefValIntable`
Veikka Tuominen
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-08-22
Sema: check for astgen failures in `semaStructFields`
Veikka Tuominen
2022-08-22
Merge pull request #12557 from Luukdegram/wasm-archive
Jakub Konka
2022-08-21
Sema: ignore dbg_block instructions when checking for comptimeness
Veikka Tuominen
2022-08-21
Sema: handle union and enum field order being different
Veikka Tuominen
2022-08-21
Sema: add note about function call being comptime because of comptime only re...
Veikka Tuominen
2022-08-21
autodoc: compileError now uses index into `exprs` instead of a `[]const u8`
Der Teufel
2022-08-20
macho: do not leave file descriptors open if unused
Jakub Konka
2022-08-20
wasm/Object: parse using the correct file size
Luuk de Gram
2022-08-20
wasm/archive: correctly parse long file names
Luuk de Gram
2022-08-19
LLVM: add DLL export attribute
Andrew Kelley
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-19
build: remove the option to omit stage2
Andrew Kelley
2022-08-20
fix: fix off-by-one for leading zeroes
r00ster91
2022-08-19
stage2: disable stack-protector on wasm, matching stage1
Andrew Kelley
2022-08-19
Sema: avoid false positive error for linking libc
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-18
test harness: fix handling of object format
Andrew Kelley
2022-08-18
stage2: pointers to comptime-only types are comptime-only
Andrew Kelley
2022-08-18
improved ABI alignment/size for >= 128-bit integers
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-08-18
LLVM: disable the ABI size safety check
Andrew Kelley
2022-08-18
stage2: make `@Vector` ABI size agree with LLVM
Andrew Kelley
2022-08-18
stage2: agree with LLVM that `@alignOf(u128)` is 8
Andrew Kelley
2022-08-18
stage2: all pointers have runtime bits
Andrew Kelley
2022-08-18
macho: do not open file handle when building static archive
Jakub Konka
2022-08-18
AstGen: disallow leading zeroes in int literals and int types
zooster
2022-08-18
Merge pull request #12477 from der-teufel-programming/master
Loris Cro
2022-08-18
autodoc: minor pr cleanup
Loris Cro
2022-08-18
Merge pull request #12462 from Vexu/stage2-noreturn
Veikka Tuominen
2022-08-18
Fixed Docgen.zig formatting
Der Teufel
2022-08-18
Fixed stage1 compilation error
Der Teufel
2022-08-18
link/Wasm: improve symbol resolution
Luuk de Gram
2022-08-18
wasm: fix callInstrinsic return value
Luuk de Gram
2022-08-18
Merge branch 'ziglang:master' into master
der-teufel-programming
2022-08-18
autodoc: An attempt at generating HTML files from all imported source
Der Teufel
2022-08-17
fix typo in compile error message
Andrew Kelley
2022-08-17
add test
Veikka Tuominen
2022-08-17
Sema: error on ambiguous coercion of comptime float and ints
Martin Hafskjold Thoresen
2022-08-17
Sema: allow empty enums and unions
Veikka Tuominen
2022-08-17
Sema: fix generics with struct literal coerced to tagged union
Andrew Kelley
2022-08-17
Sema: properly handle noreturn fields in unions
Veikka Tuominen
[prev]
[next]