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
/
type.zig
Age
Commit message (
Expand
)
Author
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-05-31
enable passing behavior tests
Luuk de Gram
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-01
x86_64: implement tagName
Jacob Young
2023-04-23
enable passing test
Veikka Tuominen
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2022-12-18
std.builtin: remove layout field from Type.Enum
r00ster91
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
std.builtin: rename Type.Fn's args to params
r00ster91
2022-12-17
std.builtin: rename Type.Fn.Param's arg_type to type
r00ster91
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-10
stage2: sparc64: Implement atomic ops
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-12-01
Value: fix elemValueAdvanced for optional payloads
Veikka Tuominen
2022-11-02
cbe: ignore comptime fields when generating tuple typedefs
Jacob Young
2022-10-25
cbe: fix atomics
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-09-20
Sema: check pointer qualifiers before implicit cast
Veikka Tuominen
2022-09-12
remove pointless discards
Andrew Kelley
2022-08-10
disable failing behavior test
Andrew Kelley
2022-08-02
Sema: fix reify Fn alignment and args
Veikka Tuominen
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-03-30
replace other uses of `std.meta.Vector` with `@Vector` (#11346)
Meghan
2022-03-25
Sema: ensure error_set_merged is sorted
Veikka Tuominen
2022-03-23
wasm: Enable all passing tests
Luuk de Gram
2022-03-16
stage2 ARM: implement addwrap, subwrap, mulwrap
joachimschmidt557
2022-03-14
Sema: fix shl_sat with comptime rhs
Andrew Kelley
2022-03-14
stage2: reify unions
Mitchell Hashimoto
2022-03-14
stage2: reify structs and tuples (#11144)
Mitchell Hashimoto
2022-03-12
stage2: reify opaque {}
Mitchell Hashimoto
2022-03-11
stage2: zirReify for enums
Mitchell Hashimoto
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-03-03
stage2: reify error sets
Mitchell Hashimoto
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-02-27
stage2: Implement `@Type` for Array, Optional, Float, and ErrorUnion
Cody Tapscott
2022-02-12
organize behavior tests
Andrew Kelley
2022-01-03
stage2: move some more tests
Robin Voetter
2021-12-29
compiler_rt: move more functions to the stage2 section
Andrew Kelley
2021-09-20
Address Spaces: Pointer and function info in @Type
Robin Voetter
2021-06-21
cleanups related to unused params
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-06-10
zig fmt
Andrew Kelley
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