index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-check-overload.cpp
Age
Commit message (
Expand
)
Author
2024-09-27
Fix l-value computation for subscript call. (#5177)
Yong He
2024-09-19
Synthesize conformance for generic requirements. (#5111)
Yong He
2024-09-18
Lower the priority of looking up the rank of scope (#5065)
kaizhangNV
2024-09-18
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-11
Fix the issue in resolving the overload functions (#5060)
kaizhangNV
2024-09-10
Disambiguate subscript decls by preferring the one with more accessors. (#5046)
Yong He
2024-09-04
Preserve name in DeclRefExpr for correct highlighitng of `This`. (#4980)
Yong He
2024-09-04
Open existential on arguments after overload resolution. (#4982)
Yong He
2024-09-04
Fix extension override behavior, and disallow extension on interface types. (...
Yong He
2024-08-28
Fix partial inference of variadic generic functions. (#4956)
Yong He
2024-08-20
Support dependent generic constraints. (#4870)
Yong He
2024-08-19
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-14
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-06-12
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-05-15
Add diagnostic to prevent defining unsized variables. (#4168)
Yong He
2024-05-08
Support `[__ref]` attribute to make `this` pass by reference. (#4139)
Yong He
2024-04-26
Fix invoke resolution when dealing with overloded type expressions (#4043)
Sai Praveen Bangaru
2024-04-23
Do not diagnose error when a symbols is defined as 'extern' and 'export' (#4010)
kaizhangNV
2024-04-16
Init expressions for struct fields support, #3738 (#3907)
ArielG-NV
2024-03-26
Support mutable existential parameters. (#3836)
Yong He
2024-03-07
Link-time constant and linkage API improvements. (#3708)
Yong He
2024-03-04
Implement short-circuit logic operator (#3635)
kaizhangNV
2024-02-02
Capability type checking. (#3530)
Yong He
2024-01-25
Fixes for `module` and `include`. (#3519)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-11-29
Improve generic type argument inference. (#3370)
Yong He
2023-11-14
Add GLSL Compatibility. (#3321)
Yong He
2023-11-10
Cleanup builtin arithmetic interfaces. (#3317)
Yong He
2023-09-23
More `slangpy` features + polishing (#3233)
Sai Praveen Bangaru
2023-09-18
Fix highlighting of generic types without argument. (#3208)
Yong He
2023-09-07
Incur l-value conversion cost during overload resolution. (#3195)
Yong He
2023-09-06
Make a warning if a [mutating] method is called on an in param. (#3184)
jsmall-nvidia
2023-09-01
Fix GLSL code gen around RayQuery and HitObject types. (#3173)
Yong He
2023-08-07
Add warning on mutation of function parameter (#3067)
Theresa Foley
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-19
Add `sampleCount` parameter for MS textures. (#3001)
Yong He
2023-07-18
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-12
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-05
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-05-30
Fix type checking & loop value hoisting (#2907)
Yong He
2023-05-12
Fusion pass for saturated_cooperation (#2874)
Ellie Hermaszewska
2023-05-11
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-04-28
Use Index for FuncType param count (#2853)
Ellie Hermaszewska
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-13
Warn on float-to-double coercion for arguments. (#2802)
Yong He
2023-03-08
Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)
Yong He
2023-03-07
Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...
Yong He
[next]