summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-decl.cpp
AgeCommit message (Expand)Author
2025-07-17Improve lookup performance. (#7798)Yong He
2025-06-19Add support for on-demand AST deserialization (#7482)Theresa Foley
2025-06-17LanguageServer: Enhance auto completion for override. (#7465)Yong He
2025-06-09Mediate access to ContainerDecl members (#7242)Theresa Foley
2025-04-26Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2024-10-29formatEllie Hermaszewska
2024-02-20Support link time type specialization. (#3604)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
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2022-11-23Fix issues around dynamic generic function and autodiff. (#2528)Yong He
2022-10-26Auto synthesis of Differential type (#2466)Yong He
2022-08-24Allow `static const` interface requirements. (#2378)Yong He
2020-10-22Single pass C++ extraction (#1583)jsmall-nvidia
2020-06-03Devirtualize AST types (#1368)jsmall-nvidia