summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ast-builder.cpp
Commit message (Expand)AuthorAge
* Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He2023-01-30
* Allow `no_diff` on `this` parameter. (#2543)Yong He2022-12-01
* Allow `no_diff` modifier on parameters (#2538)Yong He2022-11-29
* Complete removal of DifferentialBottom type. (#2537)Yong He2022-11-29
* Mesh shader support (#2464)Ellie Hermaszewska2022-11-16
* Higher order differentiation. (#2487)Yong He2022-11-04
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru2022-10-20
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13
* Add `none` literal that is convertible to `Optional`. (#2356)Yong He2022-08-10
* `is` and `as` operator and `Optional<T>`. (#2355)Yong He2022-08-10
* Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru2022-08-05
* Clean up void returns. (#2260)Yong He2022-06-01
* Added NativeStringType (#2252)jsmall-nvidia2022-05-27
* Support `[DllImport]` (#2181)Yong He2022-04-12
* Add support for HLSL unorm/snorm (#2095)Theresa Foley2022-01-25
* Properly fill `declref` in `Linkage::getContainerType`. (#1882)Yong He2021-06-11
* Initial implementation of interface conjunctions (#1691)Tim Foley2021-02-05
* Standard library save/loadable (#1592)jsmall-nvidia2020-11-05
* Generalizing Serialization (#1563)jsmall-nvidia2020-09-30
* Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He2020-09-04
* AST Serialize Reading (#1409)jsmall-nvidia2020-06-25
* Small fixes/improvements based on review. (#1379)jsmall-nvidia2020-06-08
* ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* Add a ASTBuilder to a Module (#1369)jsmall-nvidia2020-06-04
* NodeBase types constructed with astNodeType member set (#1363)jsmall-nvidia2020-05-29
* WIP: ASTBuilder (#1358)jsmall-nvidia2020-05-28