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-10-12
codegen: add support for lowering .field_ptr on a slice
jacobly0
2022-10-11
stage2 LLVM: Use a packed aggregate for union payload init
Cody Tapscott
2022-10-05
Zir: handle ranges in `getMultiProng`
Veikka Tuominen
2022-09-30
Type: correctly handle ABI align strat for optionals and error unions
Veikka Tuominen
2022-09-29
Sema: fix resolveInferredErrorSet panic when generic inline function
kkHAIKE
2022-09-24
Sema: avoid generic parameter error in nested function type
Veikka Tuominen
2022-09-24
Sema: avoid using `pointerDecl` when dealing with slices
Veikka Tuominen
2022-09-23
Sema: resolve struct layout in `zirStructInit`
Veikka Tuominen
2022-09-23
Sema: preserve volatileness when constructing field pointers
Veikka Tuominen
2022-09-21
AstGen: make loop body's ResultLoc .none
kkHAIKE
2022-09-20
Sema: check pointer qualifiers before implicit cast
Veikka Tuominen
2022-09-15
Sema: handle comptime fields in field call bind
Veikka Tuominen
2022-09-15
Sema: resolve lazy align in reifyStruct
Veikka Tuominen
2022-09-15
Sema: handle empty_struct_value in beginComptimePtrMutation
Veikka Tuominen
2022-09-13
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-12
remove pointless discards
Andrew Kelley
2022-09-09
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-08
llvm: handle pointers in packed structs in more places
Veikka Tuominen
2022-09-06
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-04
llvm: fix the `type` parameter of `GlobalAlias`
riChar
2022-08-29
skip new behavior tests that do not pass for stage1
Andrew Kelley
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
[prev]
[next]