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-parser.cpp
Commit message (
Expand
)
Author
Age
*
Parse char literals as integers (#6989)
Julius Ikkala
2025-05-06
*
Initial support for immutable lambda expressions. (#6914)
Yong He
2025-04-30
*
A new approach to AST serialization (#6854)
Theresa Foley
2025-04-22
*
Fix compiler warning with clang 18.1.8 on windows (#6843)
Jay Kwak
2025-04-17
*
Consume `;` after parsing typedef decl. (#6759)
Yong He
2025-04-14
*
Add defer statement (#6619)
Julius Ikkala
2025-04-06
*
Fix mul operator followed by global scope (#6686)
Gangzheng Tong
2025-03-25
*
Fix reinterpret and bitcast and generic arg parsing. (#6627)
Yong He
2025-03-19
*
Simplify implicit cast ctors for vector & matrix. (#6408)
Yong He
2025-02-20
*
Fix modifier parsing. (#6347)
Yong He
2025-02-13
*
Support stage_switch. (#6311)
Yong He
2025-02-06
*
Don't overwrite existing module decl scopes when parsing new source files (#6...
Anders Leino
2025-02-06
*
Use two-stage parsing to disambiguate generic app and comparison. (#6281)
Yong He
2025-02-05
*
Auto enable `-fvk-use-entrypoint-name` when there is more than one entrypoint...
Yong He
2025-02-03
*
Add support for WGSL subgroup operations (#6213)
Darren Wihandi
2025-02-02
*
Add diagnostic for function body followed by a `;`;. (#6122)
Yong He
2025-01-17
*
Allow __subscript<T> syntax. (#6124)
Yong He
2025-01-17
*
Implement specialization constant support in numthreads / local_size (#5963)
Julius Ikkala
2025-01-14
*
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2025-01-07
*
Make 'shared' keyword map to 'groupshared' in GLSL mode (#6003)
Julius Ikkala
2025-01-04
*
Fix parsing GLSL SSBO arrays / bindless descriptors (#5932)
Julius Ikkala
2024-12-27
*
Fix the parser issue for not recognize Generic<T>[N] (#5912)
kaizhangNV
2024-12-18
*
Check decl nesting for namespaces. (#5910)
Yong He
2024-12-18
*
Enable exprs for all supported GLSL layout qualifiers (#5857)
Darren
2024-12-15
*
Enable exprs for GLSL binding layout qualifiers (#5807)
Darren
2024-12-10
*
Fix parsing logic of for loops' initial statement. (#5813)
Yong He
2024-12-10
*
Report error on nested functions. (#5792)
Yong He
2024-12-09
*
Conform non-suffixed integer literals (#5717)
Darren Wihandi
2024-12-03
*
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-05
*
format
Ellie Hermaszewska
2024-10-29
*
Fix the broken CI (#5216)
Jay Kwak
2024-10-02
*
SizeOfLikeExpr has type int (#5205)
Ellie Hermaszewska
2024-10-01
*
Synthesize conformance for generic requirements. (#5111)
Yong He
2024-09-19
*
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-09-05
*
Support extension on generic type. (#4968)
Yong He
2024-08-30
*
Support specialization constants. (#4963)
Yong He
2024-08-30
*
Add functor syntax support. (#4926)
Yong He
2024-08-27
*
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-19
*
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-08-14
*
More reflection API features. (#4740)
Sai Praveen Bangaru
2024-08-07
*
Allow a enum case to reference a previously defined value. (#4768)
Yong He
2024-08-01
*
Parse scope for local variable declaration (#4507)
Jay Kwak
2024-06-28
*
Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...
ArielG-NV
2024-06-28
*
Add compiler option to treat enum types as unscoped. (#4354)
Yong He
2024-06-12
*
Disallow certain types of decls in `interface` to provide better diagnostic m...
Yong He
2024-06-08
*
Fix all Clang-14 warnings (#4203)
ArielG-NV
2024-05-22
*
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-05-14
*
Fix `Ptr::__subscript` to accept any integer index. (#4100)
Yong He
2024-05-03
*
Delete out-of-date assert. (#4079)
Yong He
2024-05-01
*
Support derivative functions in compute & capabilities adjustments (#4014)
ArielG-NV
2024-04-25
[next]