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
/
test
/
behavior
/
bugs
Age
Commit message (
Expand
)
Author
2022-09-12
remove pointless discards
Andrew Kelley
2022-09-08
llvm: handle pointers in packed structs in more places
Veikka Tuominen
2022-09-04
llvm: fix the `type` parameter of `GlobalAlias`
riChar
2022-08-26
Sema: ensure resolveTypeFields is called for optional and error union types
martinhath
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-13
stage2 astgen: Use `rl` semantics for `@Type`
Cody Tapscott
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-07-21
Sema: validate extern struct field types earlier
Veikka Tuominen
2022-07-07
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-08
stage1: Fix seg-fault when slicing string literal with sentinel
Cody Tapscott
2022-07-05
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-05
fix behavior test which was relying on UB
Andrew Kelley
2022-07-05
stage2: Fix corrupted Type when de-referencing field pointer
Cody Tapscott
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-06-24
stage2: sparc64: Skip Sema-failing tests for now
Koakuma
2022-06-09
upgrade behavior test to stage2 fn ptr semantics
Andrew Kelley
2022-06-08
add a missing align() to a behavior test
Andrew Kelley
2022-06-08
stage2: fix type printing of sub-byte pointers
Andrew Kelley
2022-06-07
x64: pass behavior test bugs/1381
Jakub Konka
2022-06-07
LLVM: handle extern function name collisions
Andrew Kelley
2022-06-05
elf+macho: use explicit alignment on decl is specified
Jakub Konka
2022-06-05
x64: disable misbehaving behavior tests
Jakub Konka
2022-06-01
Sema: fix compiler crash with comptime arithmetic involving `@ptrToInt`
Andrew Kelley
2022-06-01
disable failing test
Veikka Tuominen
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-27
Merge pull request #11733 from Vexu/stage2
Andrew Kelley
2022-05-27
stage2: add test for fixed issue
Veikka Tuominen
2022-05-26
clean up some behavior tests
Andrew Kelley
2022-05-18
wasm: enable 128bit integer behavior tests
Luuk de Gram
2022-04-29
Merge pull request #11530 from ziglang/test-harness
Jakub Konka
2022-04-28
test: recursively walk dir with tests
Jakub Konka
2022-04-27
behavior test: use expectApproxEqAbs instead of expectEqual
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-03-26
wasm: Enable passing tests
Luuk de Gram
2022-03-23
Merge pull request #11280 from Luukdegram/wasm-errors
Andrew Kelley
2022-03-23
behavior tests: disable failing stage1 test
Andrew Kelley
2022-03-23
wasm: Enable all passing tests
Luuk de Gram
2022-03-21
stage2 llvm: fix lowerDeclRefValue for function aliases
Veikka Tuominen
2022-03-18
organize behavior tests
Andrew Kelley
2022-03-18
Merge pull request #11217 from jmc-88/cbe-tuples
Andrew Kelley
2022-03-18
AstGen: labeled blocks should always complete with a normal break
Mitchell Hashimoto
2022-03-18
bugs/3779: replace expectEqual*() with expect()
Daniele Cocca
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-16
stage2 ARM: implement addwrap, subwrap, mulwrap
joachimschmidt557
2022-03-16
stage2 ARM: genSetStack for stack_argument_offset
joachimschmidt557
2022-03-15
stage2: Fix panic on initializing comptime fields in tuple
Cody Tapscott
2022-03-15
stage2: resolve type fully when resolving inferred allocs
Mitchell Hashimoto
2022-03-15
Sema: implement `@truncate` for SIMD vectors
Andrew Kelley
2022-03-15
s/testClz/testCtz/g
Daniele Cocca
[next]