-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Cannot cross-compile rust while providing pre-built LLVM
A-cross
Area: Cross compilation
C-bug
Category: This is a bug.
O-NixOS
Operating system: NixOS, https://nixos.org/
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#134811
opened Dec 27, 2024 by
rhelmot
raw-dylib
usage in std broke thumbv7a-*-windows-msvc targets
-Zbuild-std
#134565
opened Dec 20, 2024 by
bdbai
./x check std --target aarch64-apple-ios
fails when cross-checking due to missing xcrun
A-cross
#133840
opened Dec 4, 2024 by
ChrisDenton
Compiling Unstable Cargo option: Compile the standard library yourself.
A-cross
Area: Cross compilation
A-panic
Area: Panicking machinery
C-bug
Category: This is a bug.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
O-x86_32
Target: x86 processors, 32 bit (like i686-*)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
no_std
for i686-pc-windows-gnu
ignores panic=abort
-Zbuild-std
#133826
opened Dec 3, 2024 by
Irate-Walrus
Cross-building rust 1.83.0 on & for NetBSD failure
A-cross
Area: Cross compilation
C-bug
Category: This is a bug.
O-netbsd
Operating system: NetBSD
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133629
opened Nov 29, 2024 by
he32
build and target aren't distinguished during llvm building
A-cross
Area: Cross compilation
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132926
opened Nov 12, 2024 by
ziyao233
Real cross-compiling tests instead of Area: The compiletest test runner
A-cross
Area: Cross compilation
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#![no_core]
silliness
A-compiletest
#130375
opened Sep 14, 2024 by
workingjubilee
compiletest: Support aux-bin with cross compilation
A-compiletest
Area: The compiletest test runner
A-cross
Area: Cross compilation
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#124361
opened Apr 25, 2024 by
Enselic
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
Rust fails to build cross target libraries when building on M1 Mac
A-cross
Area: Cross compilation
C-bug
Category: This is a bug.
O-AArch64
Armv8-A or later processors in AArch64 mode
O-macos
Operating system: macOS
O-x86_64
Target: x86-64 processors (like x86_64-*)
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#115679
opened Sep 8, 2023 by
athei
strip = "symbols" doesn't work when cross-compiling from linux to macOS
A-cross
Area: Cross compilation
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#114411
opened Aug 3, 2023 by
roblabla
Building host tools for Solaris
A-cross
Area: Cross compilation
C-discussion
Category: Discussion or questions that doesn't represent real issues.
O-solaris
Operating system: Solaris
O-SPARC
Target: SPARC processors
#114162
opened Jul 28, 2023 by
inferiorhumanorgans
4 of 9 tasks
Stable crate hash depends on host tuple
A-cross
Area: Cross compilation
A-metadata
Area: Crate metadata
A-reproducibility
Area: Reproducible / deterministic builds
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#113990
opened Jul 24, 2023 by
JakobDegen
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.
Cross-compilation from LInux to x86_64-apple-darwin fails due to bad "cc" command line params
A-cross
Area: Cross compilation
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-linux
Operating system: Linux
O-macos
Operating system: macOS
#112501
opened Jun 10, 2023 by
John-Nagle
Invalid Area: Cross compilation
C-bug
Category: This is a bug.
O-AArch64
Armv8-A or later processors in AArch64 mode
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
aarch64-unknown-none
target produced if the CC_aarch64_unknown_none
env var is not set
A-cross
#111142
opened May 3, 2023 by
pietroalbini
Allow bootstrap to use custom test runner commands
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
A-cross
Area: Cross compilation
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#110537
opened Apr 19, 2023 by
adamgemmell
download-rustc
should support a cross-compiled host
A-cross
#110411
opened Apr 16, 2023 by
jyn514
ICE in rustc_codegen_llvm when cross compiling to linux on OSX
A-cross
Area: Cross compilation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-macos
Operating system: macOS
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.
#109711
opened Mar 28, 2023 by
ranmocy
Wrong architecture objects mixed in self-built compiler
A-cross
Area: Cross compilation
C-bug
Category: This is a bug.
O-AArch64
Armv8-A or later processors in AArch64 mode
requires-custom-config
This issue requires custom config/build for rustc in some way
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#105065
opened Nov 29, 2022 by
mkroening
Cross compile to ppc fails
A-cross
Area: Cross compilation
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-PowerPC
Target: PowerPC processors
O-x32
x32 ABI
O-x86_32
Target: x86 processors, 32 bit (like i686-*)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#98134
opened Jun 15, 2022 by
TuxThePenguin0
bootstrap unable to copy Area: Cross compilation
C-bug
Category: This is a bug.
O-windows
Operating system: Windows
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
rust-llvm-dwp
when cross compiling rustc
A-cross
#85593
opened May 22, 2021 by
jam1garner
Compiler fails to compile to macOS x86_64/arm64 on Linux
A-cross
Area: Cross compilation
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
O-macos
Operating system: macOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#84984
opened May 6, 2021 by
mahmoud-moursy
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.