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
16.8k
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
[WIP] Move
Self: Trait
predicate to trait items instead of the trait itself
- #50183
#50183
Closed
tmandry
wants to merge 11 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:move-self-trait-predicate-to-items
tmandry/rust:move-self-trait-predicate-to-items
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
[WIP] Move
Self: Trait
predicate to trait items instead of the trait itself
#50183
tmandry
wants to merge 11 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:move-self-trait-predicate-to-items
tmandry/rust:move-self-trait-predicate-to-items
Copy head branch name to clipboard
Commits
Commits on Apr 27, 2018
WIP: Remove Self:Trait from predicates_of
tmandry
committed
b914418
View commit details
Copy full SHA for b914418
Browse repository at this point
Filter out trait predicate in compare_predicate_entailment
tmandry
committed
75884d4
View commit details
Copy full SHA for 75884d4
Browse repository at this point
Fix panic, tidy error
tmandry
committed
32a0a76
View commit details
Copy full SHA for 32a0a76
Browse repository at this point
Remove slice hack from lowering module
Show description for defc7e9
tmandry
committed
defc7e9
View commit details
Copy full SHA for defc7e9
Browse repository at this point
Update chalkify test
tmandry
committed
f52d4de
View commit details
Copy full SHA for f52d4de
Browse repository at this point
Commits on Apr 30, 2018
ty::wf: Add `Self: Trait` predicate back in
tmandry
committed
edeb9c4
View commit details
Copy full SHA for edeb9c4
Browse repository at this point
Commits on May 1, 2018
compare_impl_method: Make trait predicate filter specific to Self
tmandry
committed
0faf7fb
View commit details
Copy full SHA for 0faf7fb
Browse repository at this point
Commits on May 2, 2018
compute_trait_ref: Restore original order of predicates
Show description for 9374cd2
tmandry
committed
9374cd2
View commit details
Copy full SHA for 9374cd2
Browse repository at this point
compute_trait_ref: Optimize Self:Trait predicate
tmandry
committed
4a98f86
View commit details
Copy full SHA for 4a98f86
Browse repository at this point
Clean up `Self: Trait` predicate code
tmandry
committed
1d888a4
View commit details
Copy full SHA for 1d888a4
Browse repository at this point
Commits on Jun 4, 2018
Fix DefId handling in ty::is_trait
tmandry
committed
671ede2
View commit details
Copy full SHA for 671ede2
Browse repository at this point
You can’t perform that action at this time.