summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-expr.cpp
Commit message (Expand)AuthorAge
* A bunch of overlapping semantic-checking fixes (#1743)Tim Foley2021-03-10
* Doc improvements (#1729)jsmall-nvidia2021-03-01
* Initial implementation of interface conjunctions (#1691)Tim Foley2021-02-05
* Fix constant folding in attributes (#1610)Yong He2020-11-19
* Clean up the way that lookup "through" a base type is encoded (#1519)Tim Foley2020-08-27
* Another fix for overriding property decls (#1509)Tim Foley2020-08-21
* Allow calling a generic function with an existential value (dynamic dispatch)...Yong He2020-08-21
* Attempt to fix lookup for members that "override" (#1501)Tim Foley2020-08-17
* Support property declarations in interfaces (#1494)Tim Foley2020-08-13
* Initial work on property declarations (#1410)Tim Foley2020-06-30
* Diagnose circularly-defined constants (#1384)Tim Foley2020-06-12
* Small fixes/improvements based on review. (#1379)jsmall-nvidia2020-06-08
* Filter lookup results from interfaces in `visitMemberExpr`.Yong He2020-06-05
* ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* First steps toward inheritance for struct types (#1366)Tim Foley2020-06-04
* Working matrix swizzle (#1354)Dietrich Geisler2020-06-02
* Feature/ast syntax standard (#1360)jsmall-nvidia2020-05-29
* WIP: ASTBuilder (#1358)jsmall-nvidia2020-05-28
* Tidy up around AST nodes (#1353)jsmall-nvidia2020-05-22
* Diagnose attempts to call instance methods from static methods (#1330)Tim Foley2020-04-21
* Add basic support for namespaces (#1304)Tim Foley2020-04-02
* Define compound intrinsic ops in the standard library (#1273)Tim Foley2020-03-16
* Fix a crash when a generic value argument isn't constant (#1241)Tim Foley2020-02-25
* Add surface syntax for "this type" (#1236)Tim Foley2020-02-21
* 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
* Further refactoring of semantic checking (#1102)Tim Foley2019-11-18
* Refactor semantic checking code into more files (#1097)Tim Foley2019-10-25