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.7k
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
Improve caching by introducing
TypingMode::ErasedNotCoherence
- #155443
#155443
Merged
rust-bors[bot]
merged 15 commits into
rust-lang:main
rust-lang/rust:main
from
jdonszelmann:canonical
jdonszelmann/rust:canonical
Copy head branch name to clipboard
May 6, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Improve caching by introducing
TypingMode::ErasedNotCoherence
#155443
rust-bors[bot]
merged 15 commits into
rust-lang:main
rust-lang/rust:main
from
jdonszelmann:canonical
jdonszelmann/rust:canonical
Copy head branch name to clipboard
Commits
Commits on May 6, 2026
Add `AccessedOpaques`, tracking opaque access during canonicalization
jdonszelmann
committed
3b0a258
View commit details
Copy full SHA for 3b0a258
Browse repository at this point
Change sg apis to cache opaque accesses
jdonszelmann
committed
6173314
View commit details
Copy full SHA for 6173314
Browse repository at this point
Introduce `ErasedNotCoherence` typing mode
jdonszelmann
committed
a93f8c0
View commit details
Copy full SHA for a93f8c0
Browse repository at this point
type safety for typing mode outside trait solver which can't be erased-not-coherence
jdonszelmann
committed
630f0d2
View commit details
Copy full SHA for 630f0d2
Browse repository at this point
Add logging in various places
jdonszelmann
committed
a299302
View commit details
Copy full SHA for a299302
Browse repository at this point
Try to canonicalize with erased opaques, retry when opaques are used.
jdonszelmann
committed
7ff71be
View commit details
Copy full SHA for 7ff71be
Browse repository at this point
Refactor `fetch_eligible_assoc_item` output
jdonszelmann
committed
9fda7e0
View commit details
Copy full SHA for 9fda7e0
Browse repository at this point
consistently return OpaquesAccessed from probes to signal why they error
jdonszelmann
committed
e8b74ee
View commit details
Copy full SHA for e8b74ee
Browse repository at this point
some attempts at improving coroutines resulting in FIXME
jdonszelmann
committed
1390409
View commit details
Copy full SHA for 1390409
Browse repository at this point
make RerunReason an enum
jdonszelmann
committed
d543ed8
View commit details
Copy full SHA for d543ed8
Browse repository at this point
return ambiguous in fast path, factor out method to check if no opaques in scope
jdonszelmann
committed
8ca4e43
View commit details
Copy full SHA for 8ca4e43
Browse repository at this point
prefer assert_not_erased over matching+unreachable
jdonszelmann
committed
f0c1798
View commit details
Copy full SHA for f0c1798
Browse repository at this point
move typing mode determination out of canonicalize_goal
jdonszelmann
committed
52bd834
View commit details
Copy full SHA for 52bd834
Browse repository at this point
some cleanup
jdonszelmann
committed
1c34c39
View commit details
Copy full SHA for 1c34c39
Browse repository at this point
fixup GenericTypeVisitable
jdonszelmann
committed
36b6eeb
View commit details
Copy full SHA for 36b6eeb
Browse repository at this point
You can’t perform that action at this time.