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
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