summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-expr.cpp
Commit message (Expand)AuthorAge
* Fix wrong diagnostic when checking identical casting expr. (#8727)Yong He2025-10-16
* Use symbol alias instead of wrapper synthesis to implement link-time types. (...Yong He2025-10-07
* Rename some symbols related to pointers types (#8592)Theresa Foley2025-10-03
* Split overloaded uses of RefType in front-end (#8427)Theresa Foley2025-09-23
* Fix language server auto-complete regression in debug build. (#8416)Yong He2025-09-10
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Support `expand` on concrete tuple values. (#8106)Yong He2025-08-07
* Add warning for comma operators used outside for-loops and expand expressions...Copilot2025-08-07
* Add reflection api for overload candidate filtering. (#8066)Yong He2025-08-06
* Fix ICE when immutable value is passed to a bwd_diff function. (#7973)Yong He2025-07-29
* [Language Server]: Show signature help on generic parameters. (#7913)Yong He2025-07-29
* Improve diagnostics over ambiguous references. (#7930)Yong He2025-07-29
* Fix crash when private ctor is used for coercion. (#7858)Yong He2025-07-22
* Fix enum array indexing by adding implicit conversion support (#7815)Copilot2025-07-18
* Emit additional diagnostic for invalid pointer taking operations (#7663)Gangzheng Tong2025-07-15
* Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)Copilot2025-07-15
* no_diff diagnostics improvement (#7655)kaizhangNV2025-07-09
* Defer immutable buffer loads when emitting spirv. (#7579)Yong He2025-07-02
* Misc language server improvements. (#7569)Yong He2025-07-01
* Add MLP training examples. (#7550)Yong He2025-06-30
* Minimal optional constraints (#7422)Julius Ikkala2025-06-28
* Allow interface methods to have default implementations. (#7439)Yong He2025-06-13
* Fix issue that struct with member is not its Differential type (#7434)kaizhangNV2025-06-13
* Fix issue of missing scope for 'Differential' type (#7433)kaizhangNV2025-06-12
* Mediate access to ContainerDecl members (#7242)Theresa Foley2025-06-09
* Fix interface types as RHS of is/as operators (#7234)Jay Kwak2025-06-08
* Add legalization for 0-sized arrays. (#7327)Yong He2025-06-04
* Fix specialization constants getting incorrectly folded (#7299)Julius Ikkala2025-06-03
* Fix SPIRV `OpSpecConstantOp` emit (#7158)Darren Wihandi2025-05-29
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Fix #7232 (#7236)Julius Ikkala2025-05-25
* Implement throw & catch statements (#6916)Julius Ikkala2025-05-23
* Make sizeof(T) & alignof(T) of generic types work as compile-time constants (...Julius Ikkala2025-05-22
* Allow lambda exprs without captures to coerce to `functype`. (#7129)Yong He2025-05-16
* Do not print errors in _coerce when "JustTrying". (#7064)Jay Kwak2025-05-15
* support specialization constant sized array (#6871)kaizhangNV2025-05-14
* Support Array Sizes using Generic arguments to be initialized via {} (#6720)Sruthik P2025-05-13
* Initial support for immutable lambda expressions. (#6914)Yong He2025-04-30
* Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan2025-04-26
* 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
* Allow `.member` syntax on vector and scalars. (#6424)Yong He2025-02-27
* Fix overload resolution for `ModuleDeclarationDecl` (#6483)Sai Praveen Bangaru2025-02-27
* Fix zero size array handling in slangc (#6399)Mukund Keshava2025-02-19
* Use two-stage parsing to disambiguate generic app and comparison. (#6281)Yong He2025-02-05
* Feature/initialize list side branch (#6058)kaizhangNV2025-02-05
* Fix cyclic lookups with UnscopedEnums (#6110)Julius Ikkala2025-01-17
* Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He2025-01-10
* Lower varying parameters as pointers instead of SSA values. (#5919)Yong He2025-01-07
* Check for undefined %id in spirv_asm block. (#5966)Yong He2024-12-30