index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-check-decl.cpp
Age
Commit message (
Expand
)
Author
2025-10-13
Fix segfault on arrays of structs containing parameter blocks (#8555)
Ellie Hermaszewska
2025-10-08
parser: Avoid dropping modifiers when splitting list (#8546)
James Helferty (NVIDIA)
2025-10-07
Fix a bug that causes a struct field to be initialized twice. (#8619)
Yong He
2025-10-07
Use symbol alias instead of wrapper synthesis to implement link-time types. (...
Yong He
2025-10-03
Rename some symbols related to pointers types (#8592)
Theresa Foley
2025-10-02
Fix the missing derivative member check (#8569)
kaizhangNV
2025-10-01
Fix incorrect binding index assignment for StructuredBuffer and ByteAddressBu...
Copilot
2025-09-30
canonical type equality constraint (#8445)
Ronan
2025-09-23
Split overloaded uses of RefType in front-end (#8427)
Theresa Foley
2025-09-05
Relax restriction on using link-time types for shader parameters. (#8387)
Yong He
2025-09-03
Diagnose on structured buffers containing resources (#8222)
Ellie Hermaszewska
2025-08-29
[CBP] Pointer frontend changes + groupshared pointer support (#7848)
ArielG-NV
2025-08-14
[Capability System] Fix bug where capabilities do not correctly propegate if ...
ArielG-NV
2025-08-08
Error if super-type capabilities are a super-set of sub-type (#7452)
ArielG-NV
2025-08-08
Diagnose on array of parameterblock instead of asserting (#8123)
Ellie Hermaszewska
2025-08-07
Support `expand` on concrete tuple values. (#8106)
Yong He
2025-08-06
A new approach to AST node deduplication (#8072)
Theresa Foley
2025-07-31
msvc style bitfield packing (#7963)
Ellie Hermaszewska
2025-07-30
disallow `static const` variables without default-value (#7993)
ArielG-NV
2025-07-24
Fix confusing error messages for interface return type mismatches (#7854)
Copilot
2025-07-22
Fix visibility of synthesized Differential typedefs. (#7865)
Yong He
2025-07-18
Fix enum array indexing by adding implicit conversion support (#7815)
Copilot
2025-07-17
Fix GLSL global const diagnostic regression (#7808)
Copilot
2025-07-17
Improve lookup performance. (#7798)
Yong He
2025-07-16
Diagnose on initExpr of a global `const` decl (#7711)
Yong He
2025-07-16
Add clear diagnostic for unsupported float types in generic value parameters ...
Copilot
2025-07-15
Fix language server crash. (#7756)
Yong He
2025-07-11
Ensure generic constraints are checked before inner extension. (#7685)
Yong He
2025-07-11
Fix issue in match parameter type that depend on an associatedtype. (#7707)
Yong He
2025-07-09
Fix internal error when a generic in an extension is unused (#7665)
Copilot
2025-07-09
Fix `extension` incorrectly interacting with `equality` and `type-coercion` c...
ArielG-NV
2025-07-08
Add error for forward references in generic constraints (#7615)
sricker-nvidia
2025-07-02
Defer immutable buffer loads when emitting spirv. (#7579)
Yong He
2025-07-01
Misc language server improvements. (#7569)
Yong He
2025-07-01
Allow Link time constant array length sizing, warn on unsupported functionali...
Ellie Hermaszewska
2025-06-30
Add MLP training examples. (#7550)
Yong He
2025-06-19
Add support for on-demand AST deserialization (#7482)
Theresa Foley
2025-06-17
LanguageServer: Enhance auto completion for override. (#7465)
Yong He
2025-06-16
Require `override` keyword for overriding default interface methods. (#7458)
Yong He
2025-06-13
Allow interface methods to have default implementations. (#7439)
Yong He
2025-06-12
Diagnose on use of struct inheritance. (#7419)
Yong He
2025-06-11
Fix an issue in extension override. (#7402)
Yong He
2025-06-09
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-06-04
Add legalization for 0-sized arrays. (#7327)
Yong He
2025-06-04
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-06-02
move fix to CheckUsableType (#7264)
Mukund Keshava
2025-05-31
Add check for the variable requirement (#6677)
Gangzheng Tong
2025-05-30
Ensure we do not have an `initExpr` on a `VarDecl` inside an `InterfaceDecl` ...
ArielG-NV
2025-05-29
Language version + tuple syntax. (#7230)
Yong He
2025-05-27
Add check for subscript operator return type (#7244)
Mukund Keshava
[next]