aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/typename.zig
AgeCommit message (Expand)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2024-10-19test: update for `CallingConvention` changesmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-26riscv: update tests and fix reuse bugDavid Rubin
2024-06-10spirv: disable tests that fail on poclRobin Voetter
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-06behavior: correct tests after #18816mlugg
2024-02-09spirv: make rusticl the primary testing implementationAli Chraghi
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-09-19write function types consistently with a space before `fn` keywordr00ster91
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-02x86_64: implement large cmpJacob Young
2023-03-25x86_64: implement atomic loopsJacob Young
2023-01-16swap align and callconv in function typeNameTechatrix
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-10-30behavior: enable fixed cbe testsJacob Young
2022-09-24AstGen: reset anon_name_strategy for sub expressionsVeikka Tuominen
2022-09-10type: print comptime on fn type paramsJacob Young
2022-08-25Sema: ignore comptime params in partial func type checkVeikka Tuominen
2022-06-11stage2: improve anon name strategy for local variablesVeikka Tuominen
2022-03-23wasm: Enable all passing testsLuuk de Gram
2022-03-18stage2: improve `@typeName`Andrew Kelley
2021-07-28stage1: fix anon struct naming in certain casesMichael Dusan
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley