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
/
generics.zig
Age
Commit message (
Expand
)
Author
2025-08-09
test: skip tests that were not meant to pass for spirv
Ali Cheraghi
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-28
riscv64: skip failing tests
Bingwu Zhang
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-04-02
Sema: increment extra index even if return type is generic
David Rubin
2025-03-29
Zcu: resolve layout of analyzed declaration type
mlugg
2025-03-24
Sema: use unwrapped generic owner in `getFuncInstanceIes`
David Rubin
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-06
behavior: add test for old bug
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-12
behavior: referencing an extern means depending on it
Andrew Kelley
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2024-10-22
tests: re-enable tests that now pass on aarch64-windows
kcbanner
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-07-26
riscv: enable passing tests
David Rubin
2024-07-26
riscv: update tests
David Rubin
2024-07-26
riscv: remove redundant assert in `genBinOp`
David Rubin
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-06-13
riscv: implement optional logic
David Rubin
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-06-13
riscv: arbitrary sized arrays
David Rubin
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: by-value structs + `@min`
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-06
spirv: enable passing tests
Robin Voetter
2024-03-17
Sema: allow param instructions to clobber inst_map
Veikka Tuominen
2024-03-06
behavior: correct tests after #18816
mlugg
2024-02-26
Sema: evaluate generic instantiations in fn decls capture scope
John Schmidt
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-23
Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""
Robin Voetter
2023-10-22
Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"
Andrew Kelley
2023-10-21
spirv: self-referential pointers via new fwd_ptr_type
Robin Voetter
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-07-23
InternPool: add func_coerced handling to funcIesResolved
Andrew Kelley
2023-07-18
Sema: fix return type of generic function is function pointer
Andrew Kelley
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-14
test/behavior/generics.zig: remove outdated TODO
zooster
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-05-03
x86_64: fix feature confusion
Jacob Young
2023-05-03
x86_64: fix global slices
Jacob Young
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
[next]