aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
AgeCommit message (Expand)Author
2025-08-31delete behavior test that depends on std.fmtAndrew Kelley
2025-08-30test: re-enable a bunch of vector behavior tests on hexagonAlex Rønne Petersen
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-03Legalize: handle packed semanticsJacob Young
2025-04-26test: add tests for @memmovedweiller
2025-04-11test: Disable a bunch of vector behavior tests for hexagon.Alex Rønne Petersen
2025-03-17spirv: don't hardcode test error type alignmentAli Cheraghi
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-01-16x86_64: testingJacob Young
2025-01-15wasm linker: don't pretend it's possible to export data symbolsAndrew Kelley
2025-01-13Sema: allow tail calls of function pointersmlugg
2024-12-28AstGen: lower function addrspace expression correctlymlugg
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-09-04Merge pull request #21257 from mlugg/computed-goto-3Andrew Kelley
2024-09-01compiler: implement labeled switch/continuemlugg
2024-09-01compiler: implement decl literalsmlugg
2024-08-27behavior: import unintentionally excluded file from behavior.zigmlugg
2024-05-11astgen: fix result info for catch switch_block_err_unionDominic
2024-04-06Sema: fix non-`pub` `usingnamespace` in `@typeInfo`Jacob Young
2024-02-22Module: fix `@embedFile` of files containing zero bytesJacob Young
2024-02-20c_import: extract behavior tests that use `@cImport`Jacob Young
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