summaryrefslogtreecommitdiffstats
path: root/tests/language-feature
Commit message (Expand)AuthorAge
* Implement for metal `SV_GroupIndex` (#4385)ArielG-NV2024-06-13
* Metal: misc fixes and enable more tests. (#4374)Yong He2024-06-13
* Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV2024-06-12
* Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV2024-06-12
* Add compiler option to treat enum types as unscoped. (#4354)Yong He2024-06-12
* Partial implementation of static_assert (#4294)Jay Kwak2024-06-10
* enable more metal tests (#4326)skallweitNV2024-06-10
* Support all integer typed indices in StructuredBuffer Load/Store/[]. (#4311)Yong He2024-06-10
* Metal compute tests (#4292)skallweitNV2024-06-07
* Fix a bug on default initialization of interface typed value. (#4249)Yong He2024-05-31
* Improve compile time performance. (#3857)Yong He2024-05-29
* ignore capability system skips the capability pass 100% now (#4183)ArielG-NV2024-05-16
* Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV2024-05-16
* Support generic constraints that are dependent on another generic param. (#4091)Yong He2024-05-02
* WIP: Force Inline If RefType (#4005)ArielG-NV2024-04-26
* use memberExpr instead of varExpr (#4008)ArielG-NV2024-04-23
* bit_cast & reinterpret warning if src->dst type not equally sized. (#3988)ArielG-NV2024-04-22
* Flag to prevent packing of cbuffer elements in HLSL backend. (#3993)Pema Malling2024-04-21
* Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV2024-04-19
* add `-ignore-capabilities` flag (#3984)ArielG-NV2024-04-19
* Implement if(let ...) syntax (#3673) (#3958)kaizhangNV2024-04-17
* Fix for unscoped enums circular reference causing an error, #3959 (#3962)ArielG-NV2024-04-16
* Init expressions for struct fields support, #3738 (#3907)ArielG-NV2024-04-16
* Fix __init() functions that returns an existing value (#3866)sriramm-nv2024-04-05
* Allow enum values to be used as generic arguments. (#3874)Yong He2024-04-02
* Fix static member lookup in pointer types. (#3869)Yong He2024-04-01
* Allow bit operators on enum types. (#3862)Yong He2024-04-01
* Fix peephole optimization of `TypeEquals`. (#3865)Yong He2024-04-01
* Allow anonymous struct. (#3822)Yong He2024-03-23
* Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)Yong He2024-03-23
* Support unscoped enums. (#3771)Yong He2024-03-14
* Add documentation for uniformity analysis. (#3721)Yong He2024-03-08
* Parser and module finding logic fixes. (#3720)Yong He2024-03-08
* Uniformity analysis. (#3704)Yong He2024-03-07
* Extend `as` and `is` operator to work on generic types. (#3672)Yong He2024-03-04
* Add support for bitfields (#3639)Ellie Hermaszewska2024-03-01
* Language server robustness fix. (#3607)Yong He2024-02-20
* Fix lowering of static consts in a generic function. (#3573)Yong He2024-02-12
* Fix type checking around generic array types. (#3568)Yong He2024-02-11
* Improve Capability System (#3555)Yong He2024-02-06
* Capability type checking. (#3530)Yong He2024-02-02
* FP16 atomics for RWByteAddresBuffer, fp32 atomics for images. (#3536)Yong He2024-02-01
* Fixes for `module` and `include`. (#3519)Yong He2024-01-25
* [SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)Yong He2024-01-24
* Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He2023-12-11
* Handle import, entrypoint and global params in included files. (#3395)Yong He2023-12-08
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Support `include` for pulling file into the current module. (#3377)Yong He2023-12-05
* Improve generic type argument inference. (#3370)Yong He2023-11-29
* Cleanup builtin arithmetic interfaces. (#3317)Yong He2023-11-10