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-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
2022-08-17
Sema: make noreturn error union behave correctly
Veikka Tuominen
2022-08-17
Sema: make optional noreturn behave correctly
Veikka Tuominen
2022-08-16
Merge pull request #12456 from Vexu/stage2
Andrew Kelley
2022-08-16
AstGen: detect declarations shadowing locals
Veikka Tuominen
2022-08-16
Merge branch 'master' into autodoc-links
Loris Cro
2022-08-16
Sema: ignore current declaration in ambiguous reference error
Veikka Tuominen
2022-08-15
Zir: add missing support for packed ints in declIterator
Loris Cro
2022-08-15
Sema: Revert sema.err to null if the Decl already has an error
sin-ack
2022-08-15
Merge pull request #12416 from Vexu/stage2-safety
Veikka Tuominen
2022-08-15
stage2: add compile errors for comptime `@shrExact` and `@divExact` failures
LeRoyce Pearson
2022-08-13
stage2 ARM: add inline memcpy to genSetStack
joachimschmidt557
2022-08-13
stage2 ARM: Fix tracking of function return values
joachimschmidt557
2022-08-13
stage2 ARM: pass stack arguments in opposite order
joachimschmidt557
2022-08-13
stage2 astgen: Use `rl` semantics for `@Type`
Cody Tapscott
2022-08-12
x86: fix generating debug info for variables
Jakub Konka
2022-08-12
macho: update __DWARF sections before and after writing out __LINKEDIT
Jakub Konka
2022-08-12
Sema: add error for signed integer division
martinhath
2022-08-12
stage2: check for zero in `@intToError` safety
Veikka Tuominen
2022-08-12
stage2: generate a switch for `@errSetCast` safety
Veikka Tuominen
[next]