FuelLabs
sway
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Apply rustfmt to method application argument loop
Dnreikronos:fix/ref-mut-method-check
1 hour ago
Extract shared check_arg_mutability helper Both function and method application emitted the same new_from_ref_mut + gather_mutability + ImmutableArgumentToMutableParameter check inline. Pull it into one check_arg_mutability helper so the two paths can't drift. Also rename the misleading arg_had_err binding to needs_recheck, since it tracks needs_second_pass (errors or numerics).
Dnreikronos:fix/ref-mut-method-check
1 hour ago
Fix contract-call index skew in ref mut mutability check The mutability check ran in a separate loop that assumed args_buf[0] was always the contract-call receiver. The type-check loop only pushes that receiver when its first-pass type is present, so when it is absent args_buf is shorter and the index-1 mapping pairs arguments with the wrong parameters. Fold the check into the type-check loop so it reuses the same source-argument-to-parameter mapping and stays correct.
Dnreikronos:fix/ref-mut-method-check
2 hours ago
Merge branch 'master' into fix/ref-mut-method-check
Dnreikronos:fix/ref-mut-method-check
2 hours ago
Apply rustfmt to function_application
Dnreikronos:Dnreikronos/fix-ref-without-mut-check
2 hours ago
Merge branch 'master' into fix/type-alias-array-const-generics-ice
Dnreikronos:fix/type-alias-array-const-generics-ice
3 hours ago
Merge branch 'master' into fix/large-data-section-ice
Dnreikronos:fix/large-data-section-ice
3 hours ago
Merge branch 'master' into fix/index-read-ref-mut-array-7602
Dnreikronos:fix/index-read-ref-mut-array-7602
3 hours ago
Latest Branches
CodSpeed Performance Gauge
+11%
Fix: check ref mut mutability for method call arguments
#7630
1 hour ago
6367ec9
Dnreikronos:fix/ref-mut-method-check
CodSpeed Performance Gauge
0%
Fix ref without mut parameter check on methods and associated functions
#7633
3 hours ago
7f350f4
Dnreikronos:Dnreikronos/fix-ref-without-mut-check
CodSpeed Performance Gauge
-10%
Fix ICE and type mismatch with array type aliases and const generics
#7638
3 hours ago
1559195
Dnreikronos:fix/type-alias-array-const-generics-ice
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs