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
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-18
std.builtin: remove layout field from Type.Enum
r00ster91
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-11-11
Type: check return_type for generic poison before comparing
Veikka Tuominen
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-28
value: properly hash `null_value` pointer
Veikka Tuominen
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-25
behavior: fix redefined exports
Jacob Young
2022-10-18
value: implement `Value.eqlAdvanced` on slices
Jacob Young
2022-09-24
Sema: properly handle generic struct as parameter type
Veikka Tuominen
2022-09-15
value: hash extern functions
Veikka Tuominen
2022-09-11
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-09
stage2 ARM: implement ptr_elem_val
joachimschmidt557
2022-08-29
skip new behavior tests that do not pass for stage1
Andrew Kelley
2022-08-24
Sema: do not construct nested partial function types
Veikka Tuominen
2022-08-17
Sema: fix generics with struct literal coerced to tagged union
Andrew Kelley
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-04-14
Sema: fix generic instantiation false negatives
Andrew Kelley
2022-03-29
Sema: fix generic instantiations of return types with nested captures
Andrew Kelley
2022-03-24
Sema: fix generic function with void parameters
Andrew Kelley
2022-03-23
stage2: fix some generics issues
Andrew Kelley
2022-03-17
CBE: enable more tests that are currently passing
Daniele Cocca
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-11
Sema: improve detection of generic parameters
Veikka Tuominen
2022-03-08
stage2 ARM: implement ret_load
joachimschmidt557
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-06
stage2 ARM: enable a handful of passing behavior tests
joachimschmidt557
2022-01-26
organize behavior tests
Andrew Kelley
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2021-11-22
stage2: move some tests which are now passing
Robin Voetter
2021-09-28
Stage 2: Support inst.func() syntax (#9827)
Martin Wickham
2021-08-28
AstGen: pre-scan all decls in a namespace
Andrew Kelley
2021-08-21
stage2: fix wrong value for Decl owns_tv
Andrew Kelley
2021-08-20
stage2: support comptime fn call returning type
Andrew Kelley
2021-08-06
stage2: fix return pointer result locations
Andrew Kelley
2021-08-06
stage2: fix generics with non-comptime anytype parameters
Andrew Kelley
2021-08-05
stage2: return type expressions of generic functions
Andrew Kelley
2021-08-05
stage2: implement generic function memoization
Andrew Kelley
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
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
[prev]