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-builder.cpp
Age
Commit message (
Expand
)
Author
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-08-10
Add `none` literal that is convertible to `Optional`. (#2356)
Yong He
2022-08-10
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-08-05
Added a new differential type system and various improvements (#2343)
Sai Praveen Bangaru
2022-06-01
Clean up void returns. (#2260)
Yong He
2022-05-27
Added NativeStringType (#2252)
jsmall-nvidia
2022-04-12
Support `[DllImport]` (#2181)
Yong He
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2021-06-11
Properly fill `declref` in `Linkage::getContainerType`. (#1882)
Yong He
2021-02-05
Initial implementation of interface conjunctions (#1691)
Tim Foley
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-09-30
Generalizing Serialization (#1563)
jsmall-nvidia
2020-09-04
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-06-25
AST Serialize Reading (#1409)
jsmall-nvidia
2020-06-08
Small fixes/improvements based on review. (#1379)
jsmall-nvidia
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-04
Add a ASTBuilder to a Module (#1369)
jsmall-nvidia
2020-05-29
NodeBase types constructed with astNodeType member set (#1363)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
jsmall-nvidia