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 }}
jchlanda
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Calculate fn ptr type discriminator from FnAbi
- #3
#3
Draft
jchlanda
wants to merge 19 commits into
jakub/pac_ty_disc
jchlanda/rust:jakub/pac_ty_disc
from
jakub/pac_ty_disc_no_FnAbi
jchlanda/rust:jakub/pac_ty_disc_no_FnAbi
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Draft
Calculate fn ptr type discriminator from FnAbi
#3
jchlanda
wants to merge 19 commits into
jakub/pac_ty_disc
jchlanda/rust:jakub/pac_ty_disc
from
jakub/pac_ty_disc_no_FnAbi
jchlanda/rust:jakub/pac_ty_disc_no_FnAbi
Copy head branch name to clipboard
Commits
Commits on Jul 14, 2026
Teach builder how to issue llvm.ptrauth.resign
jchlanda
committed
19f7111
View commit details
Copy full SHA for 19f7111
Browse repository at this point
Introduce function pointer type encoder
Show description for 26ac814
jchlanda
committed
26ac814
View commit details
Copy full SHA for 26ac814
Browse repository at this point
Extend FnAbi to hold type_discriminator
Show description for 0c78f25
jchlanda
committed
0c78f25
View commit details
Copy full SHA for 0c78f25
Browse repository at this point
Add FPTR_TYPE_DISCR to the supported set of features
Show description for 5c130e0
jchlanda
committed
5c130e0
View commit details
Copy full SHA for 5c130e0
Browse repository at this point
Teach static initializer how to handle fn ptr discriminators
jchlanda
committed
705abe1
View commit details
Copy full SHA for 705abe1
Browse repository at this point
Extend transmute to handle fn ptr discriminators
Show description for 8044574
jchlanda
committed
8044574
View commit details
Copy full SHA for 8044574
Browse repository at this point
Extend minicore with items required by fn ptr ty discriminator tests
jchlanda
committed
fd69234
View commit details
Copy full SHA for fd69234
Browse repository at this point
Add fn ptr type discrimination tests
jchlanda
committed
4748b02
View commit details
Copy full SHA for 4748b02
Browse repository at this point
Update SIMD vector encoding and extend the testing for it
jchlanda
committed
507e042
View commit details
Copy full SHA for 507e042
Browse repository at this point
Init/fini entries don't participate in fn ty discrimination
jchlanda
committed
8ecc6d8
View commit details
Copy full SHA for 8ecc6d8
Browse repository at this point
Unify creation of discrimination data and fill in missing `get_fn_addr` call sites
jchlanda
committed
899becc
View commit details
Copy full SHA for 899becc
Browse repository at this point
Update the main document with changes to [patch] section
Show description for 18b009a
jchlanda
committed
18b009a
View commit details
Copy full SHA for 18b009a
Browse repository at this point
Adapt tests to `// ignore-tidy-file-linelength` directive
jchlanda
committed
bff0a2e
View commit details
Copy full SHA for bff0a2e
Browse repository at this point
PR feedback: Introduce function pointer type encoder
jchlanda
committed
0c79215
View commit details
Copy full SHA for 0c79215
Browse repository at this point
PR feedback: Extend FnAbi to hold type_discriminator
jchlanda
committed
032aab8
View commit details
Copy full SHA for 032aab8
Browse repository at this point
PR feedback: Teach static initializer how to handle fn ptr discriminators
jchlanda
committed
da8dd12
View commit details
Copy full SHA for da8dd12
Browse repository at this point
PR feedback: Unify creation of discrimination data and fill in missing get_fn_addr call sites
jchlanda
committed
9bef63c
View commit details
Copy full SHA for 9bef63c
Browse repository at this point
PR feedback: Extend transmute to handle fn ptr discriminators
jchlanda
committed
951c1cc
View commit details
Copy full SHA for 951c1cc
Browse repository at this point
Commits on Jul 15, 2026
Calculate fn ptr type discriminator from FnAbi
Show description for 67fe70e
jchlanda
committed
67fe70e
View commit details
Copy full SHA for 67fe70e
Browse repository at this point
You can’t perform that action at this time.