summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-type.cpp
AgeCommit message (Expand)Author
2022-10-13Add getVersionString() to IDownstreamCompiler (#2446)lucy96chen
2022-09-20Support partial inference of generic arguments (#2404)Theresa Foley
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
2022-08-24Compiler time evaluation of all int and bool operators. (#2376)Yong He
2022-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
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-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
2021-02-02Remove GlobalGenericParamSubstitution (#1684)Tim Foley
2020-10-22Single pass C++ extraction (#1583)jsmall-nvidia
2020-08-21Allow calling a generic function with an existential value (dynamic dispatch)...Yong He
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-03Devirtualize AST types (#1368)jsmall-nvidia