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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
15.7k
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
Aarch64 call abi does not zeroext (and one cannot assume it does so)
- #97800
#97800
Merged
bors
merged 10 commits into
rust-lang:master
rust-lang/rust:master
from
pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zeroext
pnkfelix/rust:issue-97463-fix-aarch64-call-abi-does-not-zeroext
Copy head branch name to clipboard
Sep 16, 2022
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Aarch64 call abi does not zeroext (and one cannot assume it does so)
#97800
bors
merged 10 commits into
rust-lang:master
rust-lang/rust:master
from
pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zeroext
pnkfelix/rust:issue-97463-fix-aarch64-call-abi-does-not-zeroext
Copy head branch name to clipboard
Commits
Commits on Jul 6, 2022
unit tests that inspect LLVM output directly. This relies on a human being to confirm that the
Show description for 7913b85
pnkfelix
committed
7913b85
View commit details
Copy full SHA for 7913b85
Browse repository at this point
End-to-end regression test for 97463.
Show description for b2777ab
pnkfelix
committed
b2777ab
View commit details
Copy full SHA for b2777ab
Browse repository at this point
fix issue 97463 using change suggested by nbdd0121.
Show description for 8ae5a55
pnkfelix
committed
8ae5a55
View commit details
Copy full SHA for 8ae5a55
Browse repository at this point
experiment: trying to encode the end-to-end test as a ui test via rust_test_helpers. This instance is almost certainly insufficient because we need to force optimization flags for both the C and Ru…
Show description for dfdb017
pnkfelix
committed
dfdb017
View commit details
Copy full SHA for dfdb017
Browse repository at this point
Commits on Aug 4, 2022
fix typo, thanks wesley
Show description for 99c0f91
pnkfelix
and
wesleywiser
authored
99c0f91
View commit details
Copy full SHA for 99c0f91
Browse repository at this point
Commits on Aug 5, 2022
Ignore test on wasm
wesleywiser
authored
9bf3d5a
View commit details
Copy full SHA for 9bf3d5a
Browse repository at this point
Commits on Aug 19, 2022
Update codegen tests to accommodate the potential presence/absence of the
Show description for 59cc718
pnkfelix
committed
59cc718
View commit details
Copy full SHA for 59cc718
Browse repository at this point
Commits on Aug 22, 2022
rustdoc doesn't like bare urls
wesleywiser
authored
ed9b12d
View commit details
Copy full SHA for ed9b12d
Browse repository at this point
Commits on Sep 16, 2022
Do not run run-make test tied to unix-style `$(CC)` on MSVC host.
pnkfelix
committed
d73614a
View commit details
Copy full SHA for d73614a
Browse repository at this point
fix typo in comment noted by bjorn3.
pnkfelix
committed
a2de75a
View commit details
Copy full SHA for a2de75a
Browse repository at this point
You can’t perform that action at this time.