index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-check-expr.cpp
Commit message (
Expand
)
Author
Age
*
Defer immutable buffer loads when emitting spirv. (#7579)
Yong He
2025-07-02
*
Misc language server improvements. (#7569)
Yong He
2025-07-01
*
Add MLP training examples. (#7550)
Yong He
2025-06-30
*
Minimal optional constraints (#7422)
Julius Ikkala
2025-06-28
*
Allow interface methods to have default implementations. (#7439)
Yong He
2025-06-13
*
Fix issue that struct with member is not its Differential type (#7434)
kaizhangNV
2025-06-13
*
Fix issue of missing scope for 'Differential' type (#7433)
kaizhangNV
2025-06-12
*
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-06-09
*
Fix interface types as RHS of is/as operators (#7234)
Jay Kwak
2025-06-08
*
Add legalization for 0-sized arrays. (#7327)
Yong He
2025-06-04
*
Fix specialization constants getting incorrectly folded (#7299)
Julius Ikkala
2025-06-03
*
Fix SPIRV `OpSpecConstantOp` emit (#7158)
Darren Wihandi
2025-05-29
*
Language version + tuple syntax. (#7230)
Yong He
2025-05-29
*
Fix #7232 (#7236)
Julius Ikkala
2025-05-25
*
Implement throw & catch statements (#6916)
Julius Ikkala
2025-05-23
*
Make sizeof(T) & alignof(T) of generic types work as compile-time constants (...
Julius Ikkala
2025-05-22
*
Allow lambda exprs without captures to coerce to `functype`. (#7129)
Yong He
2025-05-16
*
Do not print errors in _coerce when "JustTrying". (#7064)
Jay Kwak
2025-05-15
*
support specialization constant sized array (#6871)
kaizhangNV
2025-05-14
*
Support Array Sizes using Generic arguments to be initialized via {} (#6720)
Sruthik P
2025-05-13
*
Initial support for immutable lambda expressions. (#6914)
Yong He
2025-04-30
*
Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...
Ronan
2025-04-26
*
A new approach to AST serialization (#6854)
Theresa Foley
2025-04-22
*
Fix lowering of associated types in generic interfaces (#6600)
Sai Praveen Bangaru
2025-03-15
*
Allow `.member` syntax on vector and scalars. (#6424)
Yong He
2025-02-27
*
Fix overload resolution for `ModuleDeclarationDecl` (#6483)
Sai Praveen Bangaru
2025-02-27
*
Fix zero size array handling in slangc (#6399)
Mukund Keshava
2025-02-19
*
Use two-stage parsing to disambiguate generic app and comparison. (#6281)
Yong He
2025-02-05
*
Feature/initialize list side branch (#6058)
kaizhangNV
2025-02-05
*
Fix cyclic lookups with UnscopedEnums (#6110)
Julius Ikkala
2025-01-17
*
Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)
Yong He
2025-01-10
*
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2025-01-07
*
Check for undefined %id in spirv_asm block. (#5966)
Yong He
2024-12-30
*
Prevent constant folding for specialization constants (#5953)
Julius Ikkala
2024-12-29
*
Fix parsing GLSL SSBO arrays / bindless descriptors (#5932)
Julius Ikkala
2024-12-27
*
Allow pointers to existential values. (#5793)
Yong He
2024-12-09
*
Embed core module in wasm build. (#5569)
Yong He
2024-11-15
*
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-05
*
Allow enum cases to be used in attribute arguments. (#5478)
Yong He
2024-11-02
*
Constant-fold for the type-casting in switch-case labels (#5436)
Jay Kwak
2024-10-30
*
format
Ellie Hermaszewska
2024-10-29
*
Properly check switch case. (#5341)
Yong He
2024-10-20
*
Support constant folding for static array access. (#5248)
Yong He
2024-10-09
*
Support custom derivatives of member functions of differentiable types (#5124)
Sai Praveen Bangaru
2024-10-03
*
SizeOfLikeExpr has type int (#5205)
Ellie Hermaszewska
2024-10-01
*
Fix l-value computation for subscript call. (#5177)
Yong He
2024-09-27
*
Initial `Atomic<T>` type implementation. (#5125)
Yong He
2024-09-20
*
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-19
*
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-18
*
Preserve name in DeclRefExpr for correct highlighitng of `This`. (#4980)
Yong He
2024-09-04
[next]