summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2017-06-28Actually respect suffixes on numeric literals.Tim Foley
2017-06-28Rename literal tokens.Tim Foley
2017-06-27Allow "dotted" import pathsTim Foley
2017-06-27Allow for re-export of an `import` declarationTim Foley
2017-06-27Emit global-scope parameters from imported files.Tim Foley
2017-06-26Fix parsing of string literals.Tim Foley
2017-06-26Check for re-import at translation-unit levelTim Foley
2017-06-26Make `#import` work with preprocessor macrosTim Foley
2017-06-26Replace "auto-import" with `#import`Tim Foley
2017-06-26Include imported code when generating reflection dataTim Foley
2017-06-21Revamp definitions of texture `Load` and `GetDimensions`Tim Foley
2017-06-21Bug fix: correct attribute on `operator~`Tim Foley
2017-06-21Emit: Add support for `while` and `do {} while` statementsTim Foley
2017-06-21Support texture `Gather*()` operationsTim Foley
2017-06-20HLSL/Slang standard library additionsTim Foley
2017-06-20Only emit each `import`ed module once.Tim Foley
2017-06-20Add a useful source location to `typedef` declarationsTim 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-20Fix types for `InputPatch` and `OutputPatch`Tim Foley
2017-06-19Merge pull request #32 from tfoleyNV/line-directivesTim Foley
2017-06-19Merge pull request #33 from tfoleyNV/preprocessor-bug-fixesTim Foley
2017-06-19Fixes for preprocessor conditionals that use macrosTim Foley
2017-06-19Bug fix for newline escaping.Tim Foley
2017-06-19Emit `#line` directives more aggressivelyTim Foley
2017-06-19Don't emit redundant `#line` directivesTim Foley
2017-06-19Make sure that semantic checks always apply to Slang filesTim Foley
2017-06-19Allow for automatic importing of Slang codeTim 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 `CoreLib::*` to `Slang`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-13Fixups for newline-escaping behavior.Tim Foley
2017-06-12Lexer: handle escaped newlinesTim Foley
2017-06-12Preprocessor: fix bug with multi-argument macros.Tim Foley
2017-06-09Build: more fixes to get `msbuild` to work from command line.Tim Foley
2017-06-09Fix: Remove some old project references.Tim Foley
2017-06-09Initial import of code.Tim Foley