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-base.h
Age
Commit message (
Expand
)
Author
2025-09-23
fix a crash when using type equality constaint (#8515)
kaizhangNV
2025-09-03
Diagnose on structured buffers containing resources (#8222)
Ellie Hermaszewska
2025-08-06
A new approach to AST node deduplication (#8072)
Theresa Foley
2025-07-01
extend fiddle to allow custom lua splices in more places (#7559)
Ellie Hermaszewska
2025-06-19
Add support for on-demand AST deserialization (#7482)
Theresa Foley
2025-06-09
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-05-27
Remove SLANG_UNREFLECTED (#7241)
Theresa Foley
2025-05-21
Generalize serialization system used for AST (#7126)
Theresa Foley
2025-04-26
Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...
Ronan
2025-04-22
A new approach to AST serialization (#6854)
Theresa Foley
2025-02-27
Make capability diagnostic message more friendly. (#6474)
Yong He
2025-02-05
Use two-stage parsing to disambiguate generic app and comparison. (#6281)
Yong He
2025-01-03
Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)
Yong He
2024-10-29
format
Ellie Hermaszewska
2024-10-28
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-09-18
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-07-23
Simplify `CapabilitySet` Diagnostic Printing (#4678)
ArielG-NV
2024-02-15
Support loading serialized modules. (#3588)
Yong He
2024-02-02
Capability type checking. (#3530)
Yong He
2023-10-25
Support generic interfaces. (#3278)
Yong He
2023-08-15
squash warnings (#3113)
Ellie Hermaszewska
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-09
Clean up and improve Val deduplication performance. (#3069)
Yong He
2023-08-07
Fix `Val` deduplication bug. (#3050)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-19
Optimize specialization, and remove unnecessary calls to `simplifyIR`. (#2999)
Yong He
2023-07-18
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-12
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-06-27
Pointer layout support (#2930)
jsmall-nvidia
2023-04-27
Embed stdlib documentation to AST. (#2851)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-02-24
Fix differential type registration through non-differentiable type. (#2677)
Yong He
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-17
Shader cache index implementation (#2452)
lucy96chen
2022-10-13
Add getVersionString() to IDownstreamCompiler (#2446)
lucy96chen
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2021-07-09
Make Scope non ref counted (#1904)
jsmall-nvidia
2021-03-01
Doc improvements (#1729)
jsmall-nvidia
2021-02-02
Remove GlobalGenericParamSubstitution (#1684)
Tim Foley
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-10-26
Value type serialization via C++ Extractor (#1588)
jsmall-nvidia
2020-10-23
C++ extractor fix for access modifiers (#1586)
jsmall-nvidia
2020-10-22
Single pass C++ extraction (#1583)
jsmall-nvidia
2020-10-20
Small improvement in AST serialization (#1582)
jsmall-nvidia
2020-10-06
Use Reflection for (Serial)RefObject Serialization (#1567)
jsmall-nvidia
2020-09-30
Generalizing Serialization (#1563)
jsmall-nvidia
2020-06-24
AST Serialization writing (#1407)
jsmall-nvidia
[next]