summaryrefslogtreecommitdiff
path: root/tests/language-feature/interfaces
AgeCommit message (Expand)Author
2025-03-06Fix a bug in default ctor synthesizing (#6527)kaizhangNV
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-01-29Fix exact-match witness synthesis for static functions (#6204)Darren Wihandi
2024-12-31Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)Yong He
2024-12-30Check mismatching method parameter direction against interface declaration. (...Yong He
2024-12-30Fix requirement candidate lookup to prefer decls in the same paraent as the i...Yong He
2024-11-22Don't treat StrcturedBuffer<IFoo> as a specializable param. (#5645)Yong He
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