summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-decl.cpp
AgeCommit message (Expand)Author
2024-07-10Various fixes around differentiable member associations `[DerivativeMember(<d...Sai Praveen Bangaru
2024-07-08Language server performance and document symbol fix. (#4561)Yong He
2024-07-02Emit errors when invalid capabilities are used (#4510)ArielG-NV
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-06-12Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV
2024-06-08SPIRV `Block` decoration fixes. (#4303)Yong He
2024-05-29Improve compile time performance. (#3857)Yong He
2024-05-17Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He
2024-05-16ignore capability system skips the capability pass 100% now (#4183)ArielG-NV
2024-05-16Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV
2024-05-15Add diagnostic to prevent defining unsized variables. (#4168)Yong He
2024-05-08Support `[__ref]` attribute to make `this` pass by reference. (#4139)Yong He
2024-05-02Handle case where types can be used as their own `Differential` type. (#4057)Sai Praveen Bangaru
2024-04-30Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)Sai Praveen Bangaru
2024-04-24Silent compiler warning about missing override keywords (#4018)Jay Kwak
2024-04-23Do not diagnose error when a symbols is defined as 'extern' and 'export' (#4010)kaizhangNV
2024-04-23use memberExpr instead of varExpr (#4008)ArielG-NV
2024-04-19Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV
2024-04-19add `-ignore-capabilities` flag (#3984)ArielG-NV
2024-04-16Fix for unscoped enums circular reference causing an error, #3959 (#3962)ArielG-NV
2024-04-16Init expressions for struct fields support, #3738 (#3907)ArielG-NV
2024-04-15[GFX] Fix d3d12 buffer view creation logic for StructuredBuffers. (#3954)Yong He
2024-04-03Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...ArielG-NV
2024-04-02Allow enum values to be used as generic arguments. (#3874)Yong He
2024-04-01Allow bit operators on enum types. (#3862)Yong He
2024-03-27Allow var/param names to be the same as type name. (#3850)Yong He
2024-03-27Fix lookup to prevent finding `typedef` itself. (#3848)Yong He
2024-03-26Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV
2024-03-23Allow anonymous struct. (#3822)Yong He
2024-03-23Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)Yong He
2024-03-14Mesh shader refactoring and bugfixes (#3702)Ellie Hermaszewska
2024-03-14Add diagnostic on invalid type constraint. (#3769)Yong He
2024-03-13Fix side effect checking around storage buffer type. (#3762)Yong He
2024-03-13Add wrapper type synthesis logic for constructors. (#3756)Yong He
2024-03-11Link-time specialization fixes. (#3734)Yong He
2024-03-08Enhance link-time type test. (#3724)Yong He
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2024-03-04Implement short-circuit logic operator (#3635)kaizhangNV
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2024-02-20Language server robustness fix. (#3607)Yong He
2024-02-20Add wrapper type syntax for link time specialization. (#3606)Yong He
2024-02-20Support link time type specialization. (#3604)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-15Support loading serialized modules. (#3588)Yong He
2024-02-09Support link-time constants. (#3564)Yong He
2024-02-06Improve Capability System (#3555)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2024-01-25Fixes for `module` and `include`. (#3519)Yong He