summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-expr.h
AgeCommit message (Expand)Author
2022-10-24Rework differentiation of member access through `[DerivativeMember(DiffType.f...Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-09-20Fix regression in check-overload. (#2407)Yong He
2022-09-20Support partial inference of generic arguments (#2404)Theresa Foley
2022-09-05Multi parameter `__subscript` (#2392)Yong He
2022-08-12Fix logic of `is` operator. (#2359)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-03Basic pointer usages. (#2342)Yong He
2022-07-12Support `class` types. (#2321)Yong He
2022-06-25Added basic auto-diff capabilities for local load/store and simple arithmetic...Sai Praveen Bangaru
2022-06-23Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru
2022-06-07Major language server features. (#2264)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-04-12Support `[DllImport]` (#2181)Yong He
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2021-07-09Make Scope non ref counted (#1904)jsmall-nvidia
2021-05-06Fix for uninitialized field (#1838)Tim Foley
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2020-10-20Small improvement in AST serialization (#1582)jsmall-nvidia
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-04First steps toward inheritance for struct types (#1366)Tim Foley
2020-06-02Working matrix swizzle (#1354)Dietrich Geisler
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