summaryrefslogtreecommitdiff
path: root/tools/render-test/test.txt
AgeCommit message (Collapse)Author
2018-01-12Support nested genericsYong He
fixes #362
2018-01-09bruteforce implementation of witness table resolution for associated (#358)Yong He
2018-01-04Bug fixes for Slang integration (#356)Yong He
* fix #353 * move validateEntryPoint to after all entrypoints has been checked * bug fix: DeclRefType::SubstituteImpl should change ioDiff * bug fix: generic resource usage should have count of 1 instead of 0. * update test case