summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-decl.cpp
Commit message (Expand)AuthorAge
* 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
* Infer type while constant folding causes failure (#7090)ArielG-NV2025-05-14
* support specialization constant sized array (#6871)kaizhangNV2025-05-14
* Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan2025-04-26
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Use the latest Ubuntu version not specific old version (#6825)Jay Kwak2025-04-15
* warn when the user puts a file extension in an implementing directive (#6757)Ellie Hermaszewska2025-04-08
* Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)2025-04-07
* Add defer statement (#6619)Julius Ikkala2025-04-06
* Fix a bug in default ctor synthesizing (#6527)kaizhangNV2025-03-06
* Add Slang-specific intrinsics for integer pack/unpack (#6459)Darren Wihandi2025-02-28
* Make capability diagnostic message more friendly. (#6474)Yong He2025-02-27
* Fix regression when using Atomic<T> in struct. (#6472)Yong He2025-02-26
* expose value of constant integers in module reflection (#6367)Alexandre Bléron2025-02-26
* Improve performance when compiling small shaders. (#6396)Yong He2025-02-23
* Simplify implicit cast ctors for vector & matrix. (#6408)Yong He2025-02-20
* Allow LHS of `where` to be any type. (#6333)Yong He2025-02-12
* Add checking for differentiability of the primal substitute function. (#6277)Sai Praveen Bangaru2025-02-11
* Remove the docs/proposals directory (#6313)Anders Leino2025-02-10
* Support stage_switch. (#6311)Yong He2025-02-06
* Use two-stage parsing to disambiguate generic app and comparison. (#6281)Yong He2025-02-05
* Feature/initialize list side branch (#6058)kaizhangNV2025-02-05
* Fix ConstantIntVal::toText when the val is a enum. (#6224)Yong He2025-01-29
* Fix the type coerce issue (#6215)kaizhangNV2025-01-29
* Fix exact-match witness synthesis for static functions (#6204)Darren Wihandi2025-01-29