summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-type.h
AgeCommit message (Expand)Author
2022-08-10Add `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-05Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru
2022-06-23Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru
2022-06-01Clean up void returns. (#2260)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-05-27Added NativeStringType (#2252)jsmall-nvidia
2022-04-12Support `[DllImport]` (#2181)Yong He
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2021-11-03Fix an infinite-recursion bug in type-checking (#2004)Theresa Foley
2021-03-01Doc improvements (#1729)jsmall-nvidia
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2020-10-20Small improvement in AST serialization (#1582)jsmall-nvidia
2020-09-04Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He
2020-08-21Allow calling a generic function with an existential value (dynamic dispatch)...Yong He
2020-08-03First pass support for Sampler Feedback (#1470)jsmall-nvidia
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-03Devirtualize AST types (#1368)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-14Change to make a single implementation of SLANG_ABSTRACT_CLASS and SLANG_CLAS...jsmall-nvidia
2020-05-08AST nodes using C++ Extractor (#1341)jsmall-nvidia