summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-print.cpp
AgeCommit message (Expand)Author
2023-11-28Misc language server fixes. (#3357)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-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-07-05Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He
2023-04-27Embed stdlib documentation to AST. (#2851)Yong He
2023-04-26Intellisense: show info on decl kind and differentiability. (#2847)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2022-11-16Clean up type checking of higher order expressions. (#2519)Yong He
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
2022-06-07Code review fixes for language server. (#2265)Yong He
2022-06-07Major language server features. (#2264)Yong He
2021-03-11stdlib documentation (#1745)jsmall-nvidia
2021-03-01Doc improvements (#1729)jsmall-nvidia