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-decl.cpp
Age
Commit message (
Expand
)
Author
2025-07-17
Improve lookup performance. (#7798)
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-09
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-04-26
Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...
Ronan
2025-04-22
A new approach to AST serialization (#6854)
Theresa Foley
2024-10-29
format
Ellie Hermaszewska
2024-02-20
Support link time type specialization. (#3604)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-06
Fix erroneous error claiming variable is being used before its declaration (#...
Ellie Hermaszewska
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2022-11-23
Fix issues around dynamic generic function and autodiff. (#2528)
Yong He
2022-10-26
Auto synthesis of Differential type (#2466)
Yong He
2022-08-24
Allow `static const` interface requirements. (#2378)
Yong He
2020-10-22
Single pass C++ extraction (#1583)
jsmall-nvidia
2020-06-03
Devirtualize AST types (#1368)
jsmall-nvidia