summaryrefslogtreecommitdiffstats
path: root/source/slang/syntax.h
Commit message (Expand)AuthorAge
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* Changes required for application adoption of interface-type parameters (#963)Tim Foley2019-05-20
* String/List closer to conventions, and use Index type (#959)jsmall-nvidia2019-04-29
* Add better control over image formats for GLSL/SPIR-V targets (#939)Tim Foley2019-04-08
* Move enumeration of shader parameters to Program/EntryPoint (#870)Tim Foley2019-03-01
* Split front- and back-ends (#846)Tim Foley2019-02-15
* Hotfix/remove null this work around (#831)jsmall-nvidia2019-02-07
* Allow entry points to have explicit generic parameters (#826)Tim Foley2019-02-05
* Feature/casting tidyup (#822)jsmall-nvidia2019-02-04
* Feature/as refactor review (#821)jsmall-nvidia2019-02-02
* Feature/as refactor (#817)jsmall-nvidia2019-01-31
* Add support for user defined attributes.Yong He2019-01-29
* Support "modern" declaration syntax as an option (#792)Tim Foley2019-01-24
* Clean up variable declaration class hierarchy (#787)Tim Foley2019-01-22
* Specialize away resource-type function parameters (#759)Tim Foley2018-12-17
* Running tests in slang-test process (#740)jsmall-nvidia2018-12-12
* Feature/premake linux (#689)jsmall-nvidia2018-10-25
* Add basic support for [mutating] methods (#667)Tim Foley2018-10-11
* Improve support for non-32-bit types. (#643)Tim Foley2018-09-20
* Speedup type checking using cached overload resolution results.Yong He2018-05-02
* Introduce an IR-level type system (#481)Tim Foley2018-04-11
* Overhaul implementation of [attributes] (#443)Tim Foley2018-03-16
* IR: "everything is an instruction" (#432)Tim Foley2018-03-01
* Refactor IR type system, step 0Yong He2018-02-23
* 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