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
Compute type fragments left over from moves
- #17439
#17439
Closed
pnkfelix
wants to merge 12 commits into
rust-lang:master
rust-lang/rust:master
from
pnkfelix:fsk-type-fragments-for-needsdrop
pnkfelix/rust:fsk-type-fragments-for-needsdrop
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Closed
Compute type fragments left over from moves
#17439
pnkfelix
wants to merge 12 commits into
rust-lang:master
rust-lang/rust:master
from
pnkfelix:fsk-type-fragments-for-needsdrop
pnkfelix/rust:fsk-type-fragments-for-needsdrop
Copy head branch name to clipboard
Commits
Commits on Sep 18, 2014
Refactor: merge two fields of `mc::CopiedUpvar` into a single `ty::UpvarId`.
Show description for 51e17ba
pnkfelix
committed
51e17ba
View commit details
Copy full SHA for 51e17ba
Browse repository at this point
Added `CaptureKind` to `LpUpvar` and generalized it to represent by-ref and by-value captures.
Show description for fedfebc
pnkfelix
committed
fedfebc
View commit details
Copy full SHA for fedfebc
Browse repository at this point
Add `LpDowncast`, `LoanPath` variant tracking downcasts in match arms.
Show description for b2b39e8
pnkfelix
committed
b2b39e8
View commit details
Copy full SHA for b2b39e8
Browse repository at this point
Add `ty` to `LoanPath`.
Show description for 8f3bf7d
pnkfelix
committed
8f3bf7d
View commit details
Copy full SHA for 8f3bf7d
Browse repository at this point
Commits on Sep 22, 2014
Added type fragmentation code to compute drop obligations remaining post move.
pnkfelix
committed
d84035b
View commit details
Copy full SHA for d84035b
Browse repository at this point
Track what drop obligations are established on match arms.
Show description for 21dd404
pnkfelix
committed
21dd404
View commit details
Copy full SHA for 21dd404
Browse repository at this point
Distinguish move semantics for `a @ Var(_)` from that of `Var(_)`.
Show description for 94402f2
pnkfelix
committed
94402f2
View commit details
Copy full SHA for 94402f2
Browse repository at this point
Code to compute the fragment siblings and add them to the dataflow inputs.
pnkfelix
committed
f9080aa
View commit details
Copy full SHA for f9080aa
Browse repository at this point
Add `node_to_user_string`, `node_to_string` variant that drops id from output.
pnkfelix
committed
77d889f
View commit details
Copy full SHA for 77d889f
Browse repository at this point
Add `span_end_err` as a way to print an error message at the *end* of a span.
Show description for 2fa8ee4
pnkfelix
committed
2fa8ee4
View commit details
Copy full SHA for 2fa8ee4
Browse repository at this point
Added code to emit the gen/kill sets in source annotated form.
Show description for 33ac411
pnkfelix
committed
33ac411
View commit details
Copy full SHA for 33ac411
Browse repository at this point
Tests illustrating the `rustc_drop_obligations` instrumentation attribute.
pnkfelix
committed
1161da9
View commit details
Copy full SHA for 1161da9
Browse repository at this point
You can’t perform that action at this time.