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