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
/
stage1
/
behavior
Age
Commit message (
Expand
)
Author
2019-11-11
implement fully anonymous list literals
Andrew Kelley
2019-11-11
fully anonymous struct literals
Andrew Kelley
2019-11-11
fix anon literal used with return result loc
Andrew Kelley
2019-11-11
add behavior test case for anonymous list literal syntax
Andrew Kelley
2019-11-11
add behavior test case for anon union literal
Andrew Kelley
2019-11-11
implement anon struct literal syntax
Andrew Kelley
2019-11-09
Fix initialization of union references
LemonBoy
2019-11-08
more regressions fixed
Andrew Kelley
2019-11-08
fix result loc of cast not finding parent
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-07
Fix ptrCast of array references to fn
LemonBoy
2019-11-06
allow type coercion from *[0]T to E![]const T
Andrew Kelley
2019-11-06
add token for parsing pointer dereference
Brendan Hansknecht
2019-11-05
fix initialization of vector in a struct field
Andrew Kelley
2019-11-05
implement storing vector elements via runtime index
Andrew Kelley
2019-11-05
implement loading vector elements via runtime index
Andrew Kelley
2019-11-05
implement store of vector element with comptime index
Andrew Kelley
2019-11-05
comptime load of vector element
Andrew Kelley
2019-11-05
runtime load vector element with comptime index
Andrew Kelley
2019-11-05
Mark type fields as CT
LemonBoy
2019-11-04
Fix cmpxchg trying to execute at CT
LemonBoy
2019-10-30
add comments to disabled tests linking to the tracking issue
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-19
Prevent too eager constant-folding of switch expression
LemonBoy
2019-10-19
Fix crash when generating constant unions with single field
LemonBoy
2019-10-15
fix non-byte-aligned packed struct field...
Andrew Kelley
2019-10-13
Propagate user-defined function alignment to LLVM IR
LemonBoy
2019-10-10
Extern unions should not trigger active field check
LemonBoy
2019-10-10
stage1: fix ir_resolve_str() to return slice
Michael Dusan
2019-10-10
cleanup: unused imports in test
Michael Dusan
2019-10-07
unicode character literals
Nick Erdmann
2019-10-05
fix container member access for fn/struct-fn
Michael Dusan
2019-09-29
RISC-V: get to the linking phase of behavior tests
Andrew Kelley
2019-09-27
Correct calculation of padding length in struct
LemonBoy
2019-09-27
add regression test for alignment of constants
Andrew Kelley
2019-09-26
Merge pull request #3311 from LemonBoy/mips
Andrew Kelley
2019-09-26
Don't warn about redeclaration for the same var node
LemonBoy
2019-09-26
Add comments about the test cases that have been disabled
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-24
add VarDecl support for struct-method call syntax
Michael Dusan
2019-09-24
Fix result loc unwrapping with optional in error union
LemonBoy
2019-09-24
Fix assignment to optional payload
LemonBoy
2019-09-23
Fix computation of switch coverage
LemonBoy
2019-09-21
add behavior test for float widening f16 to f128
Andrew Kelley
2019-09-21
Fix a test on ARM due to the use of `undefined` ptr
LemonBoy
2019-09-21
Adjust tests for AArch64
LemonBoy
2019-09-21
Fix generation of tail fields for packed struct
LemonBoy
2019-09-20
add test case for already fixed bug
Andrew Kelley
2019-09-20
Fix comptime bitcast inside an expression
Timon Kruiper
2019-09-19
fixups for `@splat`
Andrew Kelley
[prev]
[next]