index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
language-feature
/
generics
Commit message (
Expand
)
Author
Age
*
Fix use of variadic generics with [Differentiable]. (#8736)
Yong He
2025-10-16
*
canonical type equality constraint (#8445)
Ronan
2025-09-30
*
render-test: Change D3D12 default to sm_6_5 (#8320)
James Helferty (NVIDIA)
2025-09-02
*
Fix for Generic Function Redefinition Error (#7891)
Gangzheng Tong
2025-07-25
*
Minimal optional constraints (#7422)
Julius Ikkala
2025-06-28
*
Do not print errors in _coerce when "JustTrying". (#7064)
Jay Kwak
2025-05-15
*
Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...
Ronan
2025-04-26
*
Fixed generic interface specialization crashes (#6601): (#6688)
Ronan
2025-04-03
*
Feature/initialize list side branch (#6058)
kaizhangNV
2025-02-05
*
Fix circularity issue when checking multiple generic interface constraints. (...
Sai Praveen Bangaru
2025-01-17
*
Allow __subscript<T> syntax. (#6124)
Yong He
2025-01-17
*
Fix prebound parameter pack - argument list matching logic. (#6111)
Yong He
2025-01-17
*
wgsl: Conditionally enable some tests based on 'half' support (#5694)
Anders Leino
2024-11-28
*
Refresh of disabled WGPU tests (#5614)
Anders Leino
2024-11-21
*
Enable a bunch of WGPU tests (#5513)
Anders Leino
2024-11-07
*
Fix WGSL parameter block binding. (#5500)
Yong He
2024-11-06
*
Add implicit cast for generic vector types. (#5413)
Yong He
2024-10-27
*
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-10-15
*
Fix crash when compiling associatedtypes with generic interface constraints. ...
Yong He
2024-10-01
*
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-18
*
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-10
*
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-09-05
*
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-28
*
Make variadic generics work with interfaces and forward autodiff. (#4905)
Yong He
2024-08-23
*
Support dependent generic constraints. (#4870)
Yong He
2024-08-20
*
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-08-18
*
Allow generic type deduction from ParameterBlock arguments. (#4766)
Yong He
2024-07-31
*
enable more metal tests (#4326)
skallweitNV
2024-06-10
*
Metal compute tests (#4292)
skallweitNV
2024-06-07
*
Support generic constraints that are dependent on another generic param. (#4091)
Yong He
2024-05-02
*
Fix lowering of static consts in a generic function. (#3573)
Yong He
2024-02-12
*
Fix type checking around generic array types. (#3568)
Yong He
2024-02-11
*
Support visibility control and default to `internal`. (#3380)
Yong He
2023-12-06
*
Improve generic type argument inference. (#3370)
Yong He
2023-11-29
*
Cleanup builtin arithmetic interfaces. (#3317)
Yong He
2023-11-10
*
Parameter binding and gfx fixes. (#3302)
Yong He
2023-11-01
*
Add `IArray`. (#3281)
Yong He
2023-10-25
*
Support generic interfaces. (#3278)
Yong He
2023-10-25
*
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-20
*
Small fix to enable generic typealias. (#2391)
Yong He
2022-09-01
*
Public interface for arithmetic types in stdlib. (#2389)
Yong He
2022-09-01
*
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
2022-08-24
*
Support compile-time constant int val in the form of polynomials. (#2372)
Yong He
2022-08-22
*
Warning on lossy implicit casts. (#2367)
Yong He
2022-08-17
*
Convert more tests to use shader objects (#1659)
Tim Foley
2021-01-15
*
Fixes for IR generics (#1311)
Tim Foley
2020-04-08