summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-overload.cpp
AgeCommit message (Expand)Author
2025-06-28Minimal optional constraints (#7422)Julius Ikkala
2025-06-25Fix ambiguous reference for 'extern' and 'export' (#7515)kaizhangNV
2025-06-11Fix an issue in extension override. (#7402)Yong He
2025-06-09Mediate access to ContainerDecl members (#7242)Theresa Foley
2025-05-15Do not print errors in _coerce when "JustTrying". (#7064)Jay Kwak
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-04-11Add a more specific diagnostic message when passing concrete value to interfa...Julius Ikkala
2025-02-27Allow `.member` syntax on vector and scalars. (#6424)Yong He
2025-02-27Fix overload resolution for `ModuleDeclarationDecl` (#6483)Sai Praveen Bangaru
2025-02-24Fix TypeCheckingCache concurrency and candidate lifetime. (#6444)Yong He
2025-02-23Improve performance when compiling small shaders. (#6396)Yong He
2025-02-20Simplify implicit cast ctors for vector & matrix. (#6408)Yong He
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-01-21Fix bug: IgnoreInheritance in lookup (#6146)kaizhangNV
2025-01-17Fix prebound parameter pack - argument list matching logic. (#6111)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-10-20Properly check switch case. (#5341)Yong He
2024-09-27Fix l-value computation for subscript call. (#5177)Yong He
2024-09-19Synthesize conformance for generic requirements. (#5111)Yong He
2024-09-18Lower the priority of looking up the rank of scope (#5065)kaizhangNV
2024-09-18Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He
2024-09-11Fix the issue in resolving the overload functions (#5060)kaizhangNV
2024-09-10Disambiguate subscript decls by preferring the one with more accessors. (#5046)Yong He
2024-09-04Preserve name in DeclRefExpr for correct highlighitng of `This`. (#4980)Yong He
2024-09-04Open existential on arguments after overload resolution. (#4982)Yong He
2024-09-04Fix extension override behavior, and disallow extension on interface types. (...Yong He
2024-08-28Fix partial inference of variadic generic functions. (#4956)Yong He
2024-08-20Support dependent generic constraints. (#4870)Yong He
2024-08-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2024-08-14Variadic Generics Part 1: parsing and type checking. (#4833)Yong He
2024-06-12Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV
2024-05-15Add diagnostic to prevent defining unsized variables. (#4168)Yong He
2024-05-08Support `[__ref]` attribute to make `this` pass by reference. (#4139)Yong He
2024-04-26Fix invoke resolution when dealing with overloded type expressions (#4043)Sai Praveen Bangaru
2024-04-23Do not diagnose error when a symbols is defined as 'extern' and 'export' (#4010)kaizhangNV
2024-04-16Init expressions for struct fields support, #3738 (#3907)ArielG-NV
2024-03-26Support mutable existential parameters. (#3836)Yong He
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2024-03-04Implement short-circuit logic operator (#3635)kaizhangNV
2024-02-02Capability type checking. (#3530)Yong He
2024-01-25Fixes for `module` and `include`. (#3519)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-11-29Improve generic type argument inference. (#3370)Yong He
2023-11-14Add GLSL Compatibility. (#3321)Yong He
2023-11-10 Cleanup builtin arithmetic interfaces. (#3317)Yong He
2023-09-23More `slangpy` features + polishing (#3233)Sai Praveen Bangaru
2023-09-18Fix highlighting of generic types without argument. (#3208)Yong He
2023-09-07Incur l-value conversion cost during overload resolution. (#3195)Yong He