summaryrefslogtreecommitdiff
path: root/source/slang/slang-lookup.cpp
AgeCommit message (Expand)Author
2023-09-13Add all RayQuery SPIRV Intrinsics. (#3204)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-07-06Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska
2023-07-05Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2022-10-26Auto synthesis of Differential type (#2466)Yong He
2022-10-24Rework differentiation of member access through `[DerivativeMember(DiffType.f...Yong He
2022-10-13Fix missing implementations in ConjunctionSubtypeWitness. (#2449)Yong He
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
2022-08-10Language server pointer type support + add `DLLImport` test (#2350)Yong He
2022-08-04Implicit pointer dereference when using member operator. (#2348)Yong He
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-04-26Overloaded name lookup fix (#2199)jsmall-nvidia
2021-11-03Fix an infinite-recursion bug in type-checking (#2004)Theresa Foley
2021-07-09Make Scope non ref counted (#1904)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2020-08-27Enable simple extensions of interface types (#1521)Tim Foley
2020-08-27Clean up the way that lookup "through" a base type is encoded (#1519)Tim Foley
2020-08-21Allow calling a generic function with an existential value (dynamic dispatch)...Yong He
2020-08-14Fix an issue with explicit enum tag types (#1495)Tim Foley
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-06-30Initial work on property declarations (#1410)Tim Foley
2020-06-18Work on struct inheritance and interfacesTim 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-02Optimize creation of memberDictionary (#1305)jsmall-nvidia
2020-04-02Add basic support for namespaces (#1304)Tim Foley
2020-03-06Expand range of definitions that can be moved into stdlib (#1259)Tim Foley
2020-02-20Initial support for user-defined initializer/constructor declarations (#1233)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-18Further refactoring of semantic checking (#1102)Tim Foley
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia