summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-impl.h
AgeCommit message (Expand)Author
2021-09-02Two small fixes. (#1928)Theresa Foley
2021-04-05Fix a bug in the "operator cache" (#1784)Tim Foley
2021-03-10A bunch of overlapping semantic-checking fixes (#1743)Tim Foley
2021-03-01Doc improvements (#1729)jsmall-nvidia
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2020-08-28Avoid nondeterministic ordering of output (#1522)Tim Foley
2020-08-21Another fix for overriding property decls (#1509)Tim Foley
2020-08-17Attempt to fix lookup for members that "override" (#1501)Tim Foley
2020-08-13Support property declarations in interfaces (#1494)Tim Foley
2020-08-12GPU Foreach Parsing and Checking (#1482)Dietrich Geisler
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-06-18Work on struct inheritance and interfacesTim Foley
2020-06-12Diagnose circularly-defined constants (#1384)Tim Foley
2020-06-08Small fixes/improvements based on review. (#1379)jsmall-nvidia
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-04First steps toward inheritance for struct types (#1366)Tim Foley
2020-06-02Working matrix swizzle (#1354)Dietrich Geisler
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-04-21Diagnose attempts to call instance methods from static methods (#1330)Tim Foley
2020-03-16Define compound intrinsic ops in the standard library (#1273)Tim Foley
2020-03-06Expand range of definitions that can be moved into stdlib (#1259)Tim Foley
2020-02-25Fix a crash when a generic value argument isn't constant (#1241)Tim Foley
2020-02-21Add surface syntax for "this type" (#1236)Tim Foley
2020-02-20Initial support for user-defined initializer/constructor declarations (#1233)Tim Foley
2020-02-06Improve checks and diagnostics around redeclarations (#1201)Tim Foley
2020-02-05Improve behavior when undefined identifier is a contextual keyword (#1200)Tim Foley
2019-12-06Support conversion from int/uint to enum types (#1147)Tim Foley
2019-11-22Clean up the concept of "pseudo ops" (#1136)Tim Foley
2019-11-18Further refactoring of semantic checking (#1102)Tim Foley
2019-11-06BasicTypeKey improvements/fix for gcc build issue (#1110)jsmall-nvidia
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley