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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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.5k
Star
117k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement stable overlap check considering negative traits
- #93175
#93175
Merged
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
spastorino:negative-traits-coherence-new
spastorino/rust:negative-traits-coherence-new
Copy head branch name to clipboard
Jan 25, 2022
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Implement stable overlap check considering negative traits
#93175
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
spastorino:negative-traits-coherence-new
spastorino/rust:negative-traits-coherence-new
Copy head branch name to clipboard
Commits
Commits on Jan 21, 2022
Use impl1 and impl2 instead of a and b prefixes
spastorino
committed
f518827
View commit details
Copy full SHA for f518827
Browse repository at this point
Move auxiliary fns out of overlap_with_probe
spastorino
committed
052b31b
View commit details
Copy full SHA for 052b31b
Browse repository at this point
Extract stable_disjoint fn
spastorino
committed
b2a45f0
View commit details
Copy full SHA for b2a45f0
Browse repository at this point
Add overlap mode
spastorino
committed
c2890ed
View commit details
Copy full SHA for c2890ed
Browse repository at this point
Implement stable with negative coherence mode
spastorino
committed
d2d25a5
View commit details
Copy full SHA for d2d25a5
Browse repository at this point
Do not pass OverlapMode down, just create a closure to properly set the filtering
spastorino
committed
1ec962f
View commit details
Copy full SHA for 1ec962f
Browse repository at this point
Make strict_disjoint use explicit_disjoint
spastorino
committed
19e3c86
View commit details
Copy full SHA for 19e3c86
Browse repository at this point
Remove intermediate function doesn't make more sense
spastorino
committed
e2567b0
View commit details
Copy full SHA for e2567b0
Browse repository at this point
Commits on Jan 22, 2022
Restructure the code leveraging in abilities more than modes
spastorino
committed
e5f2fdb
View commit details
Copy full SHA for e5f2fdb
Browse repository at this point
Commits on Jan 23, 2022
Document OverlapMode
spastorino
committed
7847ca8
View commit details
Copy full SHA for 7847ca8
Browse repository at this point
Rename strict_check to negative_impl_exists
spastorino
committed
2693832
View commit details
Copy full SHA for 2693832
Browse repository at this point
FIXME include regions too
spastorino
committed
8189bac
View commit details
Copy full SHA for 8189bac
Browse repository at this point
You can’t perform that action at this time.