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
Group-Canceled
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
groupAwait
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
/
test
/
behavior
Age
Commit message (
Expand
)
Author
2023-02-18
AstGen: add error for discard of unbounded counter
Andrew Kelley
2023-02-18
disable failing x86_64 backend tests
Andrew Kelley
2023-02-18
add passing for loop test: two counters
Andrew Kelley
2023-02-18
Sema: fix for loops with comptime-known int ranges
Andrew Kelley
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2023-02-18
Value: implement writeToMemory for packed unions
Matt Knight
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-11
Sema: add missing peer type resolution for error unions
Veikka Tuominen
2023-02-03
Add test for optional error set return types
Ryan Liptak
2023-02-01
Merge pull request #14477 from Vexu/fixes
Andrew Kelley
2023-02-02
AstGen: fix orelse type coercion in call arguments
Veikka Tuominen
2023-01-31
wasm: apply request change
Techatrix
2023-01-30
add test for already implemented proposal
Veikka Tuominen
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2023-01-29
cbe: fixes for tls, support for not linking libc, and enabling tests
kcbanner
2023-01-23
target: use 16 byte alignment for 128-bit types on x86 and ofmt .c
kcbanner
2023-01-23
cbe: fixes for x86
kcbanner
2023-01-22
stage2 ARM: add basic debug info for locals
joachimschmidt557
2023-01-22
Sema: resolve fields before checking tuple len
Veikka Tuominen
2023-01-22
Value: implement `compareAllWithZero` for `bytes` and `str_lit`
Veikka Tuominen
2023-01-22
type: correct condition for eliding pointer alignment canonicalization
Veikka Tuominen
2023-01-22
Sema: handle lazy values in more places
Veikka Tuominen
2023-01-20
added test for bitcast signaled nan float
Hardy
2023-01-17
AstGen: reset source cursor before generating pointer attributes
Veikka Tuominen
2023-01-17
Sema: resolve lazy values in switch prong items
Veikka Tuominen
2023-01-17
Sema: ignore dependency loops in typeinfo decls
Veikka Tuominen
2023-01-17
llvm: do not offset packed struct field pointers if they have a host size
Veikka Tuominen
2023-01-16
Sema: automatically optimize order of struct fields
Veikka Tuominen
2023-01-16
swap align and callconv in function typeName
Techatrix
2023-01-11
Sema: fix typeInfo decls with usingnamespace
Veikka Tuominen
2023-01-10
fix errdefers in functions that can't return errors
Veikka Tuominen
2023-01-05
Merge pull request #14210 from Vexu/compile-errors
Andrew Kelley
2023-01-05
Merge pull request #14202 from ziglang/std.http
Andrew Kelley
2023-01-05
Sema: handle enum expressions referencing local variables
Veikka Tuominen
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2023-01-05
llvm codegen: fix f16,f32,f64 nan bitcasts
Michael Dusan
2023-01-05
avoid triggering LLVM bug on MIPS
Andrew Kelley
2023-01-04
behavior: add test for #8277
Michael Dusan
2023-01-03
stage2 AArch64: bump up alignment of stack items fitting in regs
joachimschmidt557
2023-01-02
fix behavior test compile error
Andrew Kelley
2023-01-02
avoid testing `inline for` in unrelated behavior tests
Andrew Kelley
2023-01-02
skip "atomicrmw with 128-bit ints" on everything except cbe
kcbanner
2023-01-02
skip "atomicrmw with 128-bit ints" on linux x64_64 due to linker error
kcbanner
2023-01-02
skip "truncate int128" on wasm
kcbanner
2023-01-02
skip "truncate to non-power-of-two integers from 128-bit" on non-llvm
kcbanner
2023-01-02
skip "binary not 128-bit" on non-llvm
kcbanner
2023-01-02
fmt fixups
kcbanner
2023-01-02
tests: add more coverage for 128 bit operations
kcbanner
2023-01-01
cbe: changes to get zig2.c compiling under msvc
kcbanner
2023-01-01
cbe: fixes for compiling zig2.c under msvc
kcbanner
[prev]
[next]