Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
model-checking
/
verify-rust-std
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
81
Star
359
Code
Issues
33
Pull requests
63
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Verify safety of char-related Searcher methods (Challenge 20)
- #537
#537
Open
jrey8343
wants to merge 12 commits into
model-checking:main
model-checking/verify-rust-std:main
from
jrey8343:challenge-20-str-pattern
jrey8343/verify-rust-std:challenge-20-str-pattern
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Verify safety of char-related Searcher methods (Challenge 20)
#537
jrey8343
wants to merge 12 commits into
model-checking:main
model-checking/verify-rust-std:main
from
jrey8343:challenge-20-str-pattern
jrey8343/verify-rust-std:challenge-20-str-pattern
Copy head branch name to clipboard
Commits
Commits on Feb 6, 2026
Verify safety of char-related Searcher methods (Challenge 20)
Show description for bdb88ae
jrey8343
committed
bdb88ae
View commit details
Copy full SHA for bdb88ae
Browse repository at this point
Fix CI: remove loop invariants that cause CBMC assigns check interference
Show description for fd5215c
jrey8343
committed
fd5215c
View commit details
Copy full SHA for fd5215c
Browse repository at this point
Commits on Feb 11, 2026
Abstract next_match/next_match_back with #[cfg(kani)] nondeterministic overapproximation
Show description for b51df2c
jrey8343
committed
b51df2c
View commit details
Copy full SHA for b51df2c
Browse repository at this point
Commits on Feb 21, 2026
Fix arithmetic overflow in next_match/next_match_back Kani abstractions
Show description for d763699
jrey8343
committed
d763699
View commit details
Copy full SHA for d763699
Browse repository at this point
Commits on Apr 2, 2026
Add UTF-8 boundary constraints, fix overflow, and improve docs
Show description for 4a9c0fc
jrey8343
committed
4a9c0fc
View commit details
Copy full SHA for 4a9c0fc
Browse repository at this point
Commits on Aug 18, 2026
Remove #[cfg(kani)] searcher abstractions; restore upstream pattern.rs
Show description for 8e64315
jrey8343
and
claude
committed
8e64315
View commit details
Copy full SHA for 8e64315
Browse repository at this point
Merge remote-tracking branch 'origin/main' into challenge-20-str-pattern
jrey8343
committed
3c85fa3
View commit details
Copy full SHA for 3c85fa3
Browse repository at this point
Commits on Aug 19, 2026
Add Challenge 20 harnesses verifying the real searcher code
Show description for 5fd9a4a
jrey8343
and
claude
committed
5fd9a4a
View commit details
Copy full SHA for 5fd9a4a
Browse repository at this point
Commits on Sep 2, 2026
Document the Challenge 20 haystack bound as an accepted limitation
Show description for 347777d
jrey8343
and
claude
committed
347777d
View commit details
Copy full SHA for 347777d
Browse repository at this point
Commits on Sep 13, 2026
Add the Searcher contract to CharSearcher::next_match/next_match_back
Show description for 2c5b3e7
jrey8343
and
claude
committed
2c5b3e7
View commit details
Copy full SHA for 2c5b3e7
Browse repository at this point
State the CharSearcher needle clause of C byte-wise
Show description for 7ebd1d4
jrey8343
and
claude
committed
7ebd1d4
View commit details
Copy full SHA for 7ebd1d4
Browse repository at this point
Write next_match_back's width clause without an addition
Show description for 2a548ca
jrey8343
and
claude
committed
2a548ca
View commit details
Copy full SHA for 2a548ca
Browse repository at this point
You can’t perform that action at this time.