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
/
compiler-core
/
slang-diagnostic-sink.h
Age
Commit message (
Expand
)
Author
2025-07-24
Organize code better by splitting some big files (#7890)
Theresa Foley
2025-04-24
Implemented #pragma warning (#6748)
Ronan
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2023-12-12
Add check for invalid use of modifiers. (#3402)
Yong He
2023-08-16
Fix a bug that warning 39001 can't be fully disabled. (#3112)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-06
Fix erroneous error claiming variable is being used before its declaration (#...
Ellie Hermaszewska
2023-05-03
HLSL->Vulkan binding support (#2865)
jsmall-nvidia
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-09-28
Improvements around diagnostic controls (#2414)
jsmall-nvidia
2022-06-07
Major language server features. (#2264)
Yong He
2022-05-17
Configuration for warnings (#2241)
Alexey Panteleev
2021-11-16
Support around JSON-RPC (#2014)
jsmall-nvidia
2021-05-21
Downstream option handling (#1850)
jsmall-nvidia
2021-05-19
SourceLoc use in command line processing (#1848)
jsmall-nvidia
2021-04-22
C++ extractor improvements (#1803)
jsmall-nvidia
2021-04-01
Added compiler-core project (#1775)
jsmall-nvidia