-
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
Coverage 0% when Area: Source-based code coverage (-Cinstrument-coverage)
C-bug
Category: This is a bug.
O-android
Operating system: Android
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
opt-level = 3
and aarch64-linux-android
A-code-coverage
#139907
opened Apr 16, 2025 by
loynoir
Crash when compiling Area: The lexing & parsing of Rust source code to an AST
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-android
Operating system: Android
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
cranelift-codegen
on Termux
A-parser
#138889
opened Mar 24, 2025 by
licy183
libunwind: Unsupported .eh_frame_hdr version
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-android
Operating system: Android
requires-custom-config
This issue requires custom config/build for rustc in some way
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138880
opened Mar 24, 2025 by
Ludea
crash when dlopen/dlclose rust-made *.so multi-times on android/ohos aarch64
A-linkage
Area: linking into static, shared libraries and binaries
C-discussion
Category: Discussion or questions that doesn't represent real issues.
O-android
Operating system: Android
#135815
opened Jan 21, 2025 by
Rust401
stdlib code size increase in nightly-2024-09-01 for aarch64-linux-android
C-bug
Category: This is a bug.
O-android
Operating system: Android
P-medium
Medium priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#130320
opened Sep 13, 2024 by
jrose-signal
Is anyone running our gdb-based Android debuginfo tests?
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-discussion
Category: Discussion or questions that doesn't represent real issues.
O-android
Operating system: Android
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#129139
opened Aug 16, 2024 by
saethlin
Stabilize This issue / PR is in PFCP or FCP with a disposition to merge it.
final-comment-period
In the final comment period and will be merged soon unless new substantive objections are raised.
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
O-android
Operating system: Android
O-linux
Operating system: Linux
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
tcp_quickack
disposition-merge
#129121
opened Aug 15, 2024 by
devnexen
Loading…
The Android CI prints unrelated things to stdout, ruining check-run-results tests.
A-CI
Area: Our Github Actions CI
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
O-android
Operating system: Android
#127914
opened Jul 18, 2024 by
GrigorenkoPV
stdlib: Missing backtrace on panic when using Category: This is a bug.
O-android
Operating system: Android
requires-custom-config
This issue requires custom config/build for rustc in some way
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
std::backtrace::Backtrace
vs backtrace::Backtrace
on Android
C-bug
#121033
opened Feb 13, 2024 by
sgasse
std::thread::available_parallelism merging linux/android/freebsd version
O-android
Operating system: Android
O-freebsd
Operating system: FreeBSD
O-linux
Operating system: Linux
O-unix
Operating system: Unix-like
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#120589
opened Feb 2, 2024 by
devnexen
Loading…
StackOverflow error when assert fails or panic when compiling to Android
A-cross
Area: Cross compilation
A-FFI
Area: Foreign function interface (FFI)
A-panic
Area: Panicking machinery
C-bug
Category: This is a bug.
O-android
Operating system: Android
O-unix
Operating system: Unix-like
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.
#116309
opened Oct 1, 2023 by
matan-h
When cross compiling Rust to Android on Windows, Rust 1.69.0+ can't find the version script path.
A-cross
Area: Cross compilation
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-android
Operating system: Android
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
C/C++ code linked to Rust code can't use some clang builtins
A-FFI
Area: Foreign function interface (FFI)
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
O-android
Operating system: Android
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#109717
opened Mar 29, 2023 by
glandium
Should unwind add no_default_flags when target is android and use ndk?
A-linkage
Area: linking into static, shared libraries and binaries
O-android
Operating system: Android
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#103175
opened Oct 18, 2022 by
plusls
compile error on android target
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-android
Operating system: Android
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#92250
opened Dec 24, 2021 by
bigdogs
Lint against treating Area: Foreign function interface (FFI)
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-needs-design
This issue needs exploration and design to see how and if we can fix/implement it
O-android
Operating system: Android
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
O-PowerPC
Target: PowerPC processors
O-SystemZ
Target: SystemZ processors (s390x)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
c_char
as i8
or u8
, for portability
A-FFI
#79089
opened Nov 16, 2020 by
joshtriplett
Filesystem warning supress-ability
A-diagnostics
Area: Messages for errors, warnings, and lints
A-incr-comp
Area: Incremental compilation
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
O-android
Operating system: Android
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#75997
opened Aug 27, 2020 by
roalyr
debuginfo test hanging on Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
O-android
Operating system: Android
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
arm-android
A-debuginfo
#74847
opened Jul 27, 2020 by
npmccallum
Android: Instant not advancing while the screen is off
A-time
Area: Time
C-bug
Category: This is a bug.
O-android
Operating system: Android
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#71860
opened May 3, 2020 by
Hocuri
no_mangle causes compilation errors with async-await on armv7-linux-androideabi and aarch64-linux-android targets
A-async-await
Area: Async & Await
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-android
Operating system: Android
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#70098
opened Mar 18, 2020 by
jeswin
illegal instruction on x86_64-linux-android since 1.40.0
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-android
Operating system: Android
O-x86_64
Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#67582
opened Dec 24, 2019 by
CryZe
Android fails to link in libc-test
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-android
Operating system: Android
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#60909
opened May 17, 2019 by
gnzlbg
ICE in LlvmArchiveBuilder when cross-compiling openssl for Android ARM64
A-codegen
Area: Code generation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-AArch64
Armv8-A or later processors in AArch64 mode
O-android
Operating system: Android
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#60652
opened May 8, 2019 by
thombles
Previous Next
ProTip!
Updated in the last three days: updated:>2025-05-06.