summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-builder.h
AgeCommit message (Expand)Author
2022-10-12Shader caching (#2432)lucy96chen
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
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-01Clean up void returns. (#2260)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-06-11Properly fill `declref` in `Linkage::getContainerType`. (#1882)Yong He
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2020-09-04Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He
2020-06-25AST Serialize Reading (#1409)jsmall-nvidia
2020-06-08Small fixes/improvements based on review. (#1379)jsmall-nvidia
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-05-29NodeBase types constructed with astNodeType member set (#1363)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia