summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics
Commit message (Expand)AuthorAge
* Split overloaded uses of RefType in front-end (#8427)Theresa Foley2025-09-23
* Diagnostic for metal ref mesh output assignment (#8365)James Helferty (NVIDIA)2025-09-17
* Diagnose error when the function args can't satisfy constexpr parameter requi...Gangzheng Tong2025-09-16
* Relax restriction on using link-time types for shader parameters. (#8387)Yong He2025-09-05
* Add warnings for overflows of integer types (#8281)jarcherNV2025-09-05
* Diagnose on structured buffers containing resources (#8222)Ellie Hermaszewska2025-09-03
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Error if super-type capabilities are a super-set of sub-type (#7452)ArielG-NV2025-08-08
* Diagnose on array of parameterblock instead of asserting (#8123)Ellie Hermaszewska2025-08-08
* Add warning for comma operators used outside for-loops and expand expressions...Copilot2025-08-07
* Fix #pragma warning not working with multifile modules (#7942)Copilot2025-08-05
* Fix ICE when immutable value is passed to a bwd_diff function. (#7973)Yong He2025-07-29
* [Language Server]: Show signature help on generic parameters. (#7913)Yong He2025-07-29
* Detect uses of uninitialized resource fields (#7962)Ellie Hermaszewska2025-07-29
* Improve diagnostics over ambiguous references. (#7930)Yong He2025-07-29
* Fix confusing error messages for interface return type mismatches (#7854)Copilot2025-07-24
* Fix visibility of synthesized Differential typedefs. (#7865)Yong He2025-07-22
* Fix segfault when using -separate-debug-info with unsupported targets (#7777)Copilot2025-07-22
* Fix crash when private ctor is used for coercion. (#7858)Yong He2025-07-22
* Add bounds checking for out-of-bounds array access with constant indices (#7814)Copilot2025-07-18
* Fix GLSL global const diagnostic regression (#7808)Copilot2025-07-17
* Diagnose on initExpr of a global `const` decl (#7711)Yong He2025-07-16
* Add clear diagnostic for unsupported float types in generic value parameters ...Copilot2025-07-16
* Emit additional diagnostic for invalid pointer taking operations (#7663)Gangzheng Tong2025-07-15
* Ensure generic constraints are checked before inner extension. (#7685)Yong He2025-07-11
* Fix internal error when a generic in an extension is unused (#7665)Copilot2025-07-09
* no_diff diagnostics improvement (#7655)kaizhangNV2025-07-09
* Add error for forward references in generic constraints (#7615)sricker-nvidia2025-07-08
* Fix spurious vk::binding warnings when attribute is present (#7581)Copilot2025-07-02
* Defer immutable buffer loads when emitting spirv. (#7579)Yong He2025-07-02
* Fix false negative result for CUDA with recent versions (#7409)Jay Kwak2025-06-18
* LanguageServer: Enhance auto completion for override. (#7465)Yong He2025-06-17
* Require `override` keyword for overriding default interface methods. (#7458)Yong He2025-06-16
* Diagnose on use of struct inheritance. (#7419)Yong He2025-06-12
* Fix intermittent debug failures with Debug build (#7369)Jay Kwak2025-06-12
* Fix crash when loading modules with syntax errors (#6993) (#7288)Harsh Aggarwal (NVIDIA)2025-06-05
* Add legalization for 0-sized arrays. (#7327)Yong He2025-06-04
* Disable 23 tests failing assertions (#7317)Jay Kwak2025-06-04
* Add check for subscript operator return type (#7244)Mukund Keshava2025-05-27
* Implement default initializer list for C-Style type member (#7079)kaizhangNV2025-05-22
* Support Vulkan memory model (#7057)Jay Kwak2025-05-16
* Add checking for hlsl register semantic. (#7118)Yong He2025-05-15
* Rename 'main' on some backends (#7105)Mukund Keshava2025-05-15
* Error out on invalid vector sizes (#7076)Darren Wihandi2025-05-14
* Make CUDA version capabilities reach NVRTC (#7074)Theresa Foley2025-05-12
* Fix #6544: Properly format nested type names in extensions (#6769)Harsh Aggarwal (NVIDIA)2025-04-24
* Implement shader subgroup rotate intrinsics (#6878)Darren Wihandi2025-04-22
* Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi2025-04-21
* Fix matrix division by scalar for Metal and WGSL targets (#6752)Darren Wihandi2025-04-14
* Add a more specific diagnostic message when passing concrete value to interfa...Julius Ikkala2025-04-11