summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-decl.cpp
Commit message (Expand)AuthorAge
* Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...Yong He2020-06-15
* Diagnose circularly-defined constants (#1384)Tim Foley2020-06-12
* ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* First steps toward inheritance for struct types (#1366)Tim Foley2020-06-04
* Feature/ast syntax standard (#1360)jsmall-nvidia2020-05-29
* WIP: ASTBuilder (#1358)jsmall-nvidia2020-05-28
* Improvements around hashing (#1355)jsmall-nvidia2020-05-26
* Tidy up around AST nodes (#1353)jsmall-nvidia2020-05-22
* Diagnose attempts to call instance methods from static methods (#1330)Tim Foley2020-04-21
* Fix for a generic definition, followed by a declaration with target intrisic ...jsmall-nvidia2020-04-21
* Fix front-end handling of generic static methods (#1319)Tim Foley2020-04-14
* Remove static struct members from layout and reflection (#1310)jsmall-nvidia2020-04-08
* Add basic support for namespaces (#1304)Tim Foley2020-04-02
* Expand range of definitions that can be moved into stdlib (#1259)Tim Foley2020-03-06
* Initial support for explicit default initializers (#1235)Tim Foley2020-02-21
* Initial support for user-defined initializer/constructor declarations (#1233)Tim Foley2020-02-20
* Small improvements around List (#1216)jsmall-nvidia2020-02-11
* Literal handling improvements (#1202)jsmall-nvidia2020-02-06
* Improve checks and diagnostics around redeclarations (#1201)Tim Foley2020-02-06
* Improve behavior when undefined identifier is a contextual keyword (#1200)Tim Foley2020-02-05
* Support conversion from int/uint to enum types (#1147)Tim Foley2019-12-06
* Initial work for "global generic value parameters" (#1127)Tim Foley2019-11-19
* Further refactoring of semantic checking (#1102)Tim Foley2019-11-18
* Refactor semantic checking code into more files (#1097)Tim Foley2019-10-25