summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-expr.cpp
Commit message (Expand)AuthorAge
* Initial support for immutable lambda expressions. (#6914)Yong He2025-04-30
* Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan2025-04-26
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Fix lowering of associated types in generic interfaces (#6600)Sai Praveen Bangaru2025-03-15
* Allow `.member` syntax on vector and scalars. (#6424)Yong He2025-02-27
* Fix overload resolution for `ModuleDeclarationDecl` (#6483)Sai Praveen Bangaru2025-02-27
* Fix zero size array handling in slangc (#6399)Mukund Keshava2025-02-19
* 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 cyclic lookups with UnscopedEnums (#6110)Julius Ikkala2025-01-17
* Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He2025-01-10
* Lower varying parameters as pointers instead of SSA values. (#5919)Yong He2025-01-07
* Check for undefined %id in spirv_asm block. (#5966)Yong He2024-12-30
* Prevent constant folding for specialization constants (#5953)Julius Ikkala2024-12-29
* Fix parsing GLSL SSBO arrays / bindless descriptors (#5932)Julius Ikkala2024-12-27
* Allow pointers to existential values. (#5793)Yong He2024-12-09
* Embed core module in wasm build. (#5569)Yong He2024-11-15
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* Allow enum cases to be used in attribute arguments. (#5478)Yong He2024-11-02
* Constant-fold for the type-casting in switch-case labels (#5436)Jay Kwak2024-10-30
* formatEllie Hermaszewska2024-10-29
* Properly check switch case. (#5341)Yong He2024-10-20
* Support constant folding for static array access. (#5248)Yong He2024-10-09
* Support custom derivatives of member functions of differentiable types (#5124)Sai Praveen Bangaru2024-10-03
* SizeOfLikeExpr has type int (#5205)Ellie Hermaszewska2024-10-01
* Fix l-value computation for subscript call. (#5177)Yong He2024-09-27
* Initial `Atomic<T>` type implementation. (#5125)Yong He2024-09-20
* Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru2024-09-19
* Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He2024-09-18
* Preserve name in DeclRefExpr for correct highlighitng of `This`. (#4980)Yong He2024-09-04
* 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