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
2025-08-31
delete behavior test that depends on std.fmt
Andrew Kelley
2025-08-30
test: re-enable a bunch of vector behavior tests on hexagon
Alex Rønne Petersen
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-06-03
Legalize: handle packed semantics
Jacob Young
2025-04-26
test: add tests for @memmove
dweiller
2025-04-11
test: Disable a bunch of vector behavior tests for hexagon.
Alex Rønne Petersen
2025-03-17
spirv: don't hardcode test error type alignment
Ali Cheraghi
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-01-16
x86_64: testing
Jacob Young
2025-01-15
wasm linker: don't pretend it's possible to export data symbols
Andrew Kelley
2025-01-13
Sema: allow tail calls of function pointers
mlugg
2024-12-28
AstGen: lower function addrspace expression correctly
mlugg
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-09-04
Merge pull request #21257 from mlugg/computed-goto-3
Andrew Kelley
2024-09-01
compiler: implement labeled switch/continue
mlugg
2024-09-01
compiler: implement decl literals
mlugg
2024-08-27
behavior: import unintentionally excluded file from behavior.zig
mlugg
2024-05-11
astgen: fix result info for catch switch_block_err_union
Dominic
2024-04-06
Sema: fix non-`pub` `usingnamespace` in `@typeInfo`
Jacob Young
2024-02-22
Module: fix `@embedFile` of files containing zero bytes
Jacob Young
2024-02-20
c_import: extract behavior tests that use `@cImport`
Jacob Young
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
[next]