summaryrefslogtreecommitdiffstats
path: root/source/slang/decl-defs.h
Commit message (Expand)AuthorAge
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* Split front- and back-ends (#846)Tim Foley2019-02-15
* Allow entry points to have explicit generic parameters (#826)Tim Foley2019-02-05
* Support "modern" declaration syntax as an option (#792)Tim Foley2019-01-24
* Clean up variable declaration class hierarchy (#787)Tim Foley2019-01-22
* Initial support for enum declarations (#599)Tim Foley2018-06-12
* Introduce an IR-level type system (#481)Tim Foley2018-04-11
* Overhaul implementation of [attributes] (#443)Tim Foley2018-03-16
* Allow arbitrary type string as type argument in spAddEntryPointEx.Yong He2018-01-19
* bruteforce implementation of witness table resolution for associated (#358)Yong He2018-01-09
* IR: fixes for subscript accessors (#322)Tim Foley2017-12-20
* Add support for global generic parameters (#285)Yong He2017-11-17
* in-progress workYong He2017-11-03
* work in-progress: type checking associated typesYong He2017-10-31
* work in-progress, add parsing for assoc type decls and member type expressionsYONGH\yongh2017-10-30
* Initial work on support code generation for generics with constraints (#233)Tim Foley2017-10-27
* Work towards target-specific function overloads (#210)Tim Foley2017-10-12
* Add an explicit `Name` typeTim Foley2017-08-14
* Rename `Name` fields to `name`Tim 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
* Add meta-definitions for AST typesTim Foley2017-06-30