summaryrefslogtreecommitdiffstats
path: root/source/slang/expr-defs.h
Commit message (Expand)AuthorAge
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* Clean up variable declaration class hierarchy (#787)Tim Foley2019-01-22
* Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley2019-01-16
* First step toward supporting use of interfaces as existential types (#716)Tim Foley2018-12-17
* Entry point attribute (#447)Tim Foley2018-03-19
* Remove support for the -no-checking flag (#392)Tim Foley2018-02-02
* All compiler fixes to get ir branch work with falcor feature demo.Yong He2018-01-17
* Support explicit `this` expressionsTim Foley2017-10-30
* Support IR-based codegen for a few more examples.Tim Foley2017-09-11
* Move implicit conversion operations to stdlibTim Foley2017-09-05
* Add an explicit `Name` typeTim Foley2017-08-14
* Major naming overhaul:Tim Foley2017-08-09
* Support scalarization of varying input/output for GLSLTim Foley2017-07-18
* Revise how hidden implicit casts are recognized.Tim Foley2017-07-08
* Fully parse function bodies, even in "rewriter" modeTim Foley2017-07-08
* Start to support cross-compilation via "lowering" passTim Foley2017-07-06
* Add meta-definitions for AST typesTim Foley2017-06-30