summaryrefslogtreecommitdiff
path: root/tests/language-feature
AgeCommit message (Expand)Author
2024-11-21Refresh of disabled WGPU tests (#5614)Anders Leino
2024-11-07Enable a bunch of WGPU tests (#5513)Anders Leino
2024-11-06Fix IntVal unification logic to insert type casts + buffer element lowering r...Yong He
2024-11-06Fix WGSL parameter block binding. (#5500)Yong He
2024-11-04Various WGSL fixes. (#5490)Yong He
2024-11-02Allow enum cases to be used in attribute arguments. (#5478)Yong He
2024-11-02Revert uint<->int implicit cast cost to prefer promotion to unsigned. (#5480)Yong He
2024-11-01Enable a few more WGPU tests (#5476)Anders Leino
2024-10-27Add implicit cast for generic vector types. (#5413)Yong He
2024-10-20Properly check switch case. (#5341)Yong He
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-10-09Support constant folding for static array access. (#5248)Yong He
2024-10-01Fix crash when compiling associatedtypes with generic interface constraints. ...Yong He
2024-09-20Fix handling of pointer logic in wgsl backend. (#5129)Yong He
2024-09-20Initial `Atomic<T>` type implementation. (#5125)Yong He
2024-09-19Synthesize conformance for generic requirements. (#5111)Yong He
2024-09-18Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He
2024-09-10Disambiguate subscript decls by preferring the one with more accessors. (#5046)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 entrypoints defined in a namespace. (#5011)Yong He
2024-09-05Support `where` clause and type equality constraint. (#4986)Yong He
2024-09-05Respect matrix layout in uniform and in/out parameters for HLSL target. (#5013)Yong He
2024-09-04Fix extension override behavior, and disallow extension on interface types. (...Yong He
2024-08-30Support extension on generic type. (#4968)Yong He
2024-08-30Support specialization constants. (#4963)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-28Allow capabilities to be used with `[shader("...")]` (#4928)ArielG-NV
2024-08-28Make tuple types work in autodiff. (#4923)Yong He
2024-08-27Add functor syntax support. (#4926)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-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2024-08-18Variadic Generics Part 2: IR lowering and specialization. (#4849)Yong He
2024-08-14Do not zero-initialize groupshared and rayquery variables (#4838)ArielG-NV
2024-08-12Warn when inout parameter is never written (#4777)venkataram-nv
2024-08-01Allow a enum case to reference a previously defined value. (#4768)Yong He
2024-08-01Perform type legalization on StructuredBuffer element. (#4767)Yong He
2024-08-01Allow implicit 'uniform' entrypoint parameters. (#4765)Yong He
2024-07-31Allow generic type deduction from ParameterBlock arguments. (#4766)Yong He
2024-07-31Fix IR lowering for generic interface types. (#4761)Yong He
2024-07-30Fix invalid code generation for when using nested resource specialization (#4...ArielG-NV
2024-07-26Allow passing sized array to unsized array parameter. (#4744)Yong He
2024-07-25Add `_Internal`/`External` atom enforcement and validation. (#4702)ArielG-NV
2024-07-25Allow implicitly casting enum types to bool. (#4739)Yong He
2024-07-23Simplify `CapabilitySet` Diagnostic Printing (#4678)ArielG-NV
2024-07-19Support parameter block in metal shader objects. (#4671)Yong He
2024-07-18Warnings for uninitialized fields in constructors (#4680)venkataram-nv
2024-07-18Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...ArielG-NV