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-parser.cpp
Age
Commit message (
Expand
)
Author
2022-08-03
Basic pointer usages. (#2342)
Yong He
2022-07-12
Support `class` types. (#2321)
Yong He
2022-06-27
Language server fixes and improvements (#2304)
Yong He
2022-06-25
Added basic auto-diff capabilities for local load/store and simple arithmetic...
Sai Praveen Bangaru
2022-06-23
Added basic syntax to mark and request function derivatives, as well as the f...
Sai Praveen Bangaru
2022-06-22
More Language Server Improvements. (#2289)
Yong He
2022-06-16
Language server: document symbols (#2287)
Yong He
2022-06-13
Follow up on Language Server Improvement (#2275)
Yong He
2022-06-13
Language Server improvements. (#2269)
Yong He
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2022-06-07
Major language server features. (#2264)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-05-05
Support for HLSL `export` (#2223)
jsmall-nvidia
2022-04-28
Fix errors when building with the latest Xcode (#2215)
Vincent Isambart
2022-04-28
Disable `class` keyword to define a new type (#2212)
jsmall-nvidia
2022-04-12
Support `[DllImport]` (#2181)
Yong He
2022-04-05
Fix issue with multiple namespace openings (#2176)
jsmall-nvidia
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2021-09-14
Bring heterogeneous-hello-world back up to date. (#1935)
David Siher
2021-07-09
Make Scope non ref counted (#1904)
jsmall-nvidia
2021-04-19
Infinite generic parsing bug fix (#1799)
jsmall-nvidia
2021-03-01
Doc improvements (#1729)
jsmall-nvidia
2021-02-23
Some ad hoc parser fixes (#1723)
Tim Foley
2021-02-17
More #line improvements (#1713)
jsmall-nvidia
2021-02-12
Initial support for DXR payload access qualifiers (#1705)
Tim Foley
2021-02-12
Diagnostic location highlighting (#1700)
jsmall-nvidia
2021-02-05
Initial implementation of interface conjunctions (#1691)
Tim Foley
2020-11-18
Serialized stdlib working (#1603)
jsmall-nvidia
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-08-20
Initial support for a using construct (#1506)
Tim Foley
2020-08-13
Allow both traditional and modern property syntax (#1487)
Tim Foley
2020-08-12
GPU Foreach Parsing and Checking (#1482)
Dietrich Geisler
2020-08-11
Improvements to Casting (#1483)
jsmall-nvidia
2020-06-30
Initial work on property declarations (#1410)
Tim Foley
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-05-29
NodeBase types constructed with astNodeType member set (#1363)
jsmall-nvidia
2020-05-28
Small improvements to documentation and code around DiagnosticSink (#1359)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-22
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-05-19
Reduce the size of Token (#1349)
jsmall-nvidia
2020-05-08
AST nodes using C++ Extractor (#1341)
jsmall-nvidia
2020-04-13
Remove Not constant folding - because it doesn't take into account the type c...
jsmall-nvidia
2020-04-09
Literal folding on other operators (#1314)
jsmall-nvidia
2020-04-02
Optimize creation of memberDictionary (#1305)
jsmall-nvidia
2020-04-02
Add basic support for namespaces (#1304)
Tim Foley
2020-03-30
CUDA version handling (#1301)
jsmall-nvidia
2020-03-24
Parser changes to improve handling of static method calls (#1290)
Tim Foley
2020-03-05
Feature/glslang spirv version (#1256)
jsmall-nvidia
2020-03-03
__spirv_version Decoration (#1255)
jsmall-nvidia
2020-02-26
Fix for GCC C++ target - remove warning for int literal value. (#1244)
jsmall-nvidia
[next]