summaryrefslogtreecommitdiff
path: root/tests/language-feature/interfaces
AgeCommit message (Expand)Author
2024-09-19Synthesize conformance for generic requirements. (#5111)Yong He
2024-09-10Specialize existential return types when possible. (#5044)Yong He
2024-08-01Perform type legalization on StructuredBuffer element. (#4767)Yong He
2024-07-31Fix IR lowering for generic interface types. (#4761)Yong He
2024-07-11Fix incorrect codegen when returning initializer list as existential value. (...Yong He
2024-06-10enable more metal tests (#4326)skallweitNV
2024-06-07Metal compute tests (#4292)skallweitNV
2024-05-31Fix a bug on default initialization of interface typed value. (#4249)Yong He
2024-04-05Fix __init() functions that returns an existing value (#3866)sriramm-nv
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
2022-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley