summaryrefslogtreecommitdiff
path: root/source/slang/slang-language-server.cpp
AgeCommit message (Expand)Author
2024-02-02Capability type checking. (#3530)Yong He
2024-01-26Fix LSP compatibility issues with Visual Studio. (#3520)Yong He
2024-01-23[LSP] Handle "NotificationReceived" call. (#3481)Yong He
2024-01-22[LSP] Fetch configs directly from didConfigurationChanged message. (#3478)Yong He
2024-01-22Fix language server for VS. (#3473)Yong He
2023-12-05Support `include` for pulling file into the current module. (#3377)Yong He
2023-11-28Misc language server fixes. (#3357)Yong He
2023-11-17warnings (#3335)Ellie Hermaszewska
2023-11-06Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He
2023-11-01Parameter binding and gfx fixes. (#3302)Yong He
2023-10-06Small type system fixes. (#3265)Yong He
2023-10-05Add intellisense support for spirv_asm blocks. (#3264)Yong He
2023-09-13Add all RayQuery SPIRV Intrinsics. (#3204)Yong He
2023-09-08Fix attribute highlighting + language server crash. (#3198)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)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
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-03-16Preliminary SourceMap support (#2701)jsmall-nvidia
2022-11-16Language server improvements for auto-diff. (#2521)Yong He
2022-11-16Clean up type checking of higher order expressions. (#2519)Yong He
2022-09-26Support clang-format `file` and `--fallback-style` in slangd. (#2412)Yong He
2022-09-01Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia
2022-08-22Support compile-time constant int val in the form of polynomials. (#2372)Yong He
2022-08-18Trigger function signature on typing "," (#2366)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-08-12Fix logic of `is` operator. (#2359)Yong He
2022-07-14Language Server: Auto format bug fixes. (#2326)Yong He
2022-07-01Language server: auto completion of `import` file and directories. (#2312)Yong He
2022-06-30Language server: extract documentation from ordinary comments (#2308)Yong He
2022-06-27Language server fixes and improvements (#2304)Yong He
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-06-16Language server: document symbols (#2287)Yong He
2022-06-13Follow up on Language Server Improvement (#2275)Yong He
2022-06-13Language Server improvements. (#2269)Yong He
2022-06-13Hot fix: Language server protocol initialization (#2274)jsmall-nvidia
2022-06-13Hotfix: Hover initialization (#2273)jsmall-nvidia
2022-06-08Add smoke test for language server. (#2266)Yong He
2022-06-07Code review fixes for language server. (#2265)Yong He
2022-06-07Major language server features. (#2264)Yong He