summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ast-decl.h
Commit message (Expand)AuthorAge
* Fix segfault on arrays of structs containing parameter blocks (#8555)Ellie Hermaszewska2025-10-13
* Use symbol alias instead of wrapper synthesis to implement link-time types. (...Yong He2025-10-07
* A new approach to AST node deduplication (#8072)Theresa Foley2025-08-06
* Prelink ForceInlined functions during lowering. (#7812)Yong He2025-07-17
* Improve lookup performance. (#7798)Yong He2025-07-17
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* Add support for on-demand AST deserialization (#7482)Theresa Foley2025-06-19
* 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
* Remove SLANG_UNREFLECTED (#7241)Theresa Foley2025-05-27
* Generalize serialization system used for AST (#7126)Theresa Foley2025-05-21
* Initial support for immutable lambda expressions. (#6914)Yong He2025-04-30
* Fixes related to AST serialization change (#6953)Theresa Foley2025-04-29
* Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan2025-04-26
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Simplify implicit cast ctors for vector & matrix. (#6408)Yong He2025-02-20
* Feature/initialize list side branch (#6058)kaizhangNV2025-02-05
* Fix ConstantIntVal::toText when the val is a enum. (#6224)Yong He2025-01-29
* Inline global constants that contains opaque handles for legalization. (#6098)Yong He2025-01-15
* Lower varying parameters as pointers instead of SSA values. (#5919)Yong He2025-01-07
* Embed core module in wasm build. (#5569)Yong He2024-11-15
* formatEllie Hermaszewska2024-10-29
* Support `where` clause and type equality constraint. (#4986)Yong He2024-09-05
* Support dependent generic constraints. (#4870)Yong He2024-08-20
* Variadic Generics Part 1: parsing and type checking. (#4833)Yong He2024-08-14
* Warnings for uninitialized fields in constructors (#4680)venkataram-nv2024-07-18
* Add diagnostic to prevent defining unsized variables. (#4168)Yong He2024-05-15
* Link-time specialization fixes. (#3734)Yong He2024-03-11
* Allow default values for `extern` symbols. (#3632)Yong He2024-02-26
* Add wrapper type syntax for link time specialization. (#3606)Yong He2024-02-20
* Support link time type specialization. (#3604)Yong He2024-02-20
* Support loading serialized modules. (#3588)Yong He2024-02-15
* Improve Capability System (#3555)Yong He2024-02-06
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Support `include` for pulling file into the current module. (#3377)Yong He2023-12-05
* Add GLSL Compatibility. (#3321)Yong He2023-11-14
* Initial support for differentiating existential types (#3111)Sai Praveen Bangaru2023-08-17
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Create and cache flattened inheritance lists (#2740)Theresa Foley2023-07-12
* Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska2023-07-06
* Autodiff support for dynamically dispatched generic method. (#2846)Yong He2023-04-26
* Support dynamic dispatch a backward differentiable function. (#2678)Yong He2023-02-24
* Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He2023-01-06
* Fix issues around dynamic generic function and autodiff. (#2528)Yong He2022-11-23
* Autodiff through simple dynamic dispatch. (#2527)Yong He2022-11-23
* Data flow validation pass for diagnosing derivative loss. (#2523)Yong He2022-11-18
* Rework differential conformance dictionary checking. (#2483)Yong He2022-11-02
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Auto synthesis of Differential type (#2466)Yong He2022-10-26