summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-conversion.cpp
AgeCommit message (Expand)Author
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He
2023-01-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He
2022-11-29Allow `no_diff` modifier on parameters (#2538)Yong He
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
2022-09-01Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
2022-08-03Basic pointer usages. (#2342)Yong He
2022-06-07Major language server features. (#2264)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-05-27Fix initializer lists for derived structs (#1862)T. Foley
2020-08-21Another fix for overriding property decls (#1509)Tim Foley
2020-08-17Attempt to fix lookup for members that "override" (#1501)Tim Foley
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-04First steps toward inheritance for struct types (#1366)Tim Foley
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-04-08Remove static struct members from layout and reflection (#1310)jsmall-nvidia
2020-02-06Improve checks and diagnostics around redeclarations (#1201)Tim Foley
2019-12-06Support conversion from int/uint to enum types (#1147)Tim Foley
2019-11-06BasicTypeKey improvements/fix for gcc build issue (#1110)jsmall-nvidia
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley