index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-check-constraint.cpp
Age
Commit message (
Expand
)
Author
2024-10-29
format
Ellie Hermaszewska
2024-09-10
Fix inccorect dropping of declref during Unification of DeclaredSubtypeWitnes...
Yong He
2024-09-05
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-09-04
Fix extension override behavior, and disallow extension on interface types. (...
Yong He
2024-08-30
Support extension on generic type. (#4968)
Yong He
2024-08-20
Support dependent generic constraints. (#4870)
Yong He
2024-08-14
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-07-31
Allow generic type deduction from ParameterBlock arguments. (#4766)
Yong He
2024-06-12
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-03-28
Fix type union logic in generic type inference. (#3852)
Yong He
2023-11-29
Improve generic type argument inference. (#3370)
Yong He
2023-10-25
Add `IArray`. (#3281)
Yong He
2023-09-07
Incur l-value conversion cost during overload resolution. (#3195)
Yong He
2023-08-23
Retain int casts when unifying generic params (#3145)
Ellie Hermaszewska
2023-08-15
Fix bug with overload resolution under nested generics (#3107)
Sai Praveen Bangaru
2023-08-09
Support implciit casted swizzled lvalue. (#3077)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-18
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-12
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-05
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-06-02
Fix generic param inference through TypeCastIntVal. (#2916)
Yong He
2023-05-30
Fix type checking & loop value hoisting (#2907)
Yong He
2023-05-11
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-07
Diagnose on attempt to specialize with interface type. (#2780)
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2021-02-05
Initial implementation of interface conjunctions (#1691)
Tim Foley
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-04
First steps toward inheritance for struct types (#1366)
Tim Foley
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-22
Tidy up around AST nodes (#1353)
jsmall-nvidia
2019-10-25
Refactor semantic checking code into more files (#1097)
Tim Foley