summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-inheritance.cpp
AgeCommit message (Expand)Author
2024-10-15Fix type checking on generic extensions. (#5316)Yong He
2024-09-05Support `where` clause and type equality constraint. (#4986)Yong He
2024-09-04Fix extension override behavior, and disallow extension on interface types. (...Yong He
2024-08-30Support extension on generic type. (#4968)Yong He
2024-08-14Variadic Generics Part 1: parsing and type checking. (#4833)Yong He
2024-06-12Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV
2024-05-29Improve compile time performance. (#3857)Yong He
2024-03-21Diagnose cyclic references in inheritance graph. (#3811)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley