summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-overload.cpp
Commit message (Expand)AuthorAge
...
* Init expressions for struct fields support, #3738 (#3907)ArielG-NV2024-04-16
* Support mutable existential parameters. (#3836)Yong He2024-03-26
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
* Implement short-circuit logic operator (#3635)kaizhangNV2024-03-04
* Capability type checking. (#3530)Yong He2024-02-02
* Fixes for `module` and `include`. (#3519)Yong He2024-01-25
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Improve generic type argument inference. (#3370)Yong He2023-11-29
* Add GLSL Compatibility. (#3321)Yong He2023-11-14
* Cleanup builtin arithmetic interfaces. (#3317)Yong He2023-11-10
* More `slangpy` features + polishing (#3233)Sai Praveen Bangaru2023-09-23
* Fix highlighting of generic types without argument. (#3208)Yong He2023-09-18
* Incur l-value conversion cost during overload resolution. (#3195)Yong He2023-09-07
* Make a warning if a [mutating] method is called on an in param. (#3184)jsmall-nvidia2023-09-06
* Fix GLSL code gen around RayQuery and HitObject types. (#3173)Yong He2023-09-01
* Add warning on mutation of function parameter (#3067)Theresa Foley2023-08-07
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Add `sampleCount` parameter for MS textures. (#3001)Yong He2023-07-19
* Simplify Lookup and improve compiler performance. (#2996)Yong He2023-07-18
* Create and cache flattened inheritance lists (#2740)Theresa Foley2023-07-12
* 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
* Fix type checking & loop value hoisting (#2907)Yong He2023-05-30
* Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska2023-05-12
* MVP for higher order functions (#2849)Ellie Hermaszewska2023-05-11
* Use Index for FuncType param count (#2853)Ellie Hermaszewska2023-04-28
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* StringBuilder to lowerCamel (#2840)jsmall-nvidia2023-04-25
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Warn on float-to-double coercion for arguments. (#2802)Yong He2023-04-13
* Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)Yong He2023-03-08
* Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...Yong He2023-03-07
* Fix missing semantic highlighting in attributes and ExtractExitentialValueExp...Yong He2022-11-30
* Bug fix: partially specialized non-static generic invoke missing `this` argum...Yong He2022-11-29
* Fix issues around dynamic generic function and autodiff. (#2528)Yong He2022-11-23
* Clean up type checking of higher order expressions. (#2519)Yong He2022-11-16
* Minimum binary arithmetic reverse autodiff working. (#2514)Edward Liu2022-11-14
* Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)Yong He2022-11-08
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He2022-10-27
* Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru2022-10-20
* Fix regression in check-overload. (#2407)Yong He2022-09-20
* Support partial inference of generic arguments (#2404)Theresa Foley2022-09-20
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13
* Warning on lossy implicit casts. (#2367)Yong He2022-08-17
* Add gfx interface definition in Slang. (#2364)Yong He2022-08-16
* Implicit pointer dereference when using member operator. (#2348)Yong He2022-08-04
* Basic pointer usages. (#2342)Yong He2022-08-03
* Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He2022-07-25
* Support `class` types. (#2321)Yong He2022-07-12