index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-language-server-ast-lookup.cpp
Commit message (
Expand
)
Author
Age
*
Use symbol alias instead of wrapper synthesis to implement link-time types. (...
Yong He
2025-10-07
*
Add reflection api for overload candidate filtering. (#8066)
Yong He
2025-08-06
*
[Language Server]: Show signature help on generic parameters. (#7913)
Yong He
2025-07-29
*
Language server: sort completion candidate by relevance. (#7626)
Yong He
2025-07-07
*
Language Server Enhancements (#7604)
Yong He
2025-07-03
*
Allow interface methods to have default implementations. (#7439)
Yong He
2025-06-13
*
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-06-09
*
Language version + tuple syntax. (#7230)
Yong He
2025-05-29
*
Implement throw & catch statements (#6916)
Julius Ikkala
2025-05-23
*
Initial support for immutable lambda expressions. (#6914)
Yong He
2025-04-30
*
Add defer statement (#6619)
Julius Ikkala
2025-04-06
*
LanguageServer: fix highlighting of wrapper type. (#5968)
Yong He
2024-12-30
*
format
Ellie Hermaszewska
2024-10-29
*
Properly check switch case. (#5341)
Yong He
2024-10-20
*
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-09-05
*
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-19
*
Variadic Generics Part 3: language server (#4850)
Yong He
2024-08-15
*
Language server robustness fix. (#3607)
Yong He
2024-02-20
*
Support pointers in SPIRV. (#3561)
Yong He
2024-02-08
*
Polish language server and documentation. (#3410)
Yong He
2023-12-13
*
Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)
Yong He
2023-12-11
*
Support `include` for pulling file into the current module. (#3377)
Yong He
2023-12-05
*
Fix ICE when lowering an associatedtype declref from an derived interface. (#...
Yong He
2023-11-06
*
Fix attribute highlighting + language server crash. (#3198)
Yong He
2023-09-08
*
Add `target_switch` and `intrinsic_asm` statement. (#3154)
Yong He
2023-08-28
*
Initial version of spirv_asm block (#3151)
Ellie Hermaszewska
2023-08-25
*
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-04
*
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-05-11
*
Embed stdlib documentation to AST. (#2851)
Yong He
2023-04-27
*
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
*
Data flow validation pass for diagnosing derivative loss. (#2523)
Yong He
2022-11-18
*
Language server improvements for auto-diff. (#2521)
Yong He
2022-11-16
*
Add syntax for multi-level break. (#2431)
Yong He
2022-10-06
*
Fix regression in check-overload. (#2407)
Yong He
2022-09-20
*
Multi parameter `__subscript` (#2392)
Yong He
2022-09-05
*
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-08-10
*
Language server pointer type support + add `DLLImport` test (#2350)
Yong He
2022-08-10
*
More Language Server Improvements. (#2289)
Yong He
2022-06-22
*
Language server: document symbols (#2287)
Yong He
2022-06-16
*
Language Server improvements. (#2269)
Yong He
2022-06-13
*
Major language server features. (#2264)
Yong He
2022-06-07