summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ast-type.cpp
Commit message (Expand)AuthorAge
...
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13
* Compiler time evaluation of all int and bool operators. (#2376)Yong He2022-08-24
* `is` and `as` operator and `Optional<T>`. (#2355)Yong He2022-08-10
* Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru2022-06-23
* Clean up void returns. (#2260)Yong He2022-06-01
* New language feature: basic error handling. (#2253)Yong He2022-06-01
* Add support for HLSL unorm/snorm (#2095)Theresa Foley2022-01-25
* Fix an infinite-recursion bug in type-checking (#2004)Theresa Foley2021-11-03
* Doc improvements (#1729)jsmall-nvidia2021-03-01
* Initial implementation of interface conjunctions (#1691)Tim Foley2021-02-05
* Remove GlobalGenericParamSubstitution (#1684)Tim Foley2021-02-02
* Single pass C++ extraction (#1583)jsmall-nvidia2020-10-22
* Allow calling a generic function with an existential value (dynamic dispatch)...Yong He2020-08-21
* ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* Devirtualize AST types (#1368)jsmall-nvidia2020-06-03