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
/
tuple.zig
Age
Commit message (
Expand
)
Author
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-07-28
llvm: fix SysV C abi for structs smaller than two eightbytes
Jacob Young
2023-07-28
Sema: don't reorder tuple fields
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-14
Sema: allow indexing tuple and vector pointers
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-15
x86_64: implement union_init
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-03
x86_64: implement fieldParentPtr
Jacob Young
2023-04-28
stage2: sparc64: Skip unimplemented tests
Koakuma
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-03-04
Ast: properly handle sentinel-terminated slices in tuple
r00ster91
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-29
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-11-12
llvm: check that tuple fields have runtime bits
Veikka Tuominen
2022-10-25
cbe: add support for all float literals types
Jacob Young
2022-10-25
cbe: fix global access fix
Jacob Young
2022-08-28
Sema: correct one possible value for tuples
Veikka Tuominen
2022-08-24
Sema: check one possible value earlier in `zirValidateArrayInit`
Veikka Tuominen
2022-07-30
Sema: implement coercion from tuples to tuples
Veikka Tuominen
2022-07-30
stage2: fix hashing of struct values
Veikka Tuominen
2022-07-08
stage2: Support `@fieldParentPtr` for tuples and anon structs
Cody Tapscott
2022-07-08
stage2: Support `@offsetOf` for tuples and anon structs
Cody Tapscott
2022-07-08
stage2: Support initializing anonymous struct type
Cody Tapscott
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-05-29
AstGen: improve generated Zir for array init exprs
Veikka Tuominen
2022-05-26
clean up some behavior tests
Andrew Kelley
2022-03-24
pass more behaviour tests
Jakub Konka
2022-03-19
wasm: Enable passing tests
Luuk de Gram
2022-03-18
CBE: add support for tuples
Daniele Cocca
2022-03-18
tuple: replace expectEqual() with expect()
Daniele Cocca
2022-03-14
stage2: rework Value storage of structs and arrays
Andrew Kelley
2022-03-10
AstGen: structInitExpr and arrayInitExpr avoid crash
Andrew Kelley
2022-03-10
AstGen: lower anon struct inits differently
Andrew Kelley
2022-03-09
Sema: implement pointer-to-tuple coercion to slice and struct
Andrew Kelley
2022-03-09
Sema: fix generic fn instantiation with anytype
Andrew Kelley
2022-03-09
Sema: implement tuple fieldptr and fieldval
Andrew Kelley
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-03-01
Sema: correct implementation of comptimeOnly for tuples
Andrew Kelley
2022-02-28
stage2: tuple mul/cat
Veikka Tuominen
2022-02-12
move more behavior tests to the "passing" section
Andrew Kelley
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-06
stage1: Allow array-like initialization for tuple types
LemonBoy
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley