summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-expr.cpp
Commit message (Expand)AuthorAge
* Make tuple types work in autodiff. (#4923)Yong He2024-08-28
* Add functor syntax support. (#4926)Yong He2024-08-27
* Explicitly detach derivative when forming a non-differentiable struct out of ...Sai Praveen Bangaru2024-08-27
* Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He2024-08-23
* Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He2024-08-19
* Make sure to resolve overloaded expr for call args. (#4864)Yong He2024-08-18
* Variadic Generics Part 1: parsing and type checking. (#4833)Yong He2024-08-14
* Overhaul IR lowering of pointer types. (#4710)Yong He2024-07-25
* Fix for invalid swizzle causing crash (#4690)ArielG-NV2024-07-19
* Fix issue with synthesizing `Differential` type for self-differential generic...Sai Praveen Bangaru2024-07-11
* Various fixes around differentiable member associations `[DerivativeMember(<d...Sai Praveen Bangaru2024-07-10
* Nested initialization list in struct crash fix (#4491)ArielG-NV2024-06-29
* Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV2024-06-12
* Fix `GetAttributeAtVertex` for spirv and glsl targets. (#4334)Yong He2024-06-11
* Support `[__ref]` attribute to make `this` pass by reference. (#4139)Yong He2024-05-08
* Handle case where types can be used as their own `Differential` type. (#4057)Sai Praveen Bangaru2024-05-02
* Switch to direct-to-spirv backend as default. (#4002)Yong He2024-04-23
* Init expressions for struct fields support, #3738 (#3907)ArielG-NV2024-04-16
* Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...ArielG-NV2024-04-03
* Allow enum values to be used as generic arguments. (#3874)Yong He2024-04-02
* Fix static member lookup in pointer types. (#3869)Yong He2024-04-01
* Fix lookup to prevent finding `typedef` itself. (#3848)Yong He2024-03-27
* Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV2024-03-26
* Support arrow operator `->` on pointers. (#3812)Yong He2024-03-21
* Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...ArielG-NV2024-03-15
* Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He2024-03-12
* Fix crash when trying to constant fold non-existent call. (#3728)Yong He2024-03-10
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
* Extend `as` and `is` operator to work on generic types. (#3672)Yong He2024-03-04
* Implement short-circuit logic operator (#3635)kaizhangNV2024-03-04
* Allow non-static const to be considered compile-time constant. (#3645)Yong He2024-02-28
* Fix parsing of literals in stdlib. (#3610)Yong He2024-02-21
* Support loading serialized modules. (#3588)Yong He2024-02-15
* Support link-time constants. (#3564)Yong He2024-02-09
* Support pointers in SPIRV. (#3561)Yong He2024-02-08
* Capability type checking. (#3530)Yong He2024-02-02
* Add ConstBufferPointer::subscript. (#3415)Yong He2023-12-15
* GLSL SSBO Support (#3400)Ellie Hermaszewska2023-12-15
* Polish language server and documentation. (#3410)Yong He2023-12-13
* Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He2023-12-11
* Change default visibility of interface members and update docs. (#3381)Yong He2023-12-06
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Unify stdlib `Texture` types into one generic type. (#3327)Yong He2023-11-16
* Add GLSL Compatibility. (#3321)Yong He2023-11-14
* Cleanup builtin arithmetic interfaces. (#3317)Yong He2023-11-10
* Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He2023-11-06
* Add `IArray`. (#3281)Yong He2023-10-25
* Small type system fixes. (#3265)Yong He2023-10-06
* Various AD Fixes (#3263)Sai Praveen Bangaru2023-10-05
* Support `constref` parameters passing. (#3249)Yong He2023-09-28