summaryrefslogtreecommitdiff
path: root/tests/language-feature/generics
AgeCommit message (Expand)Author
2025-04-26Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan
2025-04-03Fixed generic interface specialization crashes (#6601): (#6688)Ronan
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-01-17Fix circularity issue when checking multiple generic interface constraints. (...Sai Praveen Bangaru
2025-01-17Allow __subscript<T> syntax. (#6124)Yong He
2025-01-17Fix prebound parameter pack - argument list matching logic. (#6111)Yong He
2024-11-28wgsl: Conditionally enable some tests based on 'half' support (#5694)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-06Fix WGSL parameter block binding. (#5500)Yong He
2024-10-27Add implicit cast for generic vector types. (#5413)Yong He
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-10-01Fix crash when compiling associatedtypes with generic interface constraints. ...Yong He
2024-09-18Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He
2024-09-10Specialize existential return types when possible. (#5044)Yong He
2024-09-10Fix inccorect dropping of declref during Unification of DeclaredSubtypeWitnes...Yong He
2024-09-05Support `where` clause and type equality constraint. (#4986)Yong He
2024-08-28Make sure `NullDifferential` and its witness are removed after autodiff. (#4958)Yong He
2024-08-28Fix partial inference of variadic generic functions. (#4956)Yong He
2024-08-23Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He
2024-08-20Support dependent generic constraints. (#4870)Yong He
2024-08-18Variadic Generics Part 2: IR lowering and specialization. (#4849)Yong He
2024-07-31Allow generic type deduction from ParameterBlock arguments. (#4766)Yong He
2024-06-10enable more metal tests (#4326)skallweitNV
2024-06-07Metal compute tests (#4292)skallweitNV
2024-05-02Support generic constraints that are dependent on another generic param. (#4091)Yong He
2024-02-12Fix lowering of static consts in a generic function. (#3573)Yong He
2024-02-11Fix type checking around generic array types. (#3568)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-11-29Improve generic type argument inference. (#3370)Yong He
2023-11-10 Cleanup builtin arithmetic interfaces. (#3317)Yong He
2023-11-01Parameter binding and gfx fixes. (#3302)Yong He
2023-10-25Add `IArray`. (#3281)Yong He
2023-10-25Support generic interfaces. (#3278)Yong He
2022-09-20Support partial inference of generic arguments (#2404)Theresa Foley
2022-09-01Small fix to enable generic typealias. (#2391)Yong He
2022-09-01Public interface for arithmetic types in stdlib. (#2389)Yong He
2022-08-24Compiler time evaluation of all int and bool operators. (#2376)Yong He
2022-08-22Support compile-time constant int val in the form of polynomials. (#2372)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2021-01-15Convert more tests to use shader objects (#1659)Tim Foley
2020-04-08Fixes for IR generics (#1311)Tim Foley