Release CBMC 6.11.0 - #9157
Merged
Merged
Conversation
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
requested review from
a team,
TGWDB and
peterschrammel
as code owners
August 21, 2026 02:28
There was a problem hiding this comment.
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.incto 6.11.0. - Update Rust crate version (
libcprover_rust) to 6.11.0. - Add a new
CHANGELOGsection 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.
| * 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 |
kroening
approved these changes
Aug 21, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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).