summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-decl.cpp
Commit message (Expand)AuthorAge
* Split overloaded uses of RefType in front-end (#8427)Theresa Foley2025-09-23
* Relax restriction on using link-time types for shader parameters. (#8387)Yong He2025-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
* [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
* Diagnose on array of parameterblock instead of asserting (#8123)Ellie Hermaszewska2025-08-08
* Support `expand` on concrete tuple values. (#8106)Yong He2025-08-07
* A new approach to AST node deduplication (#8072)Theresa Foley2025-08-06
* msvc style bitfield packing (#7963)Ellie Hermaszewska2025-07-31
* disallow `static const` variables without default-value (#7993)ArielG-NV2025-07-30
* 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 enum array indexing by adding implicit conversion support (#7815)Copilot2025-07-18
* Fix GLSL global const diagnostic regression (#7808)Copilot2025-07-17
* Improve lookup performance. (#7798)Yong He2025-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
* Fix language server crash. (#7756)Yong He2025-07-15
* 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 internal error when a generic in an extension is unused (#7665)Copilot2025-07-09
* Fix `extension` incorrectly interacting with `equality` and `type-coercion` c...ArielG-NV2025-07-09
* Add error for forward references in generic constraints (#7615)sricker-nvidia2025-07-08
* Defer immutable buffer loads when emitting spirv. (#7579)Yong He2025-07-02
* Misc language server improvements. (#7569)Yong He2025-07-01
* Allow Link time constant array length sizing, warn on unsupported functionali...Ellie Hermaszewska2025-07-01
* Add MLP training examples. (#7550)Yong He2025-06-30
* Add support for on-demand AST deserialization (#7482)Theresa Foley2025-06-19
* LanguageServer: Enhance auto completion for override. (#7465)Yong He2025-06-17
* 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
* Diagnose on use of struct inheritance. (#7419)Yong He2025-06-12
* Fix an issue in extension override. (#7402)Yong He2025-06-11
* Mediate access to ContainerDecl members (#7242)Theresa Foley2025-06-09
* Add legalization for 0-sized arrays. (#7327)Yong He2025-06-04
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* move fix to CheckUsableType (#7264)Mukund Keshava2025-06-02
* Add check for the variable requirement (#6677)Gangzheng Tong2025-05-31
* Ensure we do not have an `initExpr` on a `VarDecl` inside an `InterfaceDecl` ...ArielG-NV2025-05-30
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Add check for subscript operator return type (#7244)Mukund Keshava2025-05-27
* Implement throw & catch statements (#6916)Julius Ikkala2025-05-23
* Implement default initializer list for C-Style type member (#7079)kaizhangNV2025-05-22
* Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)ArielG-NV2025-05-22
* 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
* Add checking for hlsl register semantic. (#7118)Yong He2025-05-15
* Implement C++ style default member initializer (#7087)kaizhangNV2025-05-15
* Do not print errors in _coerce when "JustTrying". (#7064)Jay Kwak2025-05-15