aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/usingnamespace.zig
AgeCommit message (Expand)Author
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-06-16rename spirv backend nameAli Cheraghi
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-03-17Sema: fix spurious type has no namespace errorVeikka Tuominen
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-11setup spirv backend in behavior testsAli Chraghi
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-11-11Sema: make check for namespace lookup of private declarations more strictVeikka Tuominen
2022-09-09stage2 ARM: implement struct_field_val for registersjoachimschmidt557
2022-03-30Sema: fix usingnamespace decl Value in wrong arenaAndrew Kelley
2022-03-08stage2 ARM: implement ret_loadjoachimschmidt557
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-22Port more behavior testsJakub Konka
2021-11-30put the passing stage2 behavior tests backAndrew Kelley
2021-11-30Revert "I found some more passing behavior tests"Andrew Kelley
2021-11-29I found some more passing behavior testsAndrew Kelley
2021-09-01stage2: first pass at implementing usingnamespaceAndrew Kelley
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