summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-overload.cpp
AgeCommit message (Expand)Author
2022-09-20Fix regression in check-overload. (#2407)Yong He
2022-09-20Support partial inference of generic arguments (#2404)Theresa Foley
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-08-16Add gfx interface definition in Slang. (#2364)Yong He
2022-08-04Implicit pointer dereference when using member operator. (#2348)Yong He
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-07-12Support `class` types. (#2321)Yong He
2022-06-23Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru
2022-06-07Major language server features. (#2264)Yong He
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2021-03-10A bunch of overlapping semantic-checking fixes (#1743)Tim Foley
2021-03-01Doc improvements (#1729)jsmall-nvidia
2020-08-27Clean up the way that lookup "through" a base type is encoded (#1519)Tim Foley
2020-08-21Another fix for overriding property decls (#1509)Tim Foley
2020-08-21Allow calling a generic function with an existential value (dynamic dispatch)...Yong He
2020-08-17Attempt to fix lookup for members that "override" (#1501)Tim Foley
2020-07-24Fix bugs related to mutating implementations of interface methods (#1461)Tim Foley
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
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-04-10Fix crashing bug when using overloaded name as generic arg (#1315)Tim Foley
2020-04-08Remove static struct members from layout and reflection (#1310)jsmall-nvidia
2020-03-24Fix some bad behavior around static methods (#1289)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-11Small improvements around List (#1216)jsmall-nvidia
2019-12-06Support conversion from int/uint to enum types (#1147)Tim Foley
2019-11-18Further refactoring of semantic checking (#1102)Tim Foley
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley