-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Issues: rust-lang/rust
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Tracking Issue for Area: Inline assembly (`asm!(…)`)
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-asm
`#![feature(asm)]` (not `llvm_asm`)
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
asm_cfg
: #[cfg(...)]
within asm!
A-inline-assembly
#140364
opened Apr 27, 2025 by
folkertdev
7 tasks
Inline assembly: semicolon comments ignored
C-discussion
Category: Discussion or questions that doesn't represent real issues.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138587
opened Mar 17, 2025 by
itrTie
Tracking issue for release notes of #133870: Stabilize Area: Inline assembly (`asm!(…)`)
F-asm
`#![feature(asm)]` (not `llvm_asm`)
release-blog-post
Marks issues tracking what text to put in the release blog post.
relnotes
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
asm_goto
feature gate
A-inline-assembly
Support for pointers with asm_const
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
A-rust-for-linux
Relevant for the Rust-for-Linux project
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
I-lang-nominated
Nominated for discussion during a lang team meeting.
P-low
Low priority
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#128464
opened Jul 31, 2024 by
Darksonn
Tracking Issue for asm_goto
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-asm
`#![feature(asm)]` (not `llvm_asm`)
#119364
opened Dec 27, 2023 by
nbdd0121
1 of 4 tasks
Compiler SIGSEGV when compiling inline asm in wasm32-wasi
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
#115886
opened Sep 16, 2023 by
LaoLittle
Tracking Issue for asm_experimental_arch
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-asm
`#![feature(asm)]` (not `llvm_asm`)
#93335
opened Jan 26, 2022 by
Amanieu
Tracking Issue for asm_unwind
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-asm
`#![feature(asm)]` (not `llvm_asm`)
#93334
opened Jan 26, 2022 by
Amanieu
rustc SIGSEGV on asm macro when no more registers are availaible
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#90815
opened Nov 12, 2021 by
marysaka
LLVM-reserved registers can't be used in inline assembly
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#85056
opened May 7, 2021 by
jethrogb
global_asm! rejects real mode far jmp even if correct
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (IA-32)
O-x86_64
Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)
#84676
opened Apr 28, 2021 by
Qubasa
Contents from global_asm! leak into other assemblies
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#81838
opened Feb 6, 2021 by
nagisa
asm! should automatically rewrite labels in assembly code
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
#81088
opened Jan 16, 2021 by
Amanieu
global_asm!
macro causes non-fatal errors to be printed during compilation for some RISC-V extension instructions when targeting the GC extensions
A-inline-assembly
#80608
opened Jan 2, 2021 by
repnop
asm!: lint on bare memory accesses without [] or offset
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#80058
opened Dec 15, 2020 by
joshtriplett
asm! doesn't accept Area: Inline assembly (`asm!(…)`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
O-x86_64
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.
offset
syntax, but gcc does
A-inline-assembly
#79874
opened Dec 10, 2020 by
joshtriplett
Naked functions don't produce an active frame for asm! .seh_* directives on Windows
A-naked
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
requires-nightly
This issue requires a nightly compiler in some way.
#75897
opened Aug 25, 2020 by
bkolobara
asm!: Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
push offset
causes unexpected token!
A-inline-assembly
#74558
opened Jul 20, 2020 by
toku-sa-n
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.