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

kaidokert / fixed-bigint-rs / 27883344995

Builds Branch Commit Type Ran Committer Via Coverage
27883344995 v0.3.1 Fix nightly const impl syntax for nightly-2026-06-19+ (#123) push 20 Jun 2026 08:44PM UTC web-flow github
98.32
27883259964 main Fix nightly const impl syntax for nightly-2026-06-19+ (#123) push 20 Jun 2026 08:40PM UTC web-flow github
98.32
27883112959 fix/nightly-const-impl-syntax Fix nightly const impl syntax for nightly-2026-06-19+ push 20 Jun 2026 08:34PM UTC kaidokert github
98.32
27883016874 fix/nightly-const-impl-syntax Fix nightly const impl syntax for nightly-2026-06-19+ push 20 Jun 2026 08:30PM UTC kaidokert github
98.32
27882901779 fix/nightly-const-impl-syntax Fix nightly const impl syntax for nightly-2026-06-19+ push 20 Jun 2026 08:25PM UTC kaidokert github
98.32
26999934421 main Extend asm-grep scope to follow helpers reachable from fixtures (#122) * Extend asm-grep scope to follow helpers reachable from fixtures Previously the gate scoped to `ct_fix__*` / `nct_fix__*` symbols only, on the assumption that LTO would inli... push 05 Jun 2026 06:44AM UTC web-flow github
98.32
26999733994 asm-grep-helper-scope Clarify HELPER_ALLOWLIST sharing rationale Drop the misleading "smoke run on aarch64-apple-darwin" framing — the classification is source-semantic (each helper body is a public-bounded loop) and holds independently of any backend's lowering. Spel... Pull #122 05 Jun 2026 06:39AM UTC kaidokert github
98.32
26999386927 asm-grep-helper-scope Allowlist armv6m-only compiler-rt runtime helpers Cortex-M0 reaches a few more compiler-rt symbols transitively because the ISA itself lacks the relevant instruction: __clzsi2 / __clzdi2 — software CLZ (no `clz` on armv6m) __udivmodsi4 ... Pull #122 05 Jun 2026 06:30AM UTC kaidokert github
98.32
26999116500 asm-grep-helper-scope Allowlist compiler_builtins::mem and __{ashl,ashr,lshr}[dt]i3 Two more compiler-runtime helpers slip through the helper-scope walker: - compiler_builtins::mem::{memcpy,memset,memmove,memcmp} — the Rust implementations of the bare-name byte hel... Pull #122 05 Jun 2026 06:22AM UTC kaidokert github
98.32
26999023608 asm-grep-helper-scope Add per-target RUSTFLAGS scoping + thumbv6m intrinsic allowlist x86_64-unknown-linux-gnu: baseline x86_64 lowers u32::leading_zeros() to test/je/bsr (bsr is undefined on zero). Pass +lzcnt,+bmi1 via matrix.extra_rustflags so the intrinsic lowers ... Pull #122 05 Jun 2026 06:19AM UTC kaidokert github
98.32
26998457324 asm-grep-helper-scope Strip +offset/-offset/@plt suffixes from captured call targets `objdump` decorates the call-target operand differently depending on file format and reloc type: - ELF GOTPCREL: `R_X86_64_GOTPCREL _ZN…E-0x4` - Inline tag with non-zero offset: `<so... Pull #122 05 Jun 2026 06:03AM UTC kaidokert github
98.32
26997792763 asm-grep-helper-scope Extend asm-grep scope to follow helpers reachable from fixtures Previously the gate scoped to `ct_fix__*` / `nct_fix__*` symbols only, on the assumption that LTO would inline every Ct helper into the fixture body and bring it under inspection. Th... Pull #122 05 Jun 2026 05:43AM UTC kaidokert github
98.32
26997019830 main Add category ASYM: asymmetric-taint regression fixtures (#121) * Add category ASYM: asymmetric-taint regression fixtures The existing Cat A/B/C fixtures taint both operands symmetrically, which is the right pattern for general CT-property verifi... push 05 Jun 2026 05:20AM UTC web-flow github
98.32
26996777840 asymmetric-taint-fixtures Cap shift amount to BIT_SIZE before usize cast on Ct path PR #121's earlier simplification dropped explicit overflow detection for the Ct path, relying on `const_shl_ct` / `const_shr_ct`'s barrel saturation to produce zero for shifts >= BIT_SIZE.... Pull #121 05 Jun 2026 05:12AM UTC kaidokert github
98.32
26996066403 asymmetric-taint-fixtures Skip normalize_shift_amount on the Ct path `normalize_shift_amount` contains `if bits >= bit_size_u32` (a flag- based branch derived from the shift amount) and `bits % bit_size_u32` (variable-time modulo). Both are side-channel risks on Ct when b... Pull #121 05 Jun 2026 04:50AM UTC kaidokert github
98.32
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 19
  • 20
  • Next →
  • Back to Repo
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