summaryrefslogtreecommitdiffstats
path: root/tests/language-feature
Commit message (Expand)AuthorAge
* Prepare VulkanSDK release Oct 2025 (#8525)Jay Kwak2025-09-25
* render-test: Change D3D12 default to sm_6_5 (#8320)James Helferty (NVIDIA)2025-09-02
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* [Capability System] Fix bug where capabilities do not correctly propegate if ...ArielG-NV2025-08-14
* Error if super-type capabilities are a super-set of sub-type (#7452)ArielG-NV2025-08-08
* Support `expand` on concrete tuple values. (#8106)Yong He2025-08-07
* Initial copy elision pass (#8042)ArielG-NV2025-08-07
* fix overload in extension issue (#7999)kaizhangNV2025-08-03
* Drain sink when single-argument constructor call fail (#7883)ArielG-NV2025-08-01
* Add matrix select intrinsic (#7566)venkataram-nv2025-07-31
* msvc style bitfield packing (#7963)Ellie Hermaszewska2025-07-31
* Fix for Generic Function Redefinition Error (#7891)Gangzheng Tong2025-07-25
* Avoid early specialization for witness tables in SimplifyIR (#7636)Jay Kwak2025-07-24
* Fix confusing error messages for interface return type mismatches (#7854)Copilot2025-07-24
* fix #7869 (#7871)ArielG-NV2025-07-23
* Fix public unscoped enum constants not visible across module boundaries (#7864)Copilot2025-07-22
* Fix Conditioanl<T, false> fields with a semantic. (#7855)Yong He2025-07-22
* Fix C-style casts in GLSL pointer cast operations (#7841)Copilot2025-07-21
* Fix enum array indexing by adding implicit conversion support (#7815)Copilot2025-07-18
* Fix debug info generation for let variables in SPIR-V output (#7743)Copilot2025-07-18
* Add bounds checking for out-of-bounds array access with constant indices (#7814)Copilot2025-07-18
* Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)Copilot2025-07-15
* Fix unnecessary Int64 SPIRV capability usage in pointer marshalling (#7717)Copilot2025-07-11
* Ensure generic constraints are checked before inner extension. (#7685)Yong He2025-07-11
* Fix issue in match parameter type that depend on an associatedtype. (#7707)Yong He2025-07-11
* Fix `extension` incorrectly interacting with `equality` and `type-coercion` c...ArielG-NV2025-07-09
* Fix for emitting ArrayStride decoration for arrays of opaque types (#7568)Jerran Schmidt2025-07-02
* Add MLP training examples. (#7550)Yong He2025-06-30
* Minimal optional constraints (#7422)Julius Ikkala2025-06-28
* Require `override` keyword for overriding default interface methods. (#7458)Yong He2025-06-16
* Allow interface methods to have default implementations. (#7439)Yong He2025-06-13
* Fix a bug in empty array legalization. (#7444)Yong He2025-06-13
* Diagnose on use of struct inheritance. (#7419)Yong He2025-06-12
* Fix intermittent debug failures with Debug build (#7369)Jay Kwak2025-06-12
* Fix an issue in extension override. (#7402)Yong He2025-06-11
* Fix interface types as RHS of is/as operators (#7234)Jay Kwak2025-06-08
* Add legalization for 0-sized arrays. (#7327)Yong He2025-06-04
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Disable 23 tests failing assertions (#7317)Jay Kwak2025-06-04
* Add check for the variable requirement (#6677)Gangzheng Tong2025-05-31
* Implement MapElement for CoopMat (#7159)Jay Kwak2025-05-29
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Change default descriptor binding to be VkMutable (#7224)ArielG-NV2025-05-28
* Add full support for SPV_NV_shader_subgroup_partitioned (#7103)Darren Wihandi2025-05-25
* Implement throw & catch statements (#6916)Julius Ikkala2025-05-23
* Enable Windows full debug testsuite in CI (#7085)Gangzheng Tong2025-05-16
* Fix correct bindings for bindless resource model [SPIRV and GLSL] (#7131)ArielG-NV2025-05-16
* Enforce rule that `export`/`extern` (non cpp) must be `const` (#7113)ArielG-NV2025-05-16
* Allow lambda exprs without captures to coerce to `functype`. (#7129)Yong He2025-05-16
* Fix broken -emit-spirv-via-glsl test option (#7091)sricker-nvidia2025-05-16