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-conformance.cpp
Age
Commit message (
Expand
)
Author
2021-11-03
Fix an infinite-recursion bug in type-checking (#2004)
Theresa Foley
2021-05-26
Fix a bug for enumerations with explicit "tag type" (#1856)
T. Foley
2021-02-05
Initial implementation of interface conjunctions (#1691)
Tim Foley
2020-09-04
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-08-27
Clean up the way that lookup "through" a base type is encoded (#1519)
Tim Foley
2020-08-21
Allow calling a generic function with an existential value (dynamic dispatch)...
Yong He
2020-07-23
Fix the way extension declarations are cached for lookup (#1450)
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-11-18
Further refactoring of semantic checking (#1102)
Tim Foley
2019-10-25
Refactor semantic checking code into more files (#1097)
Tim Foley