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-inline-assembly
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
Notifications
You must be signed in to change notification settings
Fork
14.1k
Star
108k
Code
Issues
5k+
Pull requests
924
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
Draft release notes for 1.92
#149161 ·
cuviper
opened
on Nov 20, 2025
4
Issues
Search Issues
state
:
open
label
:
A-inline-assembly
state:open label:A-inline-assembly
Search
Labels
Milestones
New issue
Search results
Open
Closed
Stabilize ppc inline assembly
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Status: Awaiting review from the assignee but also interested parties.
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 (in progress).
rust-lang/rust
number 147996
#147996
In rust-lang/rust;
·
pmur
opened
on Oct 22, 2025
<code>#[inline]</code> functions do not have their inline asm syntax checked
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
A-monomorphization
Area: Monomorphization
Area: Monomorphization
C-bug
Category: This is a bug.
Category: This is a bug.
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.
#147275
In rust-lang/rust;
·
jonathanpallant
opened
on Oct 2, 2025
<code>naked_asm!</code> does not accept assembly syntax that is accepted by <code>asm!</code>
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
A-naked
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
C-bug
Category: This is a bug.
Category: This is a bug.
F-naked_functions
`#![feature(naked_functions)]`
`#![feature(naked_functions)]`
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#147267
In rust-lang/rust;
·
Fulgen301
opened
on Oct 2, 2025
Support AVRTiny devices in AVR inline assembly
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
Target: AVR processors (ATtiny, ATmega, etc.)
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
Status: This is awaiting some action (such as code changes or more information) from the author.
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: Draft (not ready).
rust-lang/rust
number 146901
#146901
In rust-lang/rust;
·
taiki-e
opened
on Sep 22, 2025
Line number information missing for new naked-asm implementation
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
F-naked_functions
`#![feature(naked_functions)]`
`#![feature(naked_functions)]`
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.
#146736
In rust-lang/rust;
·
cbiffle
opened
on Sep 18, 2025
arm: Using <code>ldrd</code> with <code>static</code> symbol in <code>asm</code> returns "unsupported relocation type".
A-codegen
Area: Code generation
Area: Code generation
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
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.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
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.
#146061
In rust-lang/rust;
·
datdenkikniet
opened
on Aug 31, 2025
SIGSEGV when printing backtrace across inline assembly
A-backtrace
Area: Backtraces
Area: Backtraces
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
Call for partcipation: This issues needs some investigation to determine current status
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#144610
In rust-lang/rust;
·
purplesyringa
opened
on Jul 28, 2025
Inline assembly inhibits emitting <code>nounwind</code>
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
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-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
Category: An issue highlighting optimization opportunities or PRs implementing such
llvm-fixed-upstream
Issue expected to be fixed by the next major LLVM upgrade, or backported fixes
Issue expected to be fixed by the next major LLVM upgrade, or backported fixes
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.
#144518
In rust-lang/rust;
·
quaternic
opened
on Jul 26, 2025
Tracking Issue for <code>abi_custom</code>
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
A-naked
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-lang
Relevant to the language team
Relevant to the language team
Status: Open.
#140829
In rust-lang/rust;
·
folkertdev
opened
on May 8, 2025
Tracking Issue for APX target feature
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
Area: Enabling/disabling target features like AVX, Neon, etc.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
O-x86_64
Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)
Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)
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.
#139284
In rust-lang/rust;
·
sayantn
opened
on Apr 2, 2025
Moving WebAssembly inline assembly forward
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
C-discussion
Category: Discussion or questions that doesn't represent real issues.
Category: Discussion or questions that doesn't represent real issues.
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
Target: WASM (WebAssembly), http://webassembly.org/
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.
#136382
In rust-lang/rust;
·
tgross35
opened
on Feb 1, 2025
<code>#[target_feature(..)]</code> no longer in effect in naked functions
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
A-naked
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
C-bug
Category: This is a bug.
Category: This is a bug.
F-naked_functions
`#![feature(naked_functions)]`
`#![feature(naked_functions)]`
Status: Open.
#136280
In rust-lang/rust;
·
tmiasko
opened
on Jan 30, 2025
You can’t perform that action at this time.