summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ast-dump.cpp
Commit message (Expand)AuthorAge
* Mediate access to ContainerDecl members (#7242)Theresa Foley2025-06-09
* Generalize serialization system used for AST (#7126)Theresa Foley2025-05-21
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Fix lowering of associated types in generic interfaces (#6600)Sai Praveen Bangaru2025-03-15
* Use two-stage parsing to disambiguate generic app and comparison. (#6281)Yong He2025-02-05
* Lower varying parameters as pointers instead of SSA values. (#5919)Yong He2025-01-07
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)Anders Leino2024-09-25
* Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He2024-08-19
* Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV2024-05-16
* Add host shared library target. (#4098)Yong He2024-05-03
* Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV2024-04-19
* Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...ArielG-NV2024-03-15
* Partially implement shader_subgroup extension(s); Partially resolves #3548 (#...ArielG-NV2024-02-26
* Support link time type specialization. (#3604)Yong He2024-02-20
* Capability type checking. (#3530)Yong He2024-02-02
* Add ConstBufferPointer::subscript. (#3415)Yong He2023-12-15
* Unify stdlib `Texture` types into one generic type. (#3327)Yong He2023-11-16
* Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska2023-08-28
* Initial version of spirv_asm block (#3151)Ellie Hermaszewska2023-08-25
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Embed stdlib documentation to AST. (#2851)Yong He2023-04-27
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* StringBuilder to lowerCamel (#2840)jsmall-nvidia2023-04-25
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Rework differential conformance dictionary checking. (#2483)Yong He2022-11-02
* Auto synthesis of IDifferntial interface methods. (#2469)Yong He2022-10-27
* Auto synthesis of Differential type (#2466)Yong He2022-10-26
* New language feature: basic error handling. (#2253)Yong He2022-06-01
* Remove GlobalGenericParamSubstitution (#1684)Tim Foley2021-02-02
* C++ extractor fix for access modifiers (#1586)jsmall-nvidia2020-10-23
* Single pass C++ extraction (#1583)jsmall-nvidia2020-10-22
* Generalizing Serialization (#1563)jsmall-nvidia2020-09-30
* AST Serialization in Modules (#1524)jsmall-nvidia2020-08-31
* First pass support for Sampler Feedback (#1470)jsmall-nvidia2020-08-03
* AST serialize improvements (#1412)jsmall-nvidia2020-06-26
* ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* Working matrix swizzle (#1354)Dietrich Geisler2020-06-02
* NodeBase types constructed with astNodeType member set (#1363)jsmall-nvidia2020-05-29
* Feature/ast syntax standard (#1360)jsmall-nvidia2020-05-29
* AST dump improvements (#1350)jsmall-nvidia2020-05-21
* AST dumping via C++ Extractor reflection (#1348)jsmall-nvidia2020-05-20