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-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
2022-03-14
stage2: fixups for topolarity-comptime-memory-reinterp branch
Andrew Kelley
2022-03-14
Add test for issue #11139
Cody Tapscott
2022-03-14
stage2: apply fix for #11165 to codegen.zig for native backends
Mitchell Hashimoto
2022-03-14
stage2: LLVM codegen of arrays should use type length, not value length
Mitchell Hashimoto
2022-03-13
stage2 AArch64: enable mul for ints with <= 64 bits
joachimschmidt557
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-12
stage2: add compiler test to ensure typed null doesn't coerce to any
Mitchell Hashimoto
2022-03-11
Sema: fix resolution of inferred error sets
Andrew Kelley
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-10
AstGen: structInitExpr and arrayInitExpr avoid crash
Andrew Kelley
2022-03-10
stage2: implement integer pointer constants
Andrew Kelley
2022-03-10
Sema: if generic function evaluates to another generic function call it inline
Veikka Tuominen
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-09
Sema: handle noreturn result in condbr_inline
Veikka Tuominen
2022-03-08
stage2 ARM: implement ret_load
joachimschmidt557
2022-03-08
Merge pull request #11079 from Vexu/stage2
Andrew Kelley
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-03-08
stage2: correct constness of allocs
Veikka Tuominen
2022-03-08
stage2: fix mem{set,cpy} for non comptime mutable pointers
Veikka Tuominen
2022-03-06
wasm: Call `generateSymbol` for updateDecl
Luuk de Gram
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-02
x64: rectify and add missing optionals bits
Jakub Konka
2022-03-02
Merge pull request #11026 from ziglang/codegen-field-ptr
Jakub Konka
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-03-01
codegen: lower field_ptr to memory across linking backends
Jakub Konka
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-26
stage2: fix toAllocatedBytes on slices
Veikka Tuominen
2022-02-26
stage2: do not require function when evaluating typeOf
Veikka Tuominen
2022-02-26
stage2: evaluate TypeOf arguments in a separate scope
Veikka Tuominen
2022-02-24
stage2: improved handling of store_to_block_ptr
Andrew Kelley
2022-02-24
stage2: change how stale `store_to_block_ptr`s are detected
Veikka Tuominen
[prev]
[next]