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 }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.9k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
core: add core::pattern::Predicate wrapper type
- #161764
#161764
Draft
pacak
wants to merge 15 commits into
rust-lang:main
rust-lang/rust:main
from
pacak:push-pqpumynltyml
pacak/rust:push-pqpumynltyml
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Draft
core: add core::pattern::Predicate wrapper type
#161764
pacak
wants to merge 15 commits into
rust-lang:main
rust-lang/rust:main
from
pacak:push-pqpumynltyml
pacak/rust:push-pqpumynltyml
Copy head branch name to clipboard
Commits
Commits on Sep 17, 2026
core: convert Pattern<'a> into Pattern<H: Haystack>
Show description for 06edb7c
pacak
committed
06edb7c
View commit details
Copy full SHA for 06edb7c
Browse repository at this point
core: move Pattern et al to core::pattern module
Show description for 5ad3f42
pacak
committed
5ad3f42
View commit details
Copy full SHA for 5ad3f42
Browse repository at this point
core: introduce internal core::pattern::{Split,SplitN} types
Show description for fe6d2d5
pacak
committed
fe6d2d5
View commit details
Copy full SHA for fe6d2d5
Browse repository at this point
Revert "Add ByteNeedle search in StrSearcherImpl"
Show description for e1fc4c1
pacak
committed
e1fc4c1
View commit details
Copy full SHA for e1fc4c1
Browse repository at this point
core: add core::pattern::EmptyNeedleSearcher internal type
Show description for 2ef9479
pacak
committed
2ef9479
View commit details
Copy full SHA for 2ef9479
Browse repository at this point
core: add try_next_code_point{,_reverse} internal functions
Show description for 5f4525a
pacak
committed
5f4525a
View commit details
Copy full SHA for 5f4525a
Browse repository at this point
core: add internal core::str_bytes module handling string-like slices
Show description for 5426ada
pacak
committed
5426ada
View commit details
Copy full SHA for 5426ada
Browse repository at this point
coretests: Add a few tests for backward multibyte predicate
Show description for 33690ff
pacak
committed
33690ff
View commit details
Copy full SHA for 33690ff
Browse repository at this point
core: add concept of Flavour to core::str_bytes
Show description for 26fb9ef
pacak
committed
26fb9ef
View commit details
Copy full SHA for 26fb9ef
Browse repository at this point
core: add memchr-based single-ascii byte search to str_bytes
Show description for 3ef7f4e
pacak
committed
3ef7f4e
View commit details
Copy full SHA for 3ef7f4e
Browse repository at this point
core/std: inline small functions
pacak
committed
197eac7
View commit details
Copy full SHA for 197eac7
Browse repository at this point
core::str_bytes: use unsafe for indexing
Show description for 191ee7d
pacak
committed
191ee7d
View commit details
Copy full SHA for 191ee7d
Browse repository at this point
core: skip emitting rejects if result doesn't cary it
pacak
committed
a0e80f7
View commit details
Copy full SHA for a0e80f7
Browse repository at this point
std: add pattern matching to OsStr
Show description for f711273
pacak
committed
f711273
View commit details
Copy full SHA for f711273
Browse repository at this point
core: add core::pattern::Predicate wrapper type
Show description for a6e5ddf
pacak
committed
a6e5ddf
View commit details
Copy full SHA for a6e5ddf
Browse repository at this point
You can’t perform that action at this time.