summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-overload.cpp
Commit message (Expand)AuthorAge
* 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
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Support `expand` on concrete tuple values. (#8106)Yong He2025-08-07
* Add reflection api for overload candidate filtering. (#8066)Yong He2025-08-06
* fix overload in extension issue (#7999)kaizhangNV2025-08-03
* Drain sink when single-argument constructor call fail (#7883)ArielG-NV2025-08-01
* [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 Conditioanl<T, false> fields with a semantic. (#7855)Yong He2025-07-22
* Emit additional diagnostic for invalid pointer taking operations (#7663)Gangzheng Tong2025-07-15
* Language Server Enhancements (#7604)Yong He2025-07-03
* Minimal optional constraints (#7422)Julius Ikkala2025-06-28
* Fix ambiguous reference for 'extern' and 'export' (#7515)kaizhangNV2025-06-25
* Fix an issue in extension override. (#7402)Yong He2025-06-11
* Mediate access to ContainerDecl members (#7242)Theresa Foley2025-06-09
* Do not print errors in _coerce when "JustTrying". (#7064)Jay Kwak2025-05-15
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Add a more specific diagnostic message when passing concrete value to interfa...Julius Ikkala2025-04-11
* Allow `.member` syntax on vector and scalars. (#6424)Yong He2025-02-27
* Fix overload resolution for `ModuleDeclarationDecl` (#6483)Sai Praveen Bangaru2025-02-27
* Fix TypeCheckingCache concurrency and candidate lifetime. (#6444)Yong He2025-02-24
* Improve performance when compiling small shaders. (#6396)Yong He2025-02-23
* Simplify implicit cast ctors for vector & matrix. (#6408)Yong He2025-02-20
* Feature/initialize list side branch (#6058)kaizhangNV2025-02-05
* Fix bug: IgnoreInheritance in lookup (#6146)kaizhangNV2025-01-21
* Fix prebound parameter pack - argument list matching logic. (#6111)Yong He2025-01-17
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Properly check switch case. (#5341)Yong He2024-10-20
* Fix l-value computation for subscript call. (#5177)Yong He2024-09-27
* Synthesize conformance for generic requirements. (#5111)Yong He2024-09-19
* Lower the priority of looking up the rank of scope (#5065)kaizhangNV2024-09-18
* Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He2024-09-18
* Fix the issue in resolving the overload functions (#5060)kaizhangNV2024-09-11
* Disambiguate subscript decls by preferring the one with more accessors. (#5046)Yong He2024-09-10
* Preserve name in DeclRefExpr for correct highlighitng of `This`. (#4980)Yong He2024-09-04
* Open existential on arguments after overload resolution. (#4982)Yong He2024-09-04
* Fix extension override behavior, and disallow extension on interface types. (...Yong He2024-09-04
* Fix partial inference of variadic generic functions. (#4956)Yong He2024-08-28
* Support dependent generic constraints. (#4870)Yong He2024-08-20
* Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He2024-08-19
* Variadic Generics Part 1: parsing and type checking. (#4833)Yong He2024-08-14
* Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV2024-06-12
* Add diagnostic to prevent defining unsized variables. (#4168)Yong He2024-05-15
* Support `[__ref]` attribute to make `this` pass by reference. (#4139)Yong He2024-05-08
* Fix invoke resolution when dealing with overloded type expressions (#4043)Sai Praveen Bangaru2024-04-26
* Do not diagnose error when a symbols is defined as 'extern' and 'export' (#4010)kaizhangNV2024-04-23