summaryrefslogtreecommitdiff
path: root/source/slang/slang-syntax.cpp
AgeCommit message (Expand)Author
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