summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-support-types.h
AgeCommit message (Expand)Author
2021-07-09Make Scope non ref counted (#1904)jsmall-nvidia
2021-05-27Fix initializer lists for derived structs (#1862)T. Foley
2021-05-15Support for HW format conversions for RWTexture on CUDA (#1840)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-10A bunch of overlapping semantic-checking fixes (#1743)Tim Foley
2021-03-05Doc tooling improvements (#1734)jsmall-nvidia
2021-03-01Doc improvements (#1729)jsmall-nvidia
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-10-26Value type serialization via C++ Extractor (#1588)jsmall-nvidia
2020-10-22Single pass C++ extraction (#1583)jsmall-nvidia
2020-10-06Use Reflection for (Serial)RefObject Serialization (#1567)jsmall-nvidia
2020-09-30Generalizing Serialization (#1563)jsmall-nvidia
2020-08-28Avoid nondeterministic ordering of output (#1522)Tim Foley
2020-08-27Clean up the way that lookup "through" a base type is encoded (#1519)Tim Foley
2020-08-25Export witness table and RTTI objects in compiled libraries. (#1514)Yong He
2020-08-13Support property declarations in interfaces (#1494)Tim Foley
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-06-30Initial work on property declarations (#1410)Tim Foley
2020-06-25AST Serialize Reading (#1409)jsmall-nvidia
2020-06-24AST Serialization writing (#1407)jsmall-nvidia
2020-06-18Work on struct inheritance and interfacesTim Foley
2020-06-15Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...Yong He
2020-06-08Small fixes/improvements based on review. (#1379)jsmall-nvidia
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-05-29NodeBase types constructed with astNodeType member set (#1363)jsmall-nvidia
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-05-21Non virtual accept implementation on AST types (#1351)jsmall-nvidia
2020-05-08AST nodes using C++ Extractor (#1341)jsmall-nvidia