summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ast-synthesis.cpp
Commit message (Expand)AuthorAge
* Allow lambda exprs without captures to coerce to `functype`. (#7129)Yong He2025-05-16
* Initial support for immutable lambda expressions. (#6914)Yong He2025-04-30
* Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan2025-04-26
* formatEllie Hermaszewska2024-10-29
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru2023-07-26
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He2023-07-05
* Reimplement address elimination. (#2605)Yong He2023-01-24
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01