summaryrefslogtreecommitdiff
path: root/tests/language-feature/enums
AgeCommit message (Expand)Author
2025-01-17Fix cyclic lookups with UnscopedEnums (#6110)Julius Ikkala
2024-11-28wgsl: signedness mismatch fixes (#5692)Anders Leino
2024-11-21Refresh of disabled WGPU tests (#5614)Anders Leino
2024-11-07Enable a bunch of WGPU tests (#5513)Anders Leino
2024-11-02Allow enum cases to be used in attribute arguments. (#5478)Yong He
2024-10-20Properly check switch case. (#5341)Yong He
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-08-01Allow a enum case to reference a previously defined value. (#4768)Yong He
2024-07-25Allow implicitly casting enum types to bool. (#4739)Yong He
2024-06-12Add compiler option to treat enum types as unscoped. (#4354)Yong He
2024-06-10enable more metal tests (#4326)skallweitNV
2024-06-07Metal compute tests (#4292)skallweitNV
2024-04-16Fix for unscoped enums circular reference causing an error, #3959 (#3962)ArielG-NV
2024-04-02Allow enum values to be used as generic arguments. (#3874)Yong He
2024-04-01Allow bit operators on enum types. (#3862)Yong He
2024-03-14Support unscoped enums. (#3771)Yong He
2023-11-01Add mnemonic parsing for `intrinsic_type` modifier. (#3306)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2021-05-26Fix a bug for enumerations with explicit "tag type" (#1856)T. Foley
2021-01-15Convert more tests to use shader objects (#1659)Tim Foley
2020-08-14Fix an issue with explicit enum tag types (#1495)Tim Foley
2020-08-11Improvements to Casting (#1483)jsmall-nvidia
2020-06-17Add != operator for enum types (#1394)Tim Foley