Add README.md file#2
Merged
Merged
Conversation
rahulku
approved these changes
May 25, 2024
jaisnan
added a commit
that referenced
this pull request
Jun 7, 2024
Co-authored-by: Jaisurya Nanduri <91620234+jaisnan@users.noreply.github.com>
btj
pushed a commit
to btj/verify-rust-std
that referenced
this pull request
Sep 5, 2025
…=jieyouxu Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [#1 of Batch model-checking#2] Part of rust-lang#133895 Methodology: 1. Refer to the previously written `tests/ui/SUMMARY.md` 2. Find an appropriate category for the test, using the original issue thread and the test contents. 3. Add the issue URL at the bottom (not at the top, as that would mess up stderr line numbers) 4. Rename the tests to make their purpose clearer Inspired by the methodology that `@Kivooeo` was using. r? `@jieyouxu`
btj
pushed a commit
to btj/verify-rust-std
that referenced
this pull request
Sep 5, 2025
…=jieyouxu Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [model-checking#2 of Batch model-checking#2] Part of rust-lang#133895 Methodology: 1. Refer to the previously written `tests/ui/SUMMARY.md` 2. Find an appropriate category for the test, using the original issue thread and the test contents. 3. Add the issue URL at the bottom (not at the top, as that would mess up stderr line numbers) 4. Rename the tests to make their purpose clearer Inspired by the methodology that `@Kivooeo` was using. r? `@jieyouxu`
Samuelsills
added a commit
to Samuelsills/verify-rust-std
that referenced
this pull request
Mar 31, 2026
Replace concrete strings ("hello", "a,b") with symbolic inputs via
kani::any(). All harnesses now use any_str() helper that creates
symbolic valid UTF-8 strings of symbolic length, exploring ALL
valid byte patterns exhaustively. Pattern inputs use concrete ASCII
characters (pattern correctness assumed per spec assumption model-checking#2).
Addresses review feedback on PR model-checking#572:
- Symbolic values via kani::any() instead of specific strings
- Symbolic string length (0 to MAX_LEN)
- __iterator_get_unchecked verified with symbolic index
Note: Chars::advance_by requires loop invariants for unbounded
verification (3 internal loops exceed unwind bounds). Remaining
15/16 functions verified symbolically.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Add a README.md file with contents created by @jaisnan.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.