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
getAppDataDir
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
std.Io.Threaded-groups-2
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
/
test
Age
Commit message (
Expand
)
Author
2022-01-25
Sema: coercion of pointers to C pointers
Andrew Kelley
2022-01-25
wasm: Implement genTypedValue for enums
Luuk de Gram
2022-01-24
behavior tests: prevent disabled tests from lowering std.Target
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-24
Run `zig fmt`
Cody Tapscott
2022-01-24
Add `union` support to the C backend.
Cody Tapscott
2022-01-24
Fix rendering of `void` function args
Cody Tapscott
2022-01-24
Normalize some build function names
Jonathan Marler
2022-01-23
Merge pull request #10662 from ziglang/doc-comments-zir
Andrew Kelley
2022-01-23
c backend: Implement aligning fields and local/global variables
Jimmi Holst Christensen
2022-01-21
disable some broken stuff for stage2 llvm backend on aarch64
Andrew Kelley
2022-01-20
stage2: implement tuples
Andrew Kelley
2022-01-20
Merge pull request #10638 from Luukdegram/wasm-refactor
Jakub Konka
2022-01-20
stage1: remove the "referenced here" error note
Andrew Kelley
2022-01-19
stage2: fix passing arguments on the stack
Jakub Konka
2022-01-19
wasm: Refactor storing values.
Luuk de Gram
2022-01-18
Merge pull request #10624 from ziglang/prefetch
Andrew Kelley
2022-01-18
disable failing atomicrmw test on llvm + aarch64
Andrew Kelley
2022-01-18
Sema: implement declarations for `@typeInfo`
Andrew Kelley
2022-01-18
Merge pull request #10625 from ziglang/stage2-x86_64-inline-memset
Jakub Konka
2022-01-18
stage2: implement `@prefetch`
Andrew Kelley
2022-01-18
stage2: implement airArrayElemVal
Jakub Konka
2022-01-18
Revert "stage2: implement `@prefetch`"
Andrew Kelley
2022-01-18
stage2: partially implement intcast on x86_64
Jakub Konka
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2022-01-17
Sema: implement else capture value
Andrew Kelley
2022-01-17
behavior tests: a couple more switch cases are passing
Andrew Kelley
2022-01-18
Merge pull request #10616 from ziglang/stage2-x86_64-array-to-slice
Jakub Konka
2022-01-17
Sema: fix comptime break semantics
Andrew Kelley
2022-01-17
stage2: return error.SkipZigTest in unsupported behavior tests
Jakub Konka
2022-01-17
stage2: implement airArrayToSlice for x86_64
Jakub Konka
2022-01-17
stage2: implement airCondBr for immediate MCValue in x86_64
Jakub Konka
2022-01-17
translate-c: improve error messages when expecting specific tokens
fn ⌃ ⌥
2022-01-17
stage2: do not interpret identifier containing underscores (eg: u3_2) as int ...
riverbl
2022-01-17
translate-c: Fix issues translating macro define of hex float constant
riverbl
2022-01-16
behavior tests: move tests around
Andrew Kelley
2022-01-15
AstGen: emit `as` instructions for branching expressions
Andrew Kelley
2022-01-15
Sema: populate the sentinel for comptime array inits
Andrew Kelley
2022-01-15
stage2 ARM: implement load for stack_offset + stack_argument_offset
joachimschmidt557
2022-01-15
stage2: implement `@prefetch`
Andrew Kelley
2022-01-15
stage2: implement signed compare
Jakub Konka
2022-01-15
stage2: refactor handling of immediates in x86_64 backend
Jakub Konka
2022-01-15
stage2: fix Decl garbage collection not marking enough
Andrew Kelley
2022-01-14
Sema: fix array_init with runtime element
Andrew Kelley
2022-01-14
tests: include global initializers in c++ compiler test
xavier
2022-01-14
stage1: fix bigint_init_bigfloat for single-limb negative floats
Marc Tiehuis
2022-01-13
stage2: detection of comptime array literals
Andrew Kelley
2022-01-13
Sema: comptime loads and stores for `elem_ptr`
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
[next]