summaryrefslogtreecommitdiff
path: root/tests/language-feature/types
AgeCommit message (Expand)Author
2024-04-01Fix peephole optimization of `TypeEquals`. (#3865)Yong He
2024-03-04Extend `as` and `is` operator to work on generic types. (#3672)Yong He
2023-07-10Do not fail when emitting GLSL using unorm/snorm textures (#2973)Ellie Hermaszewska
2022-09-15Run simple compute kernel in gfx-smoke test. (#2400)Yong He
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2021-05-04Add support for returning structures that contain opaque types (#1835)Tim Foley