summaryrefslogtreecommitdiff
path: root/tests/language-feature
AgeCommit message (Expand)Author
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
2024-07-16Warnings function parameters (#4626)venkataram-nv
2024-07-12Change IDefaultInitializableType to IDefaultInitializable (#4620)ArielG-NV
2024-07-11Fix incorrect codegen when returning initializer list as existential value. (...Yong He
2024-07-02Emit errors when invalid capabilities are used (#4510)ArielG-NV
2024-06-29Nested initialization list in struct crash fix (#4491)ArielG-NV
2024-06-27Cache address-space-legalization of `kIROp_Store` (#4480)ArielG-NV
2024-06-13Implement for metal `SV_GroupIndex` (#4385)ArielG-NV
2024-06-13Metal: misc fixes and enable more tests. (#4374)Yong He
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-06-12Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV
2024-06-12Add compiler option to treat enum types as unscoped. (#4354)Yong He
2024-06-10Partial implementation of static_assert (#4294)Jay Kwak
2024-06-10enable more metal tests (#4326)skallweitNV
2024-06-10Support all integer typed indices in StructuredBuffer Load/Store/[]. (#4311)Yong He
2024-06-07Metal compute tests (#4292)skallweitNV
2024-05-31Fix a bug on default initialization of interface typed value. (#4249)Yong He
2024-05-29Improve compile time performance. (#3857)Yong He
2024-05-16ignore capability system skips the capability pass 100% now (#4183)ArielG-NV
2024-05-16Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV
2024-05-02Support generic constraints that are dependent on another generic param. (#4091)Yong He
2024-04-26WIP: Force Inline If RefType (#4005)ArielG-NV
2024-04-23use memberExpr instead of varExpr (#4008)ArielG-NV
2024-04-22bit_cast & reinterpret warning if src->dst type not equally sized. (#3988)ArielG-NV
2024-04-21Flag to prevent packing of cbuffer elements in HLSL backend. (#3993)Pema Malling
2024-04-19Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV
2024-04-19add `-ignore-capabilities` flag (#3984)ArielG-NV
2024-04-17Implement if(let ...) syntax (#3673) (#3958)kaizhangNV
2024-04-16Fix for unscoped enums circular reference causing an error, #3959 (#3962)ArielG-NV
2024-04-16Init expressions for struct fields support, #3738 (#3907)ArielG-NV
2024-04-05Fix __init() functions that returns an existing value (#3866)sriramm-nv
2024-04-02Allow enum values to be used as generic arguments. (#3874)Yong He
2024-04-01Fix static member lookup in pointer types. (#3869)Yong He