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.zig
Age
Commit message (
Expand
)
Author
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-17
Sema: allow empty enums and unions
Veikka Tuominen
2022-08-13
stage2 astgen: Use `rl` semantics for `@Type`
Cody Tapscott
2022-08-10
stage2: Implement explicit backing integers for packed structs
Isaac Freund
2022-08-07
remove 'builtin.stage2_arch', Sema is smart enough now
Meghan Denny
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
disable regressed wasm32 behavior tests from LLVM 14
Andrew Kelley
2022-07-05
stage2: Fix corrupted Type when de-referencing field pointer
Cody Tapscott
2022-06-08
stage2: fix type printing of sub-byte pointers
Andrew Kelley
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-04-28
test: recursively walk dir with tests
Jakub Konka
2022-04-22
Merge pull request #11279 from igor84/s1_packed_struct
Andrew Kelley
2022-03-30
CBE: improve support for asm inputs
Daniele Cocca
2022-03-26
stage1: Fix packed structs (#2627, #10104)
Igor Stojkovic
2022-03-23
behavior tests: disable failing stage1 test
Andrew Kelley
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
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
CBE: add support for tuples
Daniele Cocca
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-17
stage2: prevent UB in the LLVM backend
Andrew Kelley
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-14
Add test for issue #11139
Cody Tapscott
2022-03-15
Merge pull request #11167 from mitchellh/codegen-arrays
Andrew Kelley
2022-03-14
stage2: LLVM codegen of arrays should use type length, not value length
Mitchell Hashimoto
2022-03-13
CBE: implement popCount, byteSwap, bitReverse for ints <= 128 bits
Daniele Cocca
2022-03-11
Sema: fix resolution of inferred error sets
Andrew Kelley
2022-03-11
CBE: mark union_with_members as passing
Daniele Cocca
2022-03-11
Sema: implement `@shuffle` at comptime and for differing lengths
Veikka Tuominen
2022-03-10
Sema: implement zirStructInit is_ref=true union
Veikka Tuominen
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: fix mem{set,cpy} for non comptime mutable pointers
Veikka Tuominen
2022-03-06
CBE: mark more tests as passing
Daniele Cocca
2022-03-03
stage2: cleanups to wasm memory intrinsics
Andrew Kelley
2022-03-03
Update behavior tests
Luuk de Gram
2022-03-03
behavior tests cleanup: promote math.zig
Andrew Kelley
2022-03-02
Sema: detect comptime-known union initializations
Andrew Kelley
[next]