summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ast-iterator.h
Commit message (Expand)AuthorAge
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Add reflection api for overload candidate filtering. (#8066)Yong He2025-08-06
* Language Server Enhancements (#7604)Yong He2025-07-03
* Allow interface methods to have default implementations. (#7439)Yong He2025-06-13
* Mediate access to ContainerDecl members (#7242)Theresa Foley2025-06-09
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Implement throw & catch statements (#6916)Julius Ikkala2025-05-23
* Initial support for immutable lambda expressions. (#6914)Yong He2025-04-30
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Add defer statement (#6619)Julius Ikkala2025-04-06
* formatEllie Hermaszewska2024-10-29
* preparation for clang format (#5422)Ellie Hermaszewska2024-10-29
* Properly check switch case. (#5341)Yong He2024-10-20
* Support `where` clause and type equality constraint. (#4986)Yong He2024-09-05
* Variadic Generics Part 3: language server (#4850)Yong He2024-08-15
* Language server robustness fix. (#3607)Yong He2024-02-20
* Support pointers in SPIRV. (#3561)Yong He2024-02-08
* Capability type checking. (#3530)Yong He2024-02-02
* Polish language server and documentation. (#3410)Yong He2023-12-13
* Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He2023-12-11
* Proper lowering of functiosn that returns NonCopyable values. (#3179)Yong He2023-09-03
* Add `target_switch` and `intrinsic_asm` statement. (#3154)Yong He2023-08-28
* Initial version of spirv_asm block (#3151)Ellie Hermaszewska2023-08-25
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* MVP for higher order functions (#2849)Ellie Hermaszewska2023-05-11
* Fix missing semantic highlighting in attributes and ExtractExitentialValueExp...Yong He2022-11-30
* Data flow validation pass for diagnosing derivative loss. (#2523)Yong He2022-11-18
* Language server improvements for auto-diff. (#2521)Yong He2022-11-16
* Add syntax for multi-level break. (#2431)Yong He2022-10-06
* Fix regression in check-overload. (#2407)Yong He2022-09-20
* Multi parameter `__subscript` (#2392)Yong He2022-09-05
* Add `none` literal that is convertible to `Optional`. (#2356)Yong He2022-08-10
* `is` and `as` operator and `Optional<T>`. (#2355)Yong He2022-08-10
* Language server pointer type support + add `DLLImport` test (#2350)Yong He2022-08-10
* More Language Server Improvements. (#2289)Yong He2022-06-22