summaryrefslogtreecommitdiff
path: root/source/slang/syntax.h
AgeCommit message (Expand)Author
2018-10-25Feature/premake linux (#689)jsmall-nvidia
2018-10-11Add basic support for [mutating] methods (#667)Tim Foley
2018-09-20Improve support for non-32-bit types. (#643)Tim Foley
2018-05-02Speedup type checking using cached overload resolution results.Yong He
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-03-16Overhaul implementation of [attributes] (#443)Tim Foley
2018-03-01IR: "everything is an instruction" (#432)Tim Foley
2018-02-23Refactor IR type system, step 0Yong He
2018-01-16bug fixes to get falcor example shader code to compile.Yong He
2018-01-16Allow extension on interface (#369)Yong He
2018-01-14allow extension of a concrete type to implement additional interfaceYong He
2018-01-12Refactor substitution representation in DeclRefBase (#363)Yong He
2018-01-09bruteforce implementation of witness table resolution for associated (#358)Yong He
2017-12-27Support nested generic types (e.g. L<T<S>>)Yong He
2017-12-08Cleanups to `ParameterBlock<T>` behavior. (#304)Tim Foley
2017-11-24Fix substitution mechanism to remove special cases for global params (#297)Yong He
2017-11-20fixup global generic parametersYong He
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-07Support generic interface methods (#251)Yong He
2017-11-04Passing both assoctype-simple and assoctype-complex test cases.Yong He
2017-11-03associatedtypes: generating almost correct HLSL, but is not calling correctly...Yong He
2017-10-30Allow for implicit `this` expressions.Tim Foley
2017-10-27Initial work on support code generation for generics with constraints (#233)Tim Foley
2017-10-04IR: overhaul IR design/implementation (#195)Tim Foley
2017-09-27First attempt at a Linux build (#193)Tim Foley
2017-09-07Replace old notion of "intrinsic" operationsTim Foley
2017-09-05Move implicit conversion operations to stdlibTim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-12Data-driven parsing of modifiersTim Foley
2017-08-11Look up declaration keywords using ordinary scoping.Tim Foley
2017-08-09Major naming overhaul:Tim Foley
2017-08-07Remove uses of global variablesTim Foley
2017-07-17Handle arrays when scalarizing "resources in structs"Tim Foley
2017-07-11Initial work on handling resources in structs during cross-compilationTim Foley
2017-07-08Fully parse function bodies, even in "rewriter" modeTim Foley
2017-07-07Overhaul emit logic to use visitor abstractionTim Foley
2017-07-06Fix many warnings-as-errors issues.Tim Foley
2017-07-06Start to support cross-compilation via "lowering" passTim Foley
2017-06-30Add meta-definitions for AST typesTim Foley
2017-06-29Overhaul `RefPtr` and `String`Tim Foley
2017-06-28Store integer literals at high precision in ASTTim Foley
2017-06-28Actually respect suffixes on numeric literals.Tim Foley
2017-06-27Allow for re-export of an `import` declarationTim Foley
2017-06-26Fix parsing of string literals.Tim Foley
2017-06-21Support texture `Gather*()` operationsTim Foley
2017-06-20Fix types for `InputPatch` and `OutputPatch`Tim 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