aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
AgeCommit message (Expand)Author
2024-01-11LLVM: fix lowering of extern anyopaqueAndrew Kelley
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2024-01-03cbe: fix non-msvc externs and exportsJacob Young
2023-11-25Zir: add missing extra index for linksection_or_addspaceTw
2023-10-27split export behavior test into export_keyword and export_builtinAndrew Kelley
2023-10-27categorize nan behavior testAndrew Kelley
2023-10-27categorize fn ptr behavior testAndrew Kelley
2023-10-27categorize globals behavior testsAndrew Kelley
2023-10-23rename behavior test to better describe what it doesAndrew Kelley
2023-10-21migrate make_ptr_const to new anonymous decl mechanismAndrew Kelley
2023-09-27Add behavior tests for `@abs` builtinantlilja
2023-09-15compiler: implement destructuring syntaxmlugg
2023-07-29behavior: add coverage for no longer reproducing issueJacob Young
2023-07-26add behavior test for tail callsAndrew Kelley
2023-07-25make `@typeInfo` not return private declsJacob G-W
2023-07-24add comment to discourage using GitHub issue numbersAndrew Kelley
2023-06-20codegen: Set c_char signedness based on the targetEvan Haas
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16wasm: support calling alias'd function pointersLuuk de Gram
2023-05-29fix #15778: Binary operations on empty vectors crashEvin Yulo
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-08Disallow named test decls with duplicate namesDominic
2023-04-28C backend: fix ptr comparison of array ptrs when one is null-terminatedAndrew Kelley
2023-04-28llvm backend: fix lowering of memsetAndrew Kelley
2023-03-17Sema: make @returnAddress return 0 at comptimemlugg
2023-03-13Sema: avoid panic on callconv(.C) generic return typeIan Johnson
2023-01-22Sema: handle lazy values in more placesVeikka Tuominen
2023-01-05llvm codegen: fix f16,f32,f64 nan bitcastsMichael Dusan
2023-01-04behavior: add test for #8277Michael Dusan
2022-12-26Sema: add error for recursive inline callVeikka Tuominen
2022-12-23fix overflow found while fuzzingtravisstaloch
2022-12-22Merge pull request #13960 from r00ster91/stage1cruftAndrew Kelley
2022-12-21behavior: more test coverager00ster91
2022-12-18Merge pull request #13552 from hryx/comparus-tautologicusVeikka Tuominen
2022-12-16Add test for #13366Evin Yulo
2022-12-16Add test for #12571Evin Yulo
2022-12-16codegen - lower str_lit to vectorTravis Staloch
2022-12-15Sema: elide integer comparisons with guaranteed outcomesStevie Hryciw
2022-12-14Fix tautological big_int tests.IntegratedQuantum
2022-12-10behavior and cases: more test coverage for old issuesr00ster91
2022-12-10behavior: add test coverage for slice and array-related issuesr00ster91
2022-12-10behavior: add test coverage for corrupted slice in releaser00ster91
2022-12-10behavior: add test coverage for slicing zero length array field of structr00ster91
2022-12-08TypedValue: fix handling of tuples represented as empty_struct_valueVeikka Tuominen
2022-12-07disable failing behavior tests with -ofmt=c -target x86_64-windowsAndrew Kelley
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-12-03Sema: fix comparisons between lazy and runtime valuesVeikka Tuominen
2022-11-30AstGen: fix incorrect handling of source cursor with shift builtinsVeikka Tuominen
2022-11-29llvm: implement `union_init` for packed unionsVeikka Tuominen
2022-11-23add tests for tuple declarationsVeikka Tuominen