Skip to content

Release CBMC 6.11.0 - #9157

Merged
tautschnig merged 1 commit into
diffblue:developfrom
tautschnig:release-6.11.0
Aug 21, 2026
Merged

Release CBMC 6.11.0#9157
tautschnig merged 1 commit into
diffblue:developfrom
tautschnig:release-6.11.0

Conversation

@tautschnig

Copy link
Copy Markdown
Collaborator

This release adds support for anonymous struct embedding via
-fms-extensions (via #9022), extends the in-tree SMT2 solver with
mathematical and string/regex types and operations (via #9074), and
fixes various front-end and encoding bugs. Docker images are now
published to GitHub Container Registry instead of Docker Hub (via
#9143).

  • Each commit message has a non-empty body, explaining why the change was made.
  • Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

This release adds support for anonymous struct embedding via
-fms-extensions (via diffblue#9022), extends the in-tree SMT2 solver with
mathematical and string/regex types and operations (via diffblue#9074), and
fixes various front-end and encoding bugs. Docker images are now
published to GitHub Container Registry instead of Docker Hub (via
diffblue#9143).

Co-authored-by: Kiro <kiro-agent@users.noreply.github.com>
@tautschnig
tautschnig requested a review from kroening as a code owner August 21, 2026 02:28
Copilot AI lite review requested due to automatic review settings August 21, 2026 02:28
@tautschnig
tautschnig requested review from a team, TGWDB and peterschrammel as code owners August 21, 2026 02:28

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps CBMC’s release version metadata to 6.11.0 across the build config and Rust API crate, and adds the 6.11.0 release notes to the top-level changelog.

Changes:

  • Update CBMC version in src/config.inc to 6.11.0.
  • Update Rust crate version (libcprover_rust) to 6.11.0.
  • Add a new CHANGELOG section describing the 6.11.0 release highlights and fixes.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/libcprover-rust/Cargo.toml Bumps Rust API crate version to 6.11.0.
src/config.inc Bumps CBMC_VERSION to 6.11.0 for build/version metadata.
CHANGELOG Adds the CBMC 6.11.0 release notes section.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread CHANGELOG
* Record function argument evaluation order in configt::ansi_ct by @tautschnig in https://github.com/diffblue/cbmc/pull/9120
* cprover: treat the __CPROVER_allocate side effect like malloc by @tautschnig in https://github.com/diffblue/cbmc/pull/9079
* SMT2: tolerate non-constant array indices when parsing array models by @tautschnig in https://github.com/diffblue/cbmc/pull/9063
* Set signedness of "char *" casts to avoid cross-platform differences. by @rod-chapman in https://github.com/diffblue/cbmc/pull/9081
@codecov

codecov Bot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.83%. Comparing base (ce4d052) to head (b2ec777).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9157      +/-   ##
===========================================
- Coverage    80.83%   80.83%   -0.01%     
===========================================
  Files         1717     1717              
  Lines       190069   190069              
  Branches        73       73              
===========================================
- Hits        153650   153647       -3     
- Misses       36419    36422       +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tautschnig
tautschnig merged commit 820ff0f into diffblue:develop Aug 21, 2026
43 checks passed
@tautschnig
tautschnig deleted the release-6.11.0 branch August 21, 2026 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants