• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kaidokert / fixed-bigint-rs / 29714086842
97%

Build:
DEFAULT BRANCH: main
Ran 20 Jul 2026 03:11AM UTC
Jobs 1
Files 62
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Jul 2026 03:10AM UTC coverage: 97.306% (+0.02%) from 97.291%
29714086842

push

github

web-flow
Add CtCheckedAdd/Sub/Mul to HeaplessBigInt (#170)

* Complete the HeaplessBigInt CT surface: CtChecked* and Ct NextPowerOfTwo

The last remaining CT traits — none actually blocked, just unbuilt.

- CtCheckedAdd/Sub/Mul (arith.rs): Overflowing* + subtle::CtOption::new — the
  overflow flag masks observability instead of branching. P-generic, no
  ct_select needed (same shape as CtNonZero).
- NextPowerOfTwo now impls the Ct carrier too (power_of_two.rs): the Nct arm
  branches (panic / wrap), the Ct arm is branchless via ct_select (saturate to
  the width-max for `next`, wrap to zero for `wrapping`). Both share a
  P-generic value-based `checked_next_pow2` helper; `checked_next_power_of_two`
  itself stays branchful (Option leaks the overflow bit) — not CT, same caveat
  as FixedUInt, so Ct callers use next/wrapping.

33 of 33 new or added lines in 1 file covered. (100.0%)

5707 of 5865 relevant lines covered (97.31%)

7064.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29714086842.1 20 Jul 2026 03:11AM UTC 62
97.31
GitHub Action Run
Source Files on build 29714086842
  • Tree
  • List 62
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29714086842
  • 0fee5df7 on github
  • Prev Build on main (#29712440137)
  • Next Build on main (#29715991077)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc