COMMITS
/ test/behavior.zig 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
January 18, 2023
V
Sema: handle lazy values in more places
Veikka Tuominen committed
January 4, 2023
M
llvm codegen: fix f16,f32,f64 nan bitcasts
Michael Dusan committed
January 3, 2023
M
behavior: add test for #8277
Michael Dusan committed
December 20, 2022
V
Sema: add error for recursive inline call
Veikka Tuominen committed
December 23, 2022
T
fix overflow found while fuzzing
travisstaloch committed
December 22, 2022
A
Merge pull request #13960 from r00ster91/stage1cruft
Andrew Kelley committed
December 15, 2022
R
behavior: more test coverage
r00ster91 committed
December 17, 2022
V
Merge pull request #13552 from hryx/comparus-tautologicus
Veikka Tuominen committed
December 10, 2022
E
Add test for #13366
Evin Yulo committed
December 14, 2022
E
Add test for #12571
Evin Yulo committed
I
Fix tautological big_int tests.
IntegratedQuantum committed
December 13, 2022
T
codegen - lower str_lit to vector
Travis Staloch committed
November 14, 2022
S
Sema: elide integer comparisons with guaranteed outcomes
Stevie Hryciw committed
December 7, 2022
R
behavior and cases: more test coverage for old issues
r00ster91 committed
R
behavior: add test coverage for slice and array-related issues
r00ster91 committed