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
/
call.zig
Age
Commit message (
Expand
)
Author
2025-10-18
tweak tests to avoid timeouts
mlugg
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-03-24
stage2-wasm: enable already working tests
Pavel Verigo
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-10
cbe: fix crash rendering argument names in lazy functions
Jacob Young
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-13
Sema: allow tail calls of function pointers
mlugg
2024-09-12
test: Re-enable a bunch of behavior tests with LLVM.
Alex Rønne Petersen
2024-08-29
behavior: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: update tests
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-05-11
riscv: math progress
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-04-13
cbe: fix optional codegen
Jacob Young
2024-01-15
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2023-11-21
InternPool: handle `funcZirBodyInst` for `func_coerced`
Veikka Tuominen
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-15
Sema: mark pointers to inline functions as comptime-only
mlugg
2023-08-10
Sema: refactor generic calls to interleave argument analysis and parameter ty...
mlugg
2023-07-01
spirv: disable new behavior tests that do not pass
Robin Voetter
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-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-06-10
AstGen: handle ref_table for params
mlugg
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
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-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-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-26
Sema: add error for recursive inline call
Veikka Tuominen
2022-12-20
Sema: fix crash with generic function with generic function parameter
Veikka Tuominen
2022-12-19
value: use int tag type when querying for tag value
Veikka Tuominen
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-11-16
Sema: do not re-evaluate type of non-generic inline call parameters
Veikka Tuominen
2022-10-25
cbe: implement aggregate_init of struct
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
[next]