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
2025-10-08
parser: Avoid dropping modifiers when splitting list (#8546)
James Helferty (NVIDIA)
2025-10-07
Use symbol alias instead of wrapper synthesis to implement link-time types. (...
Yong He
2025-10-03
Rename some symbols related to pointers types (#8592)
Theresa Foley
2025-10-01
Misc parser improvements. (#8563)
Yong He
2025-09-30
canonical type equality constraint (#8445)
Ronan
2025-09-17
Added __magic_enum (#8436)
Ronan
2025-09-05
Add warnings for overflows of integer types (#8281)
jarcherNV
2025-08-29
[CBP] Pointer frontend changes + groupshared pointer support (#7848)
ArielG-NV
2025-08-08
Error if super-type capabilities are a super-set of sub-type (#7452)
ArielG-NV
2025-08-07
Support `expand` on concrete tuple values. (#8106)
Yong He
2025-07-29
[Language Server]: Show signature help on generic parameters. (#7913)
Yong He
2025-07-22
Fix public unscoped enum constants not visible across module boundaries (#7864)
Copilot
2025-07-17
Improve lookup performance. (#7798)
Yong He
2025-07-16
Fix GLSL memory layout qualifiers not applied to uniform buffers or cbuffers ...
pdeayton-nv
2025-07-15
Fix language server crash. (#7756)
Yong He
2025-07-11
Ensure generic constraints are checked before inner extension. (#7685)
Yong He
2025-06-28
Minimal optional constraints (#7422)
Julius Ikkala
2025-06-17
LanguageServer: Enhance auto completion for override. (#7465)
Yong He
2025-06-16
Require `override` keyword for overriding default interface methods. (#7458)
Yong He
2025-06-13
Allow interface methods to have default implementations. (#7439)
Yong He
2025-06-09
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-06-04
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-06-02
move fix to CheckUsableType (#7264)
Mukund Keshava
2025-05-31
Add check for the variable requirement (#6677)
Gangzheng Tong
2025-05-29
Language version + tuple syntax. (#7230)
Yong He
2025-05-25
Fix #7232 (#7236)
Julius Ikkala
2025-05-23
Implement throw & catch statements (#6916)
Julius Ikkala
2025-05-22
Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)
ArielG-NV
2025-05-06
Parse char literals as integers (#6989)
Julius Ikkala
2025-04-30
Initial support for immutable lambda expressions. (#6914)
Yong He
2025-04-22
A new approach to AST serialization (#6854)
Theresa Foley
2025-04-17
Fix compiler warning with clang 18.1.8 on windows (#6843)
Jay Kwak
2025-04-14
Consume `;` after parsing typedef decl. (#6759)
Yong He
2025-04-06
Add defer statement (#6619)
Julius Ikkala
2025-03-25
Fix mul operator followed by global scope (#6686)
Gangzheng Tong
2025-03-19
Fix reinterpret and bitcast and generic arg parsing. (#6627)
Yong He
2025-02-20
Simplify implicit cast ctors for vector & matrix. (#6408)
Yong He
2025-02-13
Fix modifier parsing. (#6347)
Yong He
2025-02-06
Support stage_switch. (#6311)
Yong He
2025-02-06
Don't overwrite existing module decl scopes when parsing new source files (#6...
Anders Leino
2025-02-05
Use two-stage parsing to disambiguate generic app and comparison. (#6281)
Yong He
2025-02-03
Auto enable `-fvk-use-entrypoint-name` when there is more than one entrypoint...
Yong He
2025-02-02
Add support for WGSL subgroup operations (#6213)
Darren Wihandi
2025-01-17
Add diagnostic for function body followed by a `;`;. (#6122)
Yong He
2025-01-17
Allow __subscript<T> syntax. (#6124)
Yong He
2025-01-14
Implement specialization constant support in numthreads / local_size (#5963)
Julius Ikkala
2025-01-07
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2025-01-04
Make 'shared' keyword map to 'groupshared' in GLSL mode (#6003)
Julius Ikkala
2024-12-27
Fix parsing GLSL SSBO arrays / bindless descriptors (#5932)
Julius Ikkala
2024-12-18
Fix the parser issue for not recognize Generic<T>[N] (#5912)
kaizhangNV
[next]