Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Miscompilation with release profile, fat lto and target aarch64-linux-android I-miscompile Issue: Correct Rust code lowers to incorrect machine code needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-android Operating system: Android
#131071 opened Sep 30, 2024 by SamRodri
stdlib code size increase in nightly-2024-09-01 for aarch64-linux-android C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-android Operating system: Android P-medium Medium priority regression-from-stable-to-nightly Performance or correctness regression from stable to nightly.
#130320 opened Sep 13, 2024 by jrose-signal
c_char signedness doesn't match with Clang's default on various no-std and tier 3 targets A-ABI Area: Concerning the application binary interface (ABI) C-bug Category: This is a bug. O-AArch64 Armv8-A or later processors in AArch64 mode O-android Operating system: Android O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state O-bare-metal Target: Rust without an operating system O-csky Target: glaCSKY above covers over me~ O-hermit Operating System: Hermit O-illumos the other shiny OS O-riscv Target: RISC-V architecture T-libs Relevant to the library team, which will review and decide on the PR/issue.
#129945 opened Sep 3, 2024 by taiki-e
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
proposal to expand (a subset of) linux specific socket capabilities. 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 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.
#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
android: stdlib stack overflow handlers are not installed 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.
#124823 opened May 6, 2024 by maurer
stdlib: Missing backtrace on panic when using std::backtrace::Backtrace vs backtrace::Backtrace on Android C-bug 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.
#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-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. 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-*) 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.
#113711 opened Jul 15, 2023 by moe-deer 1.69.0
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
rust-lld.exe unable to find its libraries A-cross Area: Cross compilation A-linkage Area: linking into static, shared libraries and binaries O-android Operating system: Android
#105833 opened Dec 17, 2022 by VioPaige
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 c_char as i8 or u8, for portability A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. 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-lang Relevant to the language team, which will review and decide on the PR/issue.
#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 haning on arm-android A-debuginfo 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.
#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. E-needs-bisection Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. ICEBreaker-Cleanup-Crew Helping to "clean up" bugs with minimal examples and bisections ICEBreaker-LLVM Bugs identified for the LLVM ICE-breaker group 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-*) 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
sys::unix::fs::canonicalize can lead to undefined-ish behavior on Android O-android Operating system: Android T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#58862 opened Mar 1, 2019 by glandium
Enable segfault / bus error handlers on more UNIX platforms A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-bug Category: This is a bug. O-android Operating system: Android O-netbsd Operating system: NetBSD T-libs Relevant to the library team, which will review and decide on the PR/issue.
#25872 opened May 29, 2015 by geofft
ProTip! Adding no:label will show everything without a label.