summaryrefslogtreecommitdiffstats
path: root/source/slang/syntax.h
Commit message (Expand)AuthorAge
* bug fixes to get falcor example shader code to compile.Yong He2018-01-16
* Allow extension on interface (#369)Yong He2018-01-16
* allow extension of a concrete type to implement additional interfaceYong He2018-01-14
* Refactor substitution representation in DeclRefBase (#363)Yong He2018-01-12
* bruteforce implementation of witness table resolution for associated (#358)Yong He2018-01-09
* Support nested generic types (e.g. L<T<S>>)Yong He2017-12-27
* Cleanups to `ParameterBlock<T>` behavior. (#304)Tim Foley2017-12-08
* Fix substitution mechanism to remove special cases for global params (#297)Yong He2017-11-24
* fixup global generic parametersYong He2017-11-20
* Add support for global generic parameters (#285)Yong He2017-11-17
* Support generic interface methods (#251)Yong He2017-11-07
* Passing both assoctype-simple and assoctype-complex test cases.Yong He2017-11-04
* associatedtypes: generating almost correct HLSL, but is not calling correctly...Yong He2017-11-03
* Allow for implicit `this` expressions.Tim Foley2017-10-30
* Initial work on support code generation for generics with constraints (#233)Tim Foley2017-10-27
* IR: overhaul IR design/implementation (#195)Tim Foley2017-10-04
* First attempt at a Linux build (#193)Tim Foley2017-09-27
* Replace old notion of "intrinsic" operationsTim Foley2017-09-07
* Move implicit conversion operations to stdlibTim Foley2017-09-05
* Add an explicit `Name` typeTim Foley2017-08-14
* Data-driven parsing of modifiersTim Foley2017-08-12
* Look up declaration keywords using ordinary scoping.Tim Foley2017-08-11
* Major naming overhaul:Tim Foley2017-08-09
* Remove uses of global variablesTim Foley2017-08-07
* Handle arrays when scalarizing "resources in structs"Tim Foley2017-07-17
* Initial work on handling resources in structs during cross-compilationTim Foley2017-07-11
* Fully parse function bodies, even in "rewriter" modeTim Foley2017-07-08
* Overhaul emit logic to use visitor abstractionTim Foley2017-07-07
* Fix many warnings-as-errors issues.Tim Foley2017-07-06
* Start to support cross-compilation via "lowering" passTim Foley2017-07-06
* Add meta-definitions for AST typesTim Foley2017-06-30
* Overhaul `RefPtr` and `String`Tim Foley2017-06-29
* Store integer literals at high precision in ASTTim Foley2017-06-28
* Actually respect suffixes on numeric literals.Tim Foley2017-06-28
* Allow for re-export of an `import` declarationTim Foley2017-06-27
* Fix parsing of string literals.Tim Foley2017-06-26
* Support texture `Gather*()` operationsTim Foley2017-06-21
* Fix types for `InputPatch` and `OutputPatch`Tim Foley2017-06-20
* Bug fix: handle unchecked operator application in emit logicTim Foley2017-06-16
* Replace `DeclRef` approachTim Foley2017-06-15
* Remove more "core" code that isn't used.Tim Foley2017-06-15
* Rename `CoreLib::*` to `Slang`Tim Foley2017-06-15
* Rename `Slang::Compiler` -> `Slang`Tim Foley2017-06-15
* Add basic support for `interface` declarationsTim Foley2017-06-15
* First pass at support for cross-compilationTim Foley2017-06-13
* Initial import of code.Tim Foley2017-06-09