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-check-stmt.cpp
Age
Commit message (
Expand
)
Author
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-13
Warn on float-to-double coercion for arguments. (#2802)
Yong He
2023-04-05
Warn on dangling comparison operator. (#2779)
Yong He
2023-04-04
Diagnose on using assignment as predicate expr. (#2774)
Yong He
2023-02-20
Miscellaneous backward autodiff fixes. (#2665)
Yong He
2023-02-20
Add static for loop iteration inference. (#2659)
Yong He
2023-01-30
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2022-10-06
Add syntax for multi-level break. (#2431)
Yong He
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-05-25
Allow [mutating] methods on existential values (#2245)
Theresa Foley
2021-09-14
Bring heterogeneous-hello-world back up to date. (#1935)
David Siher
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-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-22
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-02-20
Initial support for user-defined initializer/constructor declarations (#1233)
Tim Foley
2019-11-18
Further refactoring of semantic checking (#1102)
Tim Foley
2019-10-25
Refactor semantic checking code into more files (#1097)
Tim Foley