index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ast-iterator.h
Age
Commit message (
Expand
)
Author
2024-02-20
Language server robustness fix. (#3607)
Yong He
2024-02-08
Support pointers in SPIRV. (#3561)
Yong He
2024-02-02
Capability type checking. (#3530)
Yong He
2023-12-13
Polish language server and documentation. (#3410)
Yong He
2023-12-11
Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)
Yong He
2023-09-03
Proper lowering of functiosn that returns NonCopyable values. (#3179)
Yong He
2023-08-28
Add `target_switch` and `intrinsic_asm` statement. (#3154)
Yong He
2023-08-25
Initial version of spirv_asm block (#3151)
Ellie Hermaszewska
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-05-11
MVP for higher order functions (#2849)
Ellie Hermaszewska
2022-11-30
Fix missing semantic highlighting in attributes and ExtractExitentialValueExp...
Yong He
2022-11-18
Data flow validation pass for diagnosing derivative loss. (#2523)
Yong He
2022-11-16
Language server improvements for auto-diff. (#2521)
Yong He
2022-10-06
Add syntax for multi-level break. (#2431)
Yong He
2022-09-20
Fix regression in check-overload. (#2407)
Yong He
2022-09-05
Multi parameter `__subscript` (#2392)
Yong He
2022-08-10
Add `none` literal that is convertible to `Optional`. (#2356)
Yong He
2022-08-10
`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-06-22
More Language Server Improvements. (#2289)
Yong He