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

kaidokert / fixed-bigint-rs
96%
main: 98%

Build:
Build:
LAST BUILD BRANCH: const-midpoint-unbounded-shift
DEFAULT BRANCH: main
Repo Added 17 Apr 2021 06:28PM UTC
Files 25
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

LAST BUILD ON BRANCH const-array-helpers-2
branch: const-array-helpers-2
CHANGE BRANCH
x
Reset
  • const-array-helpers-2
  • 1_13
  • add
  • betterdesign
  • c0nstify
  • check
  • clean_and_up
  • codex/add-no-std-no-alloc-category
  • codex/add-tests-for-rotate_left-and-rotate_right
  • codex/find-and-fix-a-critical-bug
  • codex/update-coverage.yml-for-full-feature-coverage
  • codex/update-coveralls-action-version
  • const-abs-diff
  • const-array-h3
  • const-array-helpers-1
  • const-arry-h4
  • const-bitops
  • const-checked-ops
  • const-checked-pow
  • const-clone
  • const-cmp
  • const-convert
  • const-default
  • const-div-ceil
  • const-div-rem
  • const-euclid
  • const-extended-precision
  • const-identity-traits
  • const-ilog
  • const-isqrt
  • const-midpoint-unbounded-shift
  • const-mul-traits
  • const-muldiv
  • const-multiple-of
  • const-power-of-two
  • const-primint-1
  • const-primint-2
  • const-saturating
  • const-shift-variants
  • const-to-bytes
  • const-wrapping-checked
  • const_all_the_things
  • coverage-recheck
  • coverage_imp
  • dev
  • dev2
  • dev3
  • dev4
  • devel
  • div_opt
  • fixclippy
  • impl_roots
  • iter_prod
  • kaidokert-patch-1
  • l1w7kj-codex/update-coveralls-action-version
  • main
  • new_bump
  • refact
  • refactor
  • v0.1.17
  • v1_11

14 Feb 2026 09:35PM UTC coverage: 96.075% (+0.05%) from 96.03%
22024660525

Pull #67

github

kaidokert
Extract const_word_bits and const_cmp_words helpers

- Add const_word_bits<T>() to centralize word bit-width computation
- Add const_cmp_words<T>() to encapsulate word comparison pattern
- Replace all size_of::<T>() * 8 with const_word_bits call
- Simplify comparison loops using const_cmp_words
Pull Request #67: Add const array comparison helpers

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

1787 of 1860 relevant lines covered (96.08%)

620.67 hits per line

Relevant lines Covered
Build:
Build:
1860 RELEVANT LINES 1787 COVERED LINES
620.67 HITS PER LINE
Source Files on const-array-helpers-2
  • Tree
  • List 16
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22024660525 const-array-helpers-2 Extract const_word_bits and const_cmp_words helpers - Add const_word_bits<T>() to centralize word bit-width computation - Add const_cmp_words<T>() to encapsulate word comparison pattern - Replace all size_of::<T>() * 8 with const_word_bits call -... Pull #67 14 Feb 2026 09:37PM UTC kaidokert github
96.08
22024480021 const-array-helpers-2 Fix OOB access and enforce bit_shift bounds - Restore source_idx - 1 < N check to prevent OOB when word_idx >= N - Add early return for bit_shift >= word_bits to prevent shift UB Pull #67 14 Feb 2026 09:23PM UTC kaidokert github
96.08
22024206819 const-array-helpers-2 Address PR review comments - Reuse word_shift instead of computing shift_bits/word_bits twice - Simplify redundant bounds check in const_array_get_shifted_word - Add precondition doc for bit_shift parameter - Add tests for bit_shift != 0 path in ... Pull #67 14 Feb 2026 09:02PM UTC kaidokert github
96.08
22024040839 const-array-helpers-2 Add const array comparison helpers - Add const_array_cmp, const_array_get_shifted_word, const_array_cmp_shifted - Delegate Ord::cmp, cmp_shifted, get_shifted_word to const helpers - Add comprehensive tests for comparison functions Pull #67 14 Feb 2026 08:49PM UTC kaidokert github
96.06
See All Builds (199)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc