summaryrefslogtreecommitdiff
path: root/source/slang/lookup.cpp
AgeCommit message (Expand)Author
2018-01-16bug fixes to get falcor example shader code to compile.Yong He
2018-01-16Allow extension on interface (#369)Yong He
2018-01-15Support transitive interfacesYong He
2018-01-14Fixup field lookup from a member function defined in an extensionYong He
2018-01-12Support nested genericsYong He
2018-01-09bruteforce implementation of witness table resolution for associated (#358)Yong He
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-04Passing both assoctype-simple and assoctype-complex test cases.Yong He
2017-11-03in-progress workYong He
2017-11-02work inprogressYONGH\yongh
2017-10-30Allow for implicit `this` expressions.Tim Foley
2017-10-27Initial work on support code generation for generics with constraints (#233)Tim Foley
2017-10-11Bug fixing (#207)Tim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-14Rename `Name` fields to `name`Tim Foley
2017-08-09Major naming overhaul:Tim Foley
2017-08-07Remove uses of global variablesTim Foley
2017-06-21Support texture `Gather*()` operationsTim Foley
2017-06-15Replace `DeclRef` approachTim Foley
2017-06-15Rename `Slang::Compiler` -> `Slang`Tim Foley
2017-06-09Initial import of code.Tim Foley