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-ast-support-types.cpp
Age
Commit message (
Expand
)
Author
2025-10-03
Rename some symbols related to pointers types (#8592)
Theresa Foley
2025-09-23
Split overloaded uses of RefType in front-end (#8427)
Theresa Foley
2025-08-29
[CBP] Pointer frontend changes + groupshared pointer support (#7848)
ArielG-NV
2025-07-15
Emit additional diagnostic for invalid pointer taking operations (#7663)
Gangzheng Tong
2025-07-15
Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)
Copilot
2025-04-22
A new approach to AST serialization (#6854)
Theresa Foley
2024-12-30
Check mismatching method parameter direction against interface declaration. (...
Yong He
2024-10-29
format
Ellie Hermaszewska
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-07
Do not use member function of incomplete SemanticsVisitor (#2968)
Ellie Hermaszewska
2023-05-12
Add finalized keywords for autodiff. (#2882)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-03-07
Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...
Yong He
2022-11-30
Fix missing semantic highlighting in attributes and ExtractExitentialValueExp...
Yong He
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-09
Add `[ForwardDerivativeOf]` attribute. (#2501)
Yong He
2022-11-04
Higher order differentiation. (#2487)
Yong He
2022-08-03
Basic pointer usages. (#2342)
Yong He