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
/
fn.zig
Age
Commit message (
Expand
)
Author
2022-08-22
Sema: fix implicit cast from extern fn to fn ptr
Veikka Tuominen
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-07-27
AstGen: fix ref instruction injection for functions
Andrew Kelley
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-04-22
clean up behavior tests
Andrew Kelley
2022-04-22
C backend: Fix array declarations
Annika L
2022-03-29
CBE: fix C output after PR #11302, reenable tests
Daniele Cocca
2022-03-27
stage2: runtime safety check integer cast truncating bits
Mitchell Hashimoto
2022-03-16
stage2 ARM: implement addwrap, subwrap, mulwrap
joachimschmidt557
2022-03-14
Sema: fix shl_sat with comptime rhs
Andrew Kelley
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-10
Activate passing behavior tests
Luuk de Gram
2022-01-26
organize behavior tests
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2021-11-27
stage2: implement `@typeName`
Andrew Kelley
2021-11-22
stage2: move some tests which are now passing
Robin Voetter
2021-10-26
Sema: fix ret_ptr when inlining
Andrew Kelley
2021-10-21
stage2: more division support
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
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