summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-inheritance.cpp
Commit message (Expand)AuthorAge
* Skip creating transitive witnesses for interface conformances that are inheri...aidanfnv2025-07-24
* Improve lookup performance. (#7798)Yong He2025-07-17
* Fix an issue in extension override. (#7402)Yong He2025-06-11
* Use the latest Ubuntu version not specific old version (#6825)Jay Kwak2025-04-15
* Fix member lookup in left hand side of `where` clause. (#6490)Yong He2025-02-28
* Fix circularity issue when checking multiple generic interface constraints. (...Sai Praveen Bangaru2025-01-17
* Refactor _Texture to constrain on texel types. (#6115)Yong He2025-01-17
* Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)Yong He2024-12-31
* formatEllie Hermaszewska2024-10-29
* Fix type checking on generic extensions. (#5316)Yong He2024-10-15
* Support `where` clause and type equality constraint. (#4986)Yong He2024-09-05
* Fix extension override behavior, and disallow extension on interface types. (...Yong He2024-09-04
* Support extension on generic type. (#4968)Yong He2024-08-30
* Variadic Generics Part 1: parsing and type checking. (#4833)Yong He2024-08-14
* Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV2024-06-12
* Improve compile time performance. (#3857)Yong He2024-05-29
* Diagnose cyclic references in inheritance graph. (#3811)Yong He2024-03-21
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Simplify Lookup and improve compiler performance. (#2996)Yong He2023-07-18
* Create and cache flattened inheritance lists (#2740)Theresa Foley2023-07-12