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-stmt.h
Age
Commit message (
Expand
)
Author
2025-08-18
Don't let clang-format reorder Fiddle `#include`s (#7887)
Sam Estep
2025-08-07
Support `expand` on concrete tuple values. (#8106)
Yong He
2025-05-27
Remove SLANG_UNREFLECTED (#7241)
Theresa Foley
2025-05-23
Implement throw & catch statements (#6916)
Julius Ikkala
2025-04-22
A new approach to AST serialization (#6854)
Theresa Foley
2025-04-17
Eliminate back-reference in ChildStmt (#6835)
Theresa Foley
2025-04-06
Add defer statement (#6619)
Julius Ikkala
2025-02-06
Support stage_switch. (#6311)
Yong He
2025-02-05
Use two-stage parsing to disambiguate generic app and comparison. (#6281)
Yong He
2024-10-29
format
Ellie Hermaszewska
2024-05-14
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-04-03
Fix assertions due to malformed switch statements (#3858)
sriramm-nv
2024-02-02
Capability type checking. (#3530)
Yong He
2023-08-28
Add `target_switch` and `intrinsic_asm` statement. (#3154)
Yong He
2022-10-06
Add syntax for multi-level break. (#2431)
Yong He
2021-09-14
Bring heterogeneous-hello-world back up to date. (#1935)
David Siher
2021-02-17
More #line improvements (#1713)
jsmall-nvidia
2020-10-20
Small improvement in AST serialization (#1582)
jsmall-nvidia
2020-08-12
GPU Foreach Parsing and Checking (#1482)
Dietrich Geisler
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-22
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-05-14
Change to make a single implementation of SLANG_ABSTRACT_CLASS and SLANG_CLAS...
jsmall-nvidia
2020-05-08
AST nodes using C++ Extractor (#1341)
jsmall-nvidia