summaryrefslogtreecommitdiff
path: root/source/slang/slang-lookup.h
AgeCommit message (Expand)Author
2025-01-17Fix cyclic lookups with UnscopedEnums (#6110)Julius Ikkala
2024-10-29formatEllie Hermaszewska
2024-03-27Fix lookup to prevent finding `typedef` itself. (#3848)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-06Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska
2022-10-26Auto synthesis of Differential type (#2466)Yong He
2021-07-09Make Scope non ref counted (#1904)jsmall-nvidia
2020-06-18Work on struct inheritance and interfacesTim Foley
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)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-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