269
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 24, 2025 — Jun 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update changelog (6.0.0 unreleased) More... 4 months ago
Don't allocate empty `IInvocation.Arguments` arrays More... 5 months ago
Update changelog for 6.0.0 release More... 5 months ago
Merge pull request #712 from stakx/byref-like-arguments More... 5 months ago
Merge pull request #733 from stakx/record-cloning More... 5 months ago
Only synthesize `<Clone>$` for record proxies w/o target More... 5 months ago
Add tests for cloning record proxies with target More... 5 months ago
Update changelog More... 5 months ago
Update changelog More... 5 months ago
Allow returning byref-like values via substitute types More... 5 months ago
Edge case: prevent `in` parameter mutations More... 5 months ago
Edge case: disallow `invocation.CaptureProceedInfo` More... 5 months ago
Rewrite tests for by-ref-like parameters and return types More... 5 months ago
Add tests for `ByRefLikeReference` & subtypes More... 5 months ago
Update `ref/` contract files More... 5 months ago
Add new documentation about byref-like parameters More... 5 months ago
Convert byref-like arguments to/from substitute types More... 5 months ago
Define `ByRefLikeReference` substitute types More... 5 months ago
Merge pull request #731 from stakx/arguments-marshaller More... 5 months ago
Use `ConvertArgument...` AST node types in 2nd marshaller More... 5 months ago
Replace `HasByRefArguments` in `MethodWithInvocationGenerator` More... 5 months ago
Enable nullable ref type annotations in `InvocationTypeGenerator` More... 5 months ago
Implement 'we should grab an array' idea More... 5 months ago
Refactor/deduplicate logic in new marshaller type More... 5 months ago
Set up a 2nd `ArgumentsMarshaller` in `InvocationTypeGenerator` More... 5 months ago
Introduce `ConvertArgumentFromObjectExpression` More... 5 months ago
Let `ArgumentsMarshaller` handle return value, too More... 5 months ago
Replace `ReferencesToObjectArrayExpression` More... 5 months ago
Complement `CopyOut` with `CopyIn` counterpart More... 5 months ago
Move `CopyOutAndRefParameters` to new `ArgumentsMarshaller` More... 5 months ago