summaryrefslogtreecommitdiff
path: root/source/slang/check.cpp
AgeCommit message (Expand)Author
2017-06-28Actually respect suffixes on numeric literals.Tim Foley
2017-06-27Allow for re-export of an `import` declarationTim Foley
2017-06-26Check for re-import at translation-unit levelTim Foley
2017-06-21Support texture `Gather*()` operationsTim Foley
2017-06-20Check `import` decls before all others.Tim Foley
2017-06-20Overhaul handling of entry points and translation units.Tim Foley
2017-06-19Make sure that semantic checks always apply to Slang filesTim Foley
2017-06-16Bug fix: handle unchecked operator application in emit logicTim Foley
2017-06-15Replace `DeclRef` approachTim Foley
2017-06-15Remove more "core" code that isn't used.Tim Foley
2017-06-15Rename `Slang::Compiler` -> `Slang`Tim Foley
2017-06-15Add basic support for `interface` declarationsTim Foley
2017-06-13First pass at support for cross-compilationTim Foley
2017-06-09Initial import of code.Tim Foley