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
/
typename.zig
Age
Commit message (
Expand
)
Author
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: update tests and fix reuse bug
David Rubin
2024-06-10
spirv: disable tests that fail on pocl
Robin Voetter
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-06
behavior: correct tests after #18816
mlugg
2024-02-09
spirv: make rusticl the primary testing implementation
Ali Chraghi
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-09-19
write function types consistently with a space before `fn` keyword
r00ster91
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-01-16
swap align and callconv in function typeName
Techatrix
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-10-30
behavior: enable fixed cbe tests
Jacob Young
2022-09-24
AstGen: reset anon_name_strategy for sub expressions
Veikka Tuominen
2022-09-10
type: print comptime on fn type params
Jacob Young
2022-08-25
Sema: ignore comptime params in partial func type check
Veikka Tuominen
2022-06-11
stage2: improve anon name strategy for local variables
Veikka Tuominen
2022-03-23
wasm: Enable all passing tests
Luuk de Gram
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2021-07-28
stage1: fix anon struct naming in certain cases
Michael Dusan
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