COMMITS
/ test/behavior.zig August 31, 2025
A
delete behavior test that depends on std.fmt
Andrew Kelley committed
August 3, 2025
A
test: re-enable a bunch of vector behavior tests on hexagon
Alex Rønne Petersen committed
June 18, 2025
J
aarch64: add new from scratch self-hosted backend
Jacob Young committed
July 7, 2025
A
remove `usingnamespace` from the language
Andrew Kelley committed
A
remove `async` and `await` keywords
Andrew Kelley committed
June 15, 2025
A
rename spirv backend name
Ali Cheraghi committed
June 3, 2025
J
Legalize: handle packed semantics
Jacob Young committed
January 22, 2025
D
test: add tests for @memmove
dweiller committed
April 7, 2025
A
test: Disable a bunch of vector behavior tests for hexagon.
Alex Rønne Petersen committed
March 8, 2025
A
spirv: don't hardcode test error type alignment
Ali Cheraghi committed
February 18, 2025
A
test: skip failing tests with spirv-vulkan
Ali Cheraghi committed
December 2, 2024
J
x86_64: testing
Jacob Young committed
January 12, 2025
A
wasm linker: don't pretend it's possible to export data symbols
Andrew Kelley committed
M
Sema: allow tail calls of function pointers
mlugg committed
December 27, 2024
M
AstGen: lower function addrspace expression correctly
mlugg committed
October 26, 2024
M
compiler: remove anonymous struct types, unify all tuples
mlugg committed
September 5, 2024
A
Merge pull request #21257 from mlugg/computed-goto-3
Andrew Kelley committed
April 28, 2024
M
compiler: implement labeled switch/continue
mlugg committed
August 31, 2024
M
compiler: implement decl literals
mlugg committed
August 26, 2024
M
behavior: import unintentionally excluded file from behavior.zig
mlugg committed
May 11, 2024
D
astgen: fix result info for catch switch_block_err_union
Dominic committed
April 4, 2024
J
Sema: fix non-`pub` `usingnamespace` in `@typeInfo`
Jacob Young committed
February 21, 2024
J
Module: fix `@embedFile` of files containing zero bytes
Jacob Young committed
February 20, 2024
J
c_import: extract behavior tests that use `@cImport`
Jacob Young committed
January 11, 2024
A
LLVM: fix lowering of extern anyopaque
Andrew Kelley committed
January 2, 2024
V
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen committed
J
cbe: fix non-msvc externs and exports
Jacob Young committed
November 25, 2023
T
October 27, 2023
A
split export behavior test into export_keyword and export_builtin
Andrew Kelley committed
A
categorize nan behavior test
Andrew Kelley committed
A
categorize fn ptr behavior test
Andrew Kelley committed
A
categorize globals behavior tests
Andrew Kelley committed
October 24, 2023
A
rename behavior test to better describe what it does
Andrew Kelley committed
October 15, 2023
A
migrate make_ptr_const to new anonymous decl mechanism
Andrew Kelley committed
July 17, 2023
A
Add behavior tests for `@abs` builtin
antlilja committed
August 31, 2023
M
compiler: implement destructuring syntax
mlugg committed
July 29, 2023
J
behavior: add coverage for no longer reproducing issue
Jacob Young committed
July 27, 2023
A
add behavior test for tail calls
Andrew Kelley committed
July 25, 2023
J
make `@typeInfo` not return private decls
Jacob G-W committed
July 24, 2023
A
add comment to discourage using GitHub issue numbers
Andrew Kelley committed
June 20, 2023
E
codegen: Set c_char signedness based on the target
Evan Haas committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
L
wasm: support calling alias'd function pointers
Luuk de Gram committed
May 22, 2023
E
fix #15778: Binary operations on empty vectors crash
Evin Yulo committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
May 8, 2023
D
Disallow named test decls with duplicate names
Dominic committed
April 27, 2023
A
C backend: fix ptr comparison of array ptrs when one is null-terminated
Andrew Kelley committed
April 26, 2023
A
llvm backend: fix lowering of memset
Andrew Kelley committed
March 17, 2023
M
Sema: make @returnAddress return 0 at comptime
mlugg committed
March 12, 2023
I
Sema: avoid panic on callconv(.C) generic return type
Ian Johnson committed