summaryrefslogtreecommitdiffstats
path: root/source/slang/lookup.cpp
Commit message (Expand)AuthorAge
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* String/List closer to conventions, and use Index type (#959)jsmall-nvidia2019-04-29
* Feature/casting tidyup (#822)jsmall-nvidia2019-02-04
* Feature/as refactor review (#821)jsmall-nvidia2019-02-02
* Feature/as refactor (#817)jsmall-nvidia2019-01-31
* Running tests in slang-test process (#740)jsmall-nvidia2018-12-12
* Add basic support for [mutating] methods (#667)Tim Foley2018-10-11
* Introduce an IR-level type system (#481)Tim Foley2018-04-11
* Overhaul implementation of [attributes] (#443)Tim Foley2018-03-16
* bug fixes to get falcor example shader code to compile.Yong He2018-01-16
* Allow extension on interface (#369)Yong He2018-01-16
* Support transitive interfacesYong He2018-01-15
* Fixup field lookup from a member function defined in an extensionYong He2018-01-14
* Support nested genericsYong He2018-01-12
* bruteforce implementation of witness table resolution for associated (#358)Yong He2018-01-09
* Add support for global generic parameters (#285)Yong He2017-11-17
* Passing both assoctype-simple and assoctype-complex test cases.Yong He2017-11-04
* in-progress workYong He2017-11-03
* work inprogressYONGH\yongh2017-11-02
* Allow for implicit `this` expressions.Tim Foley2017-10-30
* Initial work on support code generation for generics with constraints (#233)Tim Foley2017-10-27
* Bug fixing (#207)Tim Foley2017-10-11
* Add an explicit `Name` typeTim Foley2017-08-14
* Rename `Name` fields to `name`Tim Foley2017-08-14
* Major naming overhaul:Tim Foley2017-08-09
* Remove uses of global variablesTim Foley2017-08-07
* Support texture `Gather*()` operationsTim Foley2017-06-21
* Replace `DeclRef` approachTim Foley2017-06-15
* Rename `Slang::Compiler` -> `Slang`Tim Foley2017-06-15
* Initial import of code.Tim Foley2017-06-09