index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-lookup.cpp
Commit message (
Expand
)
Author
Age
*
Fix an infinite-recursion bug in type-checking (#2004)
Theresa Foley
2021-11-03
*
Make Scope non ref counted (#1904)
jsmall-nvidia
2021-07-09
*
Added compiler-core project (#1775)
jsmall-nvidia
2021-04-01
*
Initial implementation of interface conjunctions (#1691)
Tim Foley
2021-02-05
*
Enable simple extensions of interface types (#1521)
Tim Foley
2020-08-27
*
Clean up the way that lookup "through" a base type is encoded (#1519)
Tim Foley
2020-08-27
*
Allow calling a generic function with an existential value (dynamic dispatch)...
Yong He
2020-08-21
*
Fix an issue with explicit enum tag types (#1495)
Tim Foley
2020-08-14
*
Fix the way extension declarations are cached for lookup (#1450)
Tim Foley
2020-07-23
*
Initial work on property declarations (#1410)
Tim Foley
2020-06-30
*
Work on struct inheritance and interfaces
Tim Foley
2020-06-18
*
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-05
*
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-29
*
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-28
*
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-26
*
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-05-22
*
Diagnose attempts to call instance methods from static methods (#1330)
Tim Foley
2020-04-21
*
Optimize creation of memberDictionary (#1305)
jsmall-nvidia
2020-04-02
*
Add basic support for namespaces (#1304)
Tim Foley
2020-04-02
*
Expand range of definitions that can be moved into stdlib (#1259)
Tim Foley
2020-03-06
*
Initial support for user-defined initializer/constructor declarations (#1233)
Tim Foley
2020-02-20
*
Improve behavior when undefined identifier is a contextual keyword (#1200)
Tim Foley
2020-02-05
*
Support conversion from int/uint to enum types (#1147)
Tim Foley
2019-12-06
*
Further refactoring of semantic checking (#1102)
Tim Foley
2019-11-18
*
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-05-31