paradigmxyz
solar
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(sema): address explicit conversion
dipanshuhappy:feat/address-conversion
57 minutes ago
feat(sema): enum explicit conversion
dipanshuhappy:main
59 minutes ago
feat(sema): implement explicit conversions for fixed-size byte arrays Add explicit type conversion support for: - FixedBytes to FixedBytes (any size) - FixedBytes to UInt (same size only) - UInt to FixedBytes (same size only) Signed integers are not allowed per Solidity spec. Closes #612
push-kkuonltnrzzn
14 hours ago
feat(sema): implement array slice implicit conversion Add implicit type conversion for array slices to their underlying array type. Slices can now convert to: - The exact underlying type (e.g., `uint256[] calldata slice` → `uint256[] calldata`) - Memory arrays of the same element type (e.g., `uint256[] calldata slice` → `uint256[] memory`) Also fixes `is_sliceable()` to peel refs so reference types like `uint256[] calldata` are correctly recognized as sliceable. Closes #621 See: https://docs.soliditylang.org/en/latest/types.html#array-slices
push-wxqmtulyouxs
15 hours ago
feat(sema): implement array slice implicit conversion Add implicit type conversion for array slices to their underlying array type. Slices can now convert to: - The exact underlying type (e.g., `uint256[] calldata slice` → `uint256[] calldata`) - Memory arrays of the same element type (e.g., `uint256[] calldata slice` → `uint256[] memory`) Also fixes `is_sliceable()` to peel refs so reference types like `uint256[] calldata` are correctly recognized as sliceable. Closes #621 See: https://docs.soliditylang.org/en/latest/types.html#array-slices
push-wxqmtulyouxs
15 hours ago
feat(typeck): payable address implicit conversion (#622) Closes #618
main
17 hours ago
feat(typeck): payable address implicit conversion
push-pmvxkwpovnmt
17 hours ago
chore(meta): set issue types on issue templates (#616) We can now set issue types on templates.
main
22 hours ago
Active Branches
feat(sema): address explicit conversion
last run
57 minutes ago
#626
CodSpeed Performance Gauge
0%
feat(sema): enum explicit conversion
last run
59 minutes ago
#625
CodSpeed Performance Gauge
0%
feat(sema): implement explicit conversions for fixed-size byte arrays
last run
14 hours ago
#624
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs