summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-language-server-completion.cpp
Commit message (Expand)AuthorAge
* Add base vertex and base instance system values (#5918)Darren Wihandi2024-12-19
* Add SV_DrawIndex. (#5787)Yong He2024-12-09
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Export language server to wasm. (#5419)Yong He2024-10-27
* Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)Yong He2024-10-08
* Synthesize conformance for generic requirements. (#5111)Yong He2024-09-19
* Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He2024-08-19
* Capability type checking. (#3530)Yong He2024-02-02
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Support `include` for pulling file into the current module. (#3377)Yong He2023-12-05
* Small type system fixes. (#3265)Yong He2023-10-06
* Misc. SPIRV Fixes, Part 2. (#3147)Yong He2023-08-24
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Initial sizeof/alignof implementation. (#2954)jsmall-nvidia2023-07-05
* MVP for higher order functions (#2849)Ellie Hermaszewska2023-05-11
* 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
* Add support for SV_ViewID (#2440)Ellie Hermaszewska2022-10-12
* Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia2022-09-01
* Add `none` literal that is convertible to `Optional`. (#2356)Yong He2022-08-10
* `is` and `as` operator and `Optional<T>`. (#2355)Yong He2022-08-10
* Language server pointer type support + add `DLLImport` test (#2350)Yong He2022-08-10
* Language Server: Auto format bug fixes. (#2326)Yong He2022-07-14
* Language server: auto completion of `import` file and directories. (#2312)Yong He2022-07-01
* More Language Server Improvements. (#2289)Yong He2022-06-22
* Language Server improvements. (#2269)Yong He2022-06-13