FuelLabs
sway
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
@ Split self-without-self test into separate functions The filecheck `check`/`nextln` pairs were binding to the wrong error. With both `self.x()` and bare `self` in one function, the bare `self` line showed up as trailing context inside the first error block, so the second `check: let _ = self;` matched there and its `nextln` for the error message failed (the next line was `}`, not the message). Putting each use in its own function keeps the two error context windows from overlapping, so each check/nextln pair binds to its own error. @
Dnreikronos:typecheck/self_param_missing_error
31 minutes ago
Add test for self used without a self parameter
Dnreikronos:typecheck/self_param_missing_error
1 hour ago
fmt and clippy issues
xunilrj/improve-rawptr-write
2 days ago
Update call_basic_storage contract ID for new data-section bytecode
Dnreikronos:fix/large-data-section-ice
2 days ago
Update e2e snapshots for new data-section bytecode sizes
Dnreikronos:fix/large-data-section-ice
2 days ago
Format const generic insert to satisfy rustfmt
Dnreikronos:fix/type-alias-array-const-generics-ice
2 days ago
Apply rustfmt to method application argument loop
Dnreikronos:fix/ref-mut-method-check
3 days 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
3 days ago
Latest Branches
CodSpeed Performance Gauge
-1%
sway-core: Clarify error for self used without a self parameter
#7647
46 minutes ago
44836c2
Dnreikronos:typecheck/self_param_missing_error
CodSpeed Performance Gauge
+13%
Improve `raw_ptr::write` (1/n)
#7646
2 days ago
23fd054
xunilrj/improve-rawptr-write
CodSpeed Performance Gauge
0%
Fix ICE when data section exceeds 2^12 words
#7643
2 days ago
4eff7df
Dnreikronos:fix/large-data-section-ice
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs