index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
language-feature
/
generics
Age
Commit message (
Expand
)
Author
2024-10-27
Add implicit cast for generic vector types. (#5413)
Yong He
2024-10-15
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-10-01
Fix crash when compiling associatedtypes with generic interface constraints. ...
Yong He
2024-09-18
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-10
Specialize existential return types when possible. (#5044)
Yong He
2024-09-10
Fix inccorect dropping of declref during Unification of DeclaredSubtypeWitnes...
Yong He
2024-09-05
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-08-28
Make sure `NullDifferential` and its witness are removed after autodiff. (#4958)
Yong He
2024-08-28
Fix partial inference of variadic generic functions. (#4956)
Yong He
2024-08-23
Make variadic generics work with interfaces and forward autodiff. (#4905)
Yong He
2024-08-20
Support dependent generic constraints. (#4870)
Yong He
2024-08-18
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-07-31
Allow generic type deduction from ParameterBlock arguments. (#4766)
Yong He
2024-06-10
enable more metal tests (#4326)
skallweitNV
2024-06-07
Metal compute tests (#4292)
skallweitNV
2024-05-02
Support generic constraints that are dependent on another generic param. (#4091)
Yong He
2024-02-12
Fix lowering of static consts in a generic function. (#3573)
Yong He
2024-02-11
Fix type checking around generic array types. (#3568)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-11-29
Improve generic type argument inference. (#3370)
Yong He
2023-11-10
Cleanup builtin arithmetic interfaces. (#3317)
Yong He
2023-11-01
Parameter binding and gfx fixes. (#3302)
Yong He
2023-10-25
Add `IArray`. (#3281)
Yong He
2023-10-25
Support generic interfaces. (#3278)
Yong He
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-01
Small fix to enable generic typealias. (#2391)
Yong He
2022-09-01
Public interface for arithmetic types in stdlib. (#2389)
Yong He
2022-08-24
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
2022-08-22
Support compile-time constant int val in the form of polynomials. (#2372)
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2021-01-15
Convert more tests to use shader objects (#1659)
Tim Foley
2020-04-08
Fixes for IR generics (#1311)
Tim Foley