Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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
state:open label:A-ABI
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
14.2k
Star
109k
Code
Issues
5k+
Pull requests
926
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Issues
Search Issues
state
:
open
label
:
A-ABI
state:open label:A-ABI
Search
Labels
Milestones
New issue
Search results
Open
Closed
"efiapi" is not a supported ABI for loongarch64
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-extern-fn
Area: `extern` functions
Area: `extern` functions
O-loongarch
Target: LoongArch (LA32R, LA32S, LA64)
Target: LoongArch (LA32R, LA32S, LA64)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#149877
In rust-lang/rust;
·
ZR233
opened
on Dec 11, 2025
Redundant memory stores with mut parameters in by-value returns
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
A-codegen
Area: Code generation
Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
Category: This is a bug.
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
Category: An issue highlighting optimization opportunities or PRs implementing such
I-slow
Issue: Problems and improvements with respect to performance of generated code.
Issue: Problems and improvements with respect to performance of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#149762
In rust-lang/rust;
·
andy091203
opened
on Dec 8, 2025
Make NPO-optimized enums containing <code>struct</code>s with just a single "nullable" field "FFI-safe"
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
A-FFI
Area: Foreign function interface (FFI)
Area: Foreign function interface (FFI)
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-opsem
Relevant to the opsem team
Relevant to the opsem team
Status: Open.
#148997
In rust-lang/rust;
·
yyny
opened
on Nov 16, 2025
Add support for AArch64 Pointer Authentication ABI in Rust
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
Category: A feature request, i.e: not implemented / a PR.
O-AArch64
Armv8-A or later processors in AArch64 mode
Armv8-A or later processors in AArch64 mode
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#148640
In rust-lang/rust;
·
asl
opened
on Nov 7, 2025
Partial pointers in padding can make const-eval fail
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
C-bug
Category: This is a bug.
Category: This is a bug.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
Items that are on lang's radar and will need eventual work or consideration.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
Relevant to the language team
T-opsem
Relevant to the opsem team
Relevant to the opsem team
Status: Open.
#148470
In rust-lang/rust;
·
theemathas
opened
on Nov 4, 2025
"Size::sub: 0 - 8 would result in negative size" ICE on sparc
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
C-bug
Category: This is a bug.
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-SPARC
Target: SPARC processors
Target: SPARC processors
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#147883
In rust-lang/rust;
·
bjorn3
opened
on Oct 19, 2025
Running sanitizer tests fails with mixed ABI errors
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
Category: This is a bug.
F-target_modifiers
`#![feature(target_modifiers)]`
`#![feature(target_modifiers)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#147394
In rust-lang/rust;
·
djc
opened
on Oct 6, 2025
Mismatching FnAbi and MIR args for async_drop_in_place
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
C-bug
Category: This is a bug.
Category: This is a bug.
F-async_drop
`#![feature(async_drop)]`
`#![feature(async_drop)]`
F-gen_blocks
`gen {}` expressions that produce `Iterator`s
`gen {}` expressions that produce `Iterator`s
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#147067
In rust-lang/rust;
·
bjorn3
opened
on Sep 26, 2025
<code>-Zregparm</code> doesn't put 64-bit arguments in registers
-Zregparm
Unstable option: -Zregparm
Unstable option: -Zregparm
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
A-rust-for-linux
Relevant for the Rust-for-Linux project
Relevant for the Rust-for-Linux project
C-bug
Category: This is a bug.
Category: This is a bug.
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686)
Target: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#145694
In rust-lang/rust;
·
sulix
opened
on Aug 21, 2025
Unwinding within foreign ABIs can corrupt registers
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
A-extern-fn
Area: `extern` functions
Area: `extern` functions
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-panic
Area: Panicking machinery
Area: Panicking machinery
C-bug
Category: This is a bug.
Category: This is a bug.
I-miscompile
Issue: Correct Rust code lowers to incorrect machine code
Issue: Correct Rust code lowers to incorrect machine code
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#144371
In rust-lang/rust;
·
purplesyringa
opened
on Jul 23, 2025
Rust LLVMIR causes errors after LTO on x86-32
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-LTO
Area: Link-time optimization (LTO)
Area: Link-time optimization (LTO)
C-bug
Category: This is a bug.
Category: This is a bug.
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686)
Target: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#143818
In rust-lang/rust;
·
jrmuizel
opened
on Jul 11, 2025
Slow indirect function calls with 16-byte by-pointer enum argument
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
Category: An issue highlighting optimization opportunities or PRs implementing such
I-slow
Issue: Problems and improvements with respect to performance of generated code.
Issue: Problems and improvements with respect to performance of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#143050
In rust-lang/rust;
·
y21
opened
on Jun 26, 2025
You can’t perform that action at this time.