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.9k
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
Add
Instance::resolve_for_fn_ptr
(RFC 2091 #2/N)
- #65182
#65182
Merged
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
anp:reify-shim
anp/rust:reify-shim
Copy head branch name to clipboard
Oct 13, 2019
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Add
Instance::resolve_for_fn_ptr
(RFC 2091 #2/N)
#65182
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
anp:reify-shim
anp/rust:reify-shim
Copy head branch name to clipboard
Commits
Commits on Oct 10, 2019
Add InstanceDef::ReifyShim for track_caller functions.
anp
committed
012116f
View commit details
Copy full SHA for 012116f
Browse repository at this point
Add Instance::resolve_for_fn_ptr
anp
committed
f5f67e7
View commit details
Copy full SHA for f5f67e7
Browse repository at this point
Reifying callers of Instance::resolve use resolve_for_fn_ptr.
anp
committed
0132738
View commit details
Copy full SHA for 0132738
Browse repository at this point
Return ReifyShim from Instance::resolve_for_fn_ptr when track_caller present.
Show description for b8414c1
anp
committed
b8414c1
View commit details
Copy full SHA for b8414c1
Browse repository at this point
Clarify comment, dedupe match arms in shim.rs.
Show description for 8a097f2
anp
committed
8a097f2
View commit details
Copy full SHA for 8a097f2
Browse repository at this point
miri calls resolve_for_fn_ptr when reifying.
anp
committed
ea3ecf2
View commit details
Copy full SHA for ea3ecf2
Browse repository at this point
Improve docs for InstanceDef::ReifyShim.
anp
committed
1cdd5d0
View commit details
Copy full SHA for 1cdd5d0
Browse repository at this point
Instance::resolve_for_fn_ptr unconditionally resolves first.
Show description for 407d1d5
anp
committed
407d1d5
View commit details
Copy full SHA for 407d1d5
Browse repository at this point
Clarify shim implementation comment.
anp
committed
2dbc62b
View commit details
Copy full SHA for 2dbc62b
Browse repository at this point
Commits on Oct 11, 2019
resolve_for_fn_ptr checks that the instance is an Item before returning shim.
anp
committed
d92cef7
View commit details
Copy full SHA for d92cef7
Browse repository at this point
Clarify comment about purpose of ReifyShim.
anp
committed
2d5ef8f
View commit details
Copy full SHA for 2d5ef8f
Browse repository at this point
Commits on Oct 12, 2019
Remove the fn pointer #[track_caller] test.
Show description for 19f26fa
anp
committed
19f26fa
View commit details
Copy full SHA for 19f26fa
Browse repository at this point
You can’t perform that action at this time.