summaryrefslogtreecommitdiff
path: root/tests/diagnostics
AgeCommit message (Expand)Author
2025-07-29Fix ICE when immutable value is passed to a bwd_diff function. (#7973)Yong He
2025-07-29[Language Server]: Show signature help on generic parameters. (#7913)Yong He
2025-07-29Detect uses of uninitialized resource fields (#7962)Ellie Hermaszewska
2025-07-29Improve diagnostics over ambiguous references. (#7930)Yong He
2025-07-24Fix confusing error messages for interface return type mismatches (#7854)Copilot
2025-07-22Fix visibility of synthesized Differential typedefs. (#7865)Yong He
2025-07-22Fix segfault when using -separate-debug-info with unsupported targets (#7777)Copilot
2025-07-22Fix crash when private ctor is used for coercion. (#7858)Yong He
2025-07-18Add bounds checking for out-of-bounds array access with constant indices (#7814)Copilot
2025-07-17Fix GLSL global const diagnostic regression (#7808)Copilot
2025-07-16Diagnose on initExpr of a global `const` decl (#7711)Yong He
2025-07-16Add clear diagnostic for unsupported float types in generic value parameters ...Copilot
2025-07-15Emit additional diagnostic for invalid pointer taking operations (#7663)Gangzheng Tong
2025-07-11Ensure generic constraints are checked before inner extension. (#7685)Yong He
2025-07-09Fix internal error when a generic in an extension is unused (#7665)Copilot
2025-07-09no_diff diagnostics improvement (#7655)kaizhangNV
2025-07-08Add error for forward references in generic constraints (#7615)sricker-nvidia
2025-07-02Fix spurious vk::binding warnings when attribute is present (#7581)Copilot
2025-07-02Defer immutable buffer loads when emitting spirv. (#7579)Yong He
2025-06-18Fix false negative result for CUDA with recent versions (#7409)Jay Kwak
2025-06-17LanguageServer: Enhance auto completion for override. (#7465)Yong He
2025-06-16Require `override` keyword for overriding default interface methods. (#7458)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-05 Fix crash when loading modules with syntax errors (#6993) (#7288)Harsh Aggarwal (NVIDIA)
2025-06-04Add legalization for 0-sized arrays. (#7327)Yong He
2025-06-04Disable 23 tests failing assertions (#7317)Jay Kwak
2025-05-27Add check for subscript operator return type (#7244)Mukund Keshava
2025-05-22Implement default initializer list for C-Style type member (#7079)kaizhangNV
2025-05-16Support Vulkan memory model (#7057)Jay Kwak
2025-05-15Add checking for hlsl register semantic. (#7118)Yong He
2025-05-15Rename 'main' on some backends (#7105)Mukund Keshava
2025-05-14Error out on invalid vector sizes (#7076)Darren Wihandi
2025-05-12Make CUDA version capabilities reach NVRTC (#7074)Theresa Foley
2025-04-24Fix #6544: Properly format nested type names in extensions (#6769)Harsh Aggarwal (NVIDIA)
2025-04-22Implement shader subgroup rotate intrinsics (#6878)Darren Wihandi
2025-04-21Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi
2025-04-14Fix matrix division by scalar for Metal and WGSL targets (#6752)Darren Wihandi
2025-04-11Add a more specific diagnostic message when passing concrete value to interfa...Julius Ikkala
2025-04-07Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)
2025-03-21Emit errors for missing returns on unsupported targets (#6633)Darren Wihandi
2025-03-13Add mesh shader output topology checks (#6592)Darren Wihandi
2025-02-28Allow partial specialization of existential arguments. (#6487)Yong He
2025-02-27Make capability diagnostic message more friendly. (#6474)Yong He
2025-02-27Allow `.member` syntax on vector and scalars. (#6424)Yong He
2025-02-24Clone name hint decoration when emiting Undefined (#6415)Jay Kwak
2025-02-24Legalize array size of SV_TessFactor and SV_InsideTessFactor (#6409)Jay Kwak
2025-02-19Fix zero size array handling in slangc (#6399)Mukund Keshava
2025-02-18Add new zero size array test. (#6379)Mukund Keshava
2025-02-13Disallow only resources in constant buffers in parameterblocks on metal (#6342)Ellie Hermaszewska