Add Subtree changes to Main branch#4
Merged
jaisnan merged 3 commits intomodel-checking:mainfrom May 31, 2024
Merged
Conversation
53c9eeb to
36c1e9d
Compare
git-subtree-dir: library git-subtree-split: 88f0106
Samuelsills
added a commit
to Samuelsills/verify-rust-std
that referenced
this pull request
Mar 28, 2026
Add Kani proof harnesses for BTreeMap node functions specified in Challenge model-checking#4. Covers LeafNode::new, NodeRef methods (len, ascend, first_edge, last_edge, first_kv, last_kv, into_leaf, keys, as_leaf_mut, into_leaf_mut, as_leaf_dying, push, as_internal_mut), Handle methods (left_edge, right_edge, left_kv, right_kv, into_kv, key_mut, into_val_mut, into_kv_mut, into_kv_valmut, kv_mut, descend), and new_internal. Resolves model-checking#77 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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.
Description of changes:
Draft PR for the main branch of the contest page. This ensures that we keep track of the std-library as a subtree of the main branch.
It's important that we don't squash these 3 commits during merge as the git subtree command retrieves information from the commit messages to track how the merge has been performed and to improve future merge.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.