summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-decl.cpp
Commit message (Expand)AuthorAge
...
* 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
* Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)Sai Praveen Bangaru2024-04-30
* Silent compiler warning about missing override keywords (#4018)Jay Kwak2024-04-24
* Do not diagnose error when a symbols is defined as 'extern' and 'export' (#4010)kaizhangNV2024-04-23
* use memberExpr instead of varExpr (#4008)ArielG-NV2024-04-23
* Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV2024-04-19
* add `-ignore-capabilities` flag (#3984)ArielG-NV2024-04-19
* Fix for unscoped enums circular reference causing an error, #3959 (#3962)ArielG-NV2024-04-16
* Init expressions for struct fields support, #3738 (#3907)ArielG-NV2024-04-16
* [GFX] Fix d3d12 buffer view creation logic for StructuredBuffers. (#3954)Yong He2024-04-15
* 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
* Allow bit operators on enum types. (#3862)Yong He2024-04-01
* Allow var/param names to be the same as type name. (#3850)Yong He2024-03-27
* 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
* Allow anonymous struct. (#3822)Yong He2024-03-23
* Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)Yong He2024-03-23
* Mesh shader refactoring and bugfixes (#3702)Ellie Hermaszewska2024-03-14
* Add diagnostic on invalid type constraint. (#3769)Yong He2024-03-14
* Fix side effect checking around storage buffer type. (#3762)Yong He2024-03-13
* Add wrapper type synthesis logic for constructors. (#3756)Yong He2024-03-13
* Link-time specialization fixes. (#3734)Yong He2024-03-11
* Enhance link-time type test. (#3724)Yong He2024-03-08
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
* Implement short-circuit logic operator (#3635)kaizhangNV2024-03-04
* Add support for bitfields (#3639)Ellie Hermaszewska2024-03-01
* Allow default values for `extern` symbols. (#3632)Yong He2024-02-26
* Add slangc interface to compile and use ir modules. (#3615)Yong He2024-02-23
* Language server robustness fix. (#3607)Yong He2024-02-20
* Add wrapper type syntax for link time specialization. (#3606)Yong He2024-02-20
* Support link time type specialization. (#3604)Yong He2024-02-20
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Support loading serialized modules. (#3588)Yong He2024-02-15
* Support link-time constants. (#3564)Yong He2024-02-09
* Improve Capability System (#3555)Yong He2024-02-06
* Capability type checking. (#3530)Yong He2024-02-02
* Fixes for `module` and `include`. (#3519)Yong He2024-01-25
* GLSL SSBO Support (#3400)Ellie Hermaszewska2023-12-15
* Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He2023-12-11
* Handle import, entrypoint and global params in included files. (#3395)Yong He2023-12-08
* 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
* Support `include` for pulling file into the current module. (#3377)Yong He2023-12-05
* Improve generic type argument inference. (#3370)Yong He2023-11-29
* Misc language server fixes. (#3357)Yong He2023-11-28
* Add GLSL Compatibility. (#3321)Yong He2023-11-14
* Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He2023-11-06
* Add SubgroupQuad intrinsics for glsl/spirv. (#3310)Yong He2023-11-03