summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-conformance.cpp
AgeCommit message (Expand)Author
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-07-05Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-01-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He
2022-12-01Allow `no_diff` on `this` parameter. (#2543)Yong He
2022-11-30Support `no_diff` on existential typed params. (#2540)Yong He
2022-11-07Small cleanups on forward differentiation. (#2498)Yong He
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-26Adding a differentiable standard library (#2465)Sai Praveen Bangaru
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-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
2021-11-03Fix an infinite-recursion bug in type-checking (#2004)Theresa Foley
2021-05-26Fix a bug for enumerations with explicit "tag type" (#1856)T. Foley
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2020-09-04Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He
2020-08-27Clean up the way that lookup "through" a base type is encoded (#1519)Tim Foley
2020-08-21Allow calling a generic function with an existential value (dynamic dispatch)...Yong He
2020-07-23Fix the way extension declarations are cached for lookup (#1450)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
2019-11-18Further refactoring of semantic checking (#1102)Tim Foley
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley