summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-constraint.cpp
Commit message (Expand)AuthorAge
* formatEllie Hermaszewska2024-10-29
* Fix inccorect dropping of declref during Unification of DeclaredSubtypeWitnes...Yong He2024-09-10
* 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
* Support dependent generic constraints. (#4870)Yong He2024-08-20
* Variadic Generics Part 1: parsing and type checking. (#4833)Yong He2024-08-14
* Allow generic type deduction from ParameterBlock arguments. (#4766)Yong He2024-07-31
* Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV2024-06-12
* Fix type union logic in generic type inference. (#3852)Yong He2024-03-28
* Improve generic type argument inference. (#3370)Yong He2023-11-29
* Add `IArray`. (#3281)Yong He2023-10-25
* Incur l-value conversion cost during overload resolution. (#3195)Yong He2023-09-07
* Retain int casts when unifying generic params (#3145)Ellie Hermaszewska2023-08-23
* Fix bug with overload resolution under nested generics (#3107)Sai Praveen Bangaru2023-08-15
* Support implciit casted swizzled lvalue. (#3077)Yong He2023-08-09
* 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
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He2023-07-05
* Fix generic param inference through TypeCastIntVal. (#2916)Yong He2023-06-02
* Fix type checking & loop value hoisting (#2907)Yong He2023-05-30
* MVP for higher order functions (#2849)Ellie Hermaszewska2023-05-11
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Diagnose on attempt to specialize with interface type. (#2780)Yong He2023-04-07
* Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru2022-10-20
* Support partial inference of generic arguments (#2404)Theresa Foley2022-09-20
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13
* Initial implementation of interface conjunctions (#1691)Tim Foley2021-02-05
* ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* First steps toward inheritance for struct types (#1366)Tim Foley2020-06-04
* Feature/ast syntax standard (#1360)jsmall-nvidia2020-05-29
* WIP: ASTBuilder (#1358)jsmall-nvidia2020-05-28
* Tidy up around AST nodes (#1353)jsmall-nvidia2020-05-22
* Refactor semantic checking code into more files (#1097)Tim Foley2019-10-25