summaryrefslogtreecommitdiff
path: root/tests/language-feature
AgeCommit message (Expand)Author
2025-10-10Allow entry points with missing numthreads on CPU targets (#8678)Julius Ikkala
2025-10-10Fix `specializeRTTIObject` to use non-zero RTTI value to work with `Optional<...Yong He
2025-10-10Addition of `Load`/`Store` coherent operations (#8395)16-Bit-Dog
2025-10-08Allow 1D SV_DispatchThreadID in CPU targets (#8612)Julius Ikkala
2025-10-07Use symbol alias instead of wrapper synthesis to implement link-time types. (...Yong He
2025-10-01Fix incorrect binding index assignment for StructuredBuffer and ByteAddressBu...Copilot
2025-09-30Handle getEquivalentStructuredBuffer(castDynamicResource) in byte address leg...Yong He
2025-09-30canonical type equality constraint (#8445)Ronan
2025-09-26Add SPV_NV_bindless_texture support (#8534)Lujin Wang
2025-09-25Prepare VulkanSDK release Oct 2025 (#8525)Jay Kwak
2025-09-02render-test: Change D3D12 default to sm_6_5 (#8320)James Helferty (NVIDIA)
2025-08-29[CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV
2025-08-14[Capability System] Fix bug where capabilities do not correctly propegate if ...ArielG-NV
2025-08-08Error if super-type capabilities are a super-set of sub-type (#7452)ArielG-NV
2025-08-07Support `expand` on concrete tuple values. (#8106)Yong He
2025-08-07Initial copy elision pass (#8042)ArielG-NV
2025-08-03fix overload in extension issue (#7999)kaizhangNV
2025-08-01Drain sink when single-argument constructor call fail (#7883)ArielG-NV
2025-07-31Add matrix select intrinsic (#7566)venkataram-nv
2025-07-31msvc style bitfield packing (#7963)Ellie Hermaszewska
2025-07-25Fix for Generic Function Redefinition Error (#7891)Gangzheng Tong
2025-07-24Avoid early specialization for witness tables in SimplifyIR (#7636)Jay Kwak
2025-07-24Fix confusing error messages for interface return type mismatches (#7854)Copilot
2025-07-23fix #7869 (#7871)ArielG-NV
2025-07-22Fix public unscoped enum constants not visible across module boundaries (#7864)Copilot
2025-07-22Fix Conditioanl<T, false> fields with a semantic. (#7855)Yong He
2025-07-21Fix C-style casts in GLSL pointer cast operations (#7841)Copilot
2025-07-18Fix enum array indexing by adding implicit conversion support (#7815)Copilot
2025-07-18Fix debug info generation for let variables in SPIR-V output (#7743)Copilot
2025-07-18Add bounds checking for out-of-bounds array access with constant indices (#7814)Copilot
2025-07-15Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)Copilot
2025-07-11Fix unnecessary Int64 SPIRV capability usage in pointer marshalling (#7717)Copilot
2025-07-11Ensure generic constraints are checked before inner extension. (#7685)Yong He
2025-07-11Fix issue in match parameter type that depend on an associatedtype. (#7707)Yong He
2025-07-09Fix `extension` incorrectly interacting with `equality` and `type-coercion` c...ArielG-NV
2025-07-02Fix for emitting ArrayStride decoration for arrays of opaque types (#7568)Jerran Schmidt
2025-06-30Add MLP training examples. (#7550)Yong He
2025-06-28Minimal optional constraints (#7422)Julius Ikkala
2025-06-16Require `override` keyword for overriding default interface methods. (#7458)Yong He
2025-06-13Allow interface methods to have default implementations. (#7439)Yong He
2025-06-13Fix a bug in empty array legalization. (#7444)Yong He
2025-06-12Diagnose on use of struct inheritance. (#7419)Yong He
2025-06-12Fix intermittent debug failures with Debug build (#7369)Jay Kwak
2025-06-11Fix an issue in extension override. (#7402)Yong He
2025-06-08Fix interface types as RHS of is/as operators (#7234)Jay Kwak
2025-06-04Add legalization for 0-sized arrays. (#7327)Yong He
2025-06-04Make interface types non c-style in Slang2026. (#7260)Yong He
2025-06-04Disable 23 tests failing assertions (#7317)Jay Kwak
2025-05-31Add check for the variable requirement (#6677)Gangzheng Tong
2025-05-29Implement MapElement for CoopMat (#7159)Jay Kwak