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.zig
Age
Commit message (
Expand
)
Author
2024-01-11
LLVM: fix lowering of extern anyopaque
Andrew Kelley
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2024-01-03
cbe: fix non-msvc externs and exports
Jacob Young
2023-11-25
Zir: add missing extra index for linksection_or_addspace
Tw
2023-10-27
split export behavior test into export_keyword and export_builtin
Andrew Kelley
2023-10-27
categorize nan behavior test
Andrew Kelley
2023-10-27
categorize fn ptr behavior test
Andrew Kelley
2023-10-27
categorize globals behavior tests
Andrew Kelley
2023-10-23
rename behavior test to better describe what it does
Andrew Kelley
2023-10-21
migrate make_ptr_const to new anonymous decl mechanism
Andrew Kelley
2023-09-27
Add behavior tests for `@abs` builtin
antlilja
2023-09-15
compiler: implement destructuring syntax
mlugg
2023-07-29
behavior: add coverage for no longer reproducing issue
Jacob Young
2023-07-26
add behavior test for tail calls
Andrew Kelley
2023-07-25
make `@typeInfo` not return private decls
Jacob G-W
2023-07-24
add comment to discourage using GitHub issue numbers
Andrew Kelley
2023-06-20
codegen: Set c_char signedness based on the target
Evan Haas
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
wasm: support calling alias'd function pointers
Luuk de Gram
2023-05-29
fix #15778: Binary operations on empty vectors crash
Evin Yulo
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-04-28
C backend: fix ptr comparison of array ptrs when one is null-terminated
Andrew Kelley
2023-04-28
llvm backend: fix lowering of memset
Andrew Kelley
2023-03-17
Sema: make @returnAddress return 0 at comptime
mlugg
2023-03-13
Sema: avoid panic on callconv(.C) generic return type
Ian Johnson
2023-01-22
Sema: handle lazy values in more places
Veikka Tuominen
2023-01-05
llvm codegen: fix f16,f32,f64 nan bitcasts
Michael Dusan
2023-01-04
behavior: add test for #8277
Michael Dusan
2022-12-26
Sema: add error for recursive inline call
Veikka Tuominen
2022-12-23
fix overflow found while fuzzing
travisstaloch
2022-12-22
Merge pull request #13960 from r00ster91/stage1cruft
Andrew Kelley
2022-12-21
behavior: more test coverage
r00ster91
2022-12-18
Merge pull request #13552 from hryx/comparus-tautologicus
Veikka Tuominen
2022-12-16
Add test for #13366
Evin Yulo
2022-12-16
Add test for #12571
Evin Yulo
2022-12-16
codegen - lower str_lit to vector
Travis Staloch
2022-12-15
Sema: elide integer comparisons with guaranteed outcomes
Stevie Hryciw
2022-12-14
Fix tautological big_int tests.
IntegratedQuantum
2022-12-10
behavior and cases: more test coverage for old issues
r00ster91
2022-12-10
behavior: add test coverage for slice and array-related issues
r00ster91
2022-12-10
behavior: add test coverage for corrupted slice in release
r00ster91
2022-12-10
behavior: add test coverage for slicing zero length array field of struct
r00ster91
2022-12-08
TypedValue: fix handling of tuples represented as empty_struct_value
Veikka Tuominen
2022-12-07
disable failing behavior tests with -ofmt=c -target x86_64-windows
Andrew Kelley
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-11-30
AstGen: fix incorrect handling of source cursor with shift builtins
Veikka Tuominen
2022-11-29
llvm: implement `union_init` for packed unions
Veikka Tuominen
2022-11-23
add tests for tuple declarations
Veikka Tuominen
[next]