summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-language-server.cpp
Commit message (Expand)AuthorAge
* Add reflection api for overload candidate filtering. (#8066)Yong He2025-08-06
* [Language Server]: Don't eagerly check file upon open doc. (#7995)Yong He2025-07-30
* [Language Server]: Show signature help on generic parameters. (#7913)Yong He2025-07-29
* Improve lookup performance. (#7798)Yong He2025-07-17
* Language Server Enhancements (#7604)Yong He2025-07-03
* Fix diagnostics not appearing when semantic tokens are disabled (#7477) (#7532)Harsh Aggarwal (NVIDIA)2025-07-02
* Misc language server improvements. (#7569)Yong He2025-07-01
* LanguageServer: Enhance auto completion for override. (#7465)Yong He2025-06-17
* Disable periadic diagnostic update on language-server on CI (#7445)Jay Kwak2025-06-16
* Mediate access to ContainerDecl members (#7242)Theresa Foley2025-06-09
* Output default parameter values on language server hover (#6902)Ellie Hermaszewska2025-05-07
* Cache and reuse glsl module. (#6152)Yong He2025-01-22
* formatEllie Hermaszewska2024-10-29
* Export language server to wasm. (#5419)Yong He2024-10-27
* Preserve name in DeclRefExpr for correct highlighitng of `This`. (#4980)Yong He2024-09-04
* Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He2024-08-19
* Variadic Generics Part 3: language server (#4850)Yong He2024-08-15
* Support unicode identifier names. (#4772)Yong He2024-08-12
* Move the file public header files to `include` dir (#4636)kaizhangNV2024-07-17
* Allow bit operators on enum types. (#3862)Yong He2024-04-01
* Support arrow operator `->` on pointers. (#3812)Yong He2024-03-21
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
* Capability type checking. (#3530)Yong He2024-02-02
* Fix LSP compatibility issues with Visual Studio. (#3520)Yong He2024-01-26
* [LSP] Handle "NotificationReceived" call. (#3481)Yong He2024-01-23
* [LSP] Fetch configs directly from didConfigurationChanged message. (#3478)Yong He2024-01-22
* Fix language server for VS. (#3473)Yong He2024-01-22
* Support `include` for pulling file into the current module. (#3377)Yong He2023-12-05
* Misc language server fixes. (#3357)Yong He2023-11-28
* warnings (#3335)Ellie Hermaszewska2023-11-17
* Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He2023-11-06
* Parameter binding and gfx fixes. (#3302)Yong He2023-11-01
* Small type system fixes. (#3265)Yong He2023-10-06
* Add intellisense support for spirv_asm blocks. (#3264)Yong He2023-10-05
* Add all RayQuery SPIRV Intrinsics. (#3204)Yong He2023-09-13
* Fix attribute highlighting + language server crash. (#3198)Yong He2023-09-08
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He2023-07-05
* Embed stdlib documentation to AST. (#2851)Yong He2023-04-27
* Intellisense: show info on decl kind and differentiability. (#2847)Yong He2023-04-26
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* StringBuilder to lowerCamel (#2840)jsmall-nvidia2023-04-25
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Preliminary SourceMap support (#2701)jsmall-nvidia2023-03-16
* Language server improvements for auto-diff. (#2521)Yong He2022-11-16
* Clean up type checking of higher order expressions. (#2519)Yong He2022-11-16
* Support clang-format `file` and `--fallback-style` in slangd. (#2412)Yong He2022-09-26
* Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia2022-09-01