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.3k
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
Place 2.0 change from enum to struct
- #60913
#60913
Merged
bors
merged 23 commits into
rust-lang:master
rust-lang/rust:master
from
spastorino:place2_4
spastorino/rust:place2_4
Copy head branch name to clipboard
Jul 21, 2019
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Place 2.0 change from enum to struct
#60913
bors
merged 23 commits into
rust-lang:master
rust-lang/rust:master
from
spastorino:place2_4
spastorino/rust:place2_4
Copy head branch name to clipboard
Commits
Commits on Jul 20, 2019
Migrate from Place enum to Place struct
spastorino
committed
d0accad
View commit details
Copy full SHA for d0accad
Browse repository at this point
Avoid cloning place in LocalAnalyzer visitor
spastorino
committed
98d2324
View commit details
Copy full SHA for 98d2324
Browse repository at this point
Implement Place::as_place_ref
spastorino
committed
e11adb1
View commit details
Copy full SHA for e11adb1
Browse repository at this point
Avoid cloning Place in codegen_place
spastorino
committed
438aeb8
View commit details
Copy full SHA for 438aeb8
Browse repository at this point
Remove explicit return from last line of fn
spastorino
committed
1795318
View commit details
Copy full SHA for 1795318
Browse repository at this point
Remove explicit lifetime
spastorino
committed
ec65db0
View commit details
Copy full SHA for ec65db0
Browse repository at this point
Avoid cloning Place in report_use_of_moved_or_uninitialized and friends
spastorino
committed
46f81fc
View commit details
Copy full SHA for 46f81fc
Browse repository at this point
Avoid cloning Place in describe_place_for_conflicting_borrow
spastorino
committed
75c0c8c
View commit details
Copy full SHA for 75c0c8c
Browse repository at this point
Avoid cloning Place in classify_drop_access_kind
spastorino
committed
72251d5
View commit details
Copy full SHA for 72251d5
Browse repository at this point
Avoid cloning Place in append_place_to_string
spastorino
committed
34e3b70
View commit details
Copy full SHA for 34e3b70
Browse repository at this point
Avoid cloning Place in check_access_permissions
spastorino
committed
95e727a
View commit details
Copy full SHA for 95e727a
Browse repository at this point
Avoid cloning Place in report_cannot_move_from_static
spastorino
committed
09014fc
View commit details
Copy full SHA for 09014fc
Browse repository at this point
Avoid cloning Place in report_cannot_move_from_borrowed_content
spastorino
committed
1047079
View commit details
Copy full SHA for 1047079
Browse repository at this point
Avoid cloning Place in limit_capture_mutability
spastorino
committed
2ffd3c6
View commit details
Copy full SHA for 2ffd3c6
Browse repository at this point
Avoid cloning Place in calculate_fake_borrows
spastorino
committed
d77653e
View commit details
Copy full SHA for d77653e
Browse repository at this point
Avoid cloning Place in gather_init
spastorino
committed
9b549d3
View commit details
Copy full SHA for 9b549d3
Browse repository at this point
Avoid unneeded else branches
spastorino
committed
17a465c
View commit details
Copy full SHA for 17a465c
Browse repository at this point
Avoid cloning Place in is_stable
spastorino
committed
7b456df
View commit details
Copy full SHA for 7b456df
Browse repository at this point
Avoid cloning Place in in_projection_structurally
spastorino
committed
2a7d600
View commit details
Copy full SHA for 2a7d600
Browse repository at this point
Avoid cloning Place in assign #1
spastorino
committed
b490032
View commit details
Copy full SHA for b490032
Browse repository at this point
Avoid cloning Place in assign #2
spastorino
committed
7789cbf
View commit details
Copy full SHA for 7789cbf
Browse repository at this point
Avoid cloning Place in visit_rvalue
spastorino
committed
b59ded8
View commit details
Copy full SHA for b59ded8
Browse repository at this point
Avoid cloning Place in check_and_patch
spastorino
committed
a8ceeeb
View commit details
Copy full SHA for a8ceeeb
Browse repository at this point
You can’t perform that action at this time.