summaryrefslogtreecommitdiff
path: root/source/slang/slang-syntax.cpp
AgeCommit message (Expand)Author
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-03Devirtualize AST types (#1368)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
2020-05-07Enhanced C++ extractor (#1340)jsmall-nvidia
2020-04-08Remove static struct members from layout and reflection (#1310)jsmall-nvidia
2020-04-02Add basic support for namespaces (#1304)Tim Foley
2020-03-06Expand range of definitions that can be moved into stdlib (#1259)Tim Foley
2020-02-28Constant time dynamic cast (#1250)jsmall-nvidia
2020-02-25Fix a crash when a generic value argument isn't constant (#1241)Tim Foley
2020-02-06Literal handling improvements (#1202)jsmall-nvidia
2019-12-06Support conversion from int/uint to enum types (#1147)Tim Foley
2019-12-06Add a custom RTTI implementation for the AST (#1148)Tim Foley
2019-11-18Further refactoring of semantic checking (#1102)Tim Foley
2019-08-08Revise new COM-lite API (#1007)Tim Foley
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia