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
/
rustc-dev-guide
Public
Notifications
You must be signed in to change notification settings
Fork
613
Star
1.9k
Code
Issues
139
Pull requests
9
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Region inference member constraints
- #344
#344
Merged
mark-i-m
merged 30 commits into
rust-lang:master
rust-lang/rustc-dev-guide:master
from
nikomatsakis:region-inference-member-constraints
nikomatsakis/rustc-dev-guide:region-inference-member-constraints
Copy head branch name to clipboard
Jun 26, 2019
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Region inference member constraints
#344
mark-i-m
merged 30 commits into
rust-lang:master
rust-lang/rustc-dev-guide:master
from
nikomatsakis:region-inference-member-constraints
nikomatsakis/rustc-dev-guide:region-inference-member-constraints
Copy head branch name to clipboard
Commits
Commits on Jun 18, 2019
fix typo
nikomatsakis
committed
20347ca
View commit details
Copy full SHA for 20347ca
Browse repository at this point
break out parts of the region inference chapter into sub-chapters
nikomatsakis
committed
f2c8574
View commit details
Copy full SHA for f2c8574
Browse repository at this point
start filling out the constraint propagation chapter in more detail
nikomatsakis
committed
7ec2b86
View commit details
Copy full SHA for 7ec2b86
Browse repository at this point
Commits on Jun 20, 2019
describe region inference and member constraints in some detail
nikomatsakis
committed
9e62f21
View commit details
Copy full SHA for 9e62f21
Browse repository at this point
adjust overview slightly
nikomatsakis
committed
b8ff361
View commit details
Copy full SHA for b8ff361
Browse repository at this point
Commits on Jun 24, 2019
Update src/borrow_check/region_inference/constraint_propagation.md
Show description for 8f2f27f
nikomatsakis
and
lqd
authored
8f2f27f
View commit details
Copy full SHA for 8f2f27f
Browse repository at this point
Update src/borrow_check/region_inference/lifetime_parameters.md
Show description for 1f8181c
nikomatsakis
and
lqd
authored
1f8181c
View commit details
Copy full SHA for 1f8181c
Browse repository at this point
Update src/borrow_check/region_inference/lifetime_parameters.md
Show description for addc52b
nikomatsakis
and
lqd
authored
addc52b
View commit details
Copy full SHA for addc52b
Browse repository at this point
Update src/borrow_check/region_inference/lifetime_parameters.md
Show description for bfd8e66
nikomatsakis
and
lqd
authored
bfd8e66
View commit details
Copy full SHA for bfd8e66
Browse repository at this point
Update src/borrow_check/region_inference/constraint_propagation.md
Show description for 78834e5
nikomatsakis
and
lqd
authored
78834e5
View commit details
Copy full SHA for 78834e5
Browse repository at this point
Update src/borrow_check/region_inference/constraint_propagation.md
Show description for 8c6e8ae
nikomatsakis
and
lqd
authored
8c6e8ae
View commit details
Copy full SHA for 8c6e8ae
Browse repository at this point
Update src/borrow_check/region_inference/constraint_propagation.md
Show description for 0863713
nikomatsakis
and
lqd
authored
0863713
View commit details
Copy full SHA for 0863713
Browse repository at this point
Update src/borrow_check/region_inference/constraint_propagation.md
Show description for c6b4f83
nikomatsakis
and
lqd
authored
c6b4f83
View commit details
Copy full SHA for c6b4f83
Browse repository at this point
Update src/borrow_check/region_inference/constraint_propagation.md
Show description for 3ea4723
nikomatsakis
and
lqd
authored
3ea4723
View commit details
Copy full SHA for 3ea4723
Browse repository at this point
Update src/borrow_check/region_inference/constraint_propagation.md
Show description for 2563350
nikomatsakis
and
lqd
authored
2563350
View commit details
Copy full SHA for 2563350
Browse repository at this point
Update src/borrow_check/region_inference/constraint_propagation.md
Show description for 5f2af11
nikomatsakis
and
lqd
authored
5f2af11
View commit details
Copy full SHA for 5f2af11
Browse repository at this point
Update src/borrow_check/region_inference/member_constraints.md
Show description for 3273d19
nikomatsakis
and
lqd
authored
3273d19
View commit details
Copy full SHA for 3273d19
Browse repository at this point
Update src/borrow_check/region_inference/lifetime_parameters.md
Show description for 7e51cd3
nikomatsakis
and
lqd
authored
7e51cd3
View commit details
Copy full SHA for 7e51cd3
Browse repository at this point
Update src/borrow_check/region_inference/member_constraints.md
Show description for d7e2823
nikomatsakis
and
lqd
authored
d7e2823
View commit details
Copy full SHA for d7e2823
Browse repository at this point
Update src/borrow_check/region_inference/member_constraints.md
Show description for 35ff1f5
nikomatsakis
and
lqd
authored
35ff1f5
View commit details
Copy full SHA for 35ff1f5
Browse repository at this point
Update src/borrow_check/region_inference/constraint_propagation.md
Show description for 7d54887
nikomatsakis
and
mark-i-m
authored
7d54887
View commit details
Copy full SHA for 7d54887
Browse repository at this point
Update src/borrow_check/region_inference/member_constraints.md
Show description for 88f13cb
nikomatsakis
and
lqd
authored
88f13cb
View commit details
Copy full SHA for 88f13cb
Browse repository at this point
Update src/borrow_check/region_inference/constraint_propagation.md
Show description for c12a025
nikomatsakis
and
mark-i-m
authored
c12a025
View commit details
Copy full SHA for c12a025
Browse repository at this point
Update src/borrow_check/region_inference/member_constraints.md
Show description for 06548ae
nikomatsakis
and
mark-i-m
authored
06548ae
View commit details
Copy full SHA for 06548ae
Browse repository at this point
Update src/borrow_check/region_inference/placeholders_and_universes.md
Show description for c44f66f
nikomatsakis
and
mark-i-m
authored
c44f66f
View commit details
Copy full SHA for c44f66f
Browse repository at this point
Update src/borrow_check/region_inference/placeholders_and_universes.md
Show description for 1cd4efb
nikomatsakis
and
mark-i-m
authored
1cd4efb
View commit details
Copy full SHA for 1cd4efb
Browse repository at this point
Update src/borrow_check/region_inference/placeholders_and_universes.md
Show description for 348e2be
nikomatsakis
and
mark-i-m
authored
348e2be
View commit details
Copy full SHA for 348e2be
Browse repository at this point
fix indentation
nikomatsakis
committed
3ecff8c
View commit details
Copy full SHA for 3ecff8c
Browse repository at this point
add `point` to the glossary and link a use of it
nikomatsakis
committed
564b1b3
View commit details
Copy full SHA for 564b1b3
Browse repository at this point
Commits on Jun 26, 2019
fix long line
mark-i-m
committed
425c1cb
View commit details
Copy full SHA for 425c1cb
Browse repository at this point
You can’t perform that action at this time.