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
Accelerator
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.4k
Star
116k
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 existential types
- #52024
#52024
Merged
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
oli-obk:existential_parse
oli-obk/rust:existential_parse
Copy head branch name to clipboard
Jul 19, 2018
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Implement existential types
#52024
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
oli-obk:existential_parse
oli-obk/rust:existential_parse
Copy head branch name to clipboard
Commits
Commits on Jul 18, 2018
Implement existential types
oli-obk
committed
53d2ebb
View commit details
Copy full SHA for 53d2ebb
Browse repository at this point
Typeck existential types properly
oli-obk
committed
3e215a3
View commit details
Copy full SHA for 3e215a3
Browse repository at this point
Only check existential types, not the desugared impl Trait
oli-obk
committed
2ed1aca
View commit details
Copy full SHA for 2ed1aca
Browse repository at this point
Add test for using existential types in associated types
oli-obk
committed
4e8cc76
View commit details
Copy full SHA for 4e8cc76
Browse repository at this point
Don't call `local_def_id` twice on the same node id
oli-obk
committed
160cbda
View commit details
Copy full SHA for 160cbda
Browse repository at this point
default impls for methods can contain existential types inside
oli-obk
committed
6e09d91
View commit details
Copy full SHA for 6e09d91
Browse repository at this point
Move some tests around
oli-obk
committed
3535159
View commit details
Copy full SHA for 3535159
Browse repository at this point
Split monster tests into smaller ones
oli-obk
committed
0f05b4b
View commit details
Copy full SHA for 0f05b4b
Browse repository at this point
More documentation
oli-obk
committed
41b0315
View commit details
Copy full SHA for 41b0315
Browse repository at this point
Simplify defining scope logic
oli-obk
committed
8c1b0d7
View commit details
Copy full SHA for 8c1b0d7
Browse repository at this point
Match ergonomics
oli-obk
committed
240fcdf
View commit details
Copy full SHA for 240fcdf
Browse repository at this point
Check lifetimes on existential types
oli-obk
committed
feb139f
View commit details
Copy full SHA for feb139f
Browse repository at this point
Prepare for using wfcheck on existential types
oli-obk
committed
fdd719a
View commit details
Copy full SHA for fdd719a
Browse repository at this point
Add some tests around associated types
oli-obk
committed
f3b4492
View commit details
Copy full SHA for f3b4492
Browse repository at this point
Adjust run pass test to stricter existential type rules
oli-obk
committed
442d5d8
View commit details
Copy full SHA for 442d5d8
Browse repository at this point
Commits on Jul 19, 2018
Generate a page for existential types
oli-obk
committed
9017f79
View commit details
Copy full SHA for 9017f79
Browse repository at this point
You can’t perform that action at this time.