-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Issues: rust-lang/rust
Tracking issue for post stage 0 bootstrap sequence redesign f...
#141901
opened Jun 2, 2025 by
jieyouxu
Open
1
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
rust_extern_with_linkage___dso_handle+0x0): undefined reference to `__dso_handle'
A-cross
Area: Cross compilation
A-linkage
Area: linking into static, shared libraries and binaries
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
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140955
opened May 12, 2025 by
tkennedy1-godaddy
release builds using rustc 1.86.0 on macOS Ventura (intel) SDK exhibit incorrect behaviour
A-cross
Area: Cross compilation
A-linkers
Area: linkers... you gotta love linkers
C-external-bug
Category: issue that is caused by bugs in software beyond our control
llvm-fixed-upstream
Issue expected to be fixed by the next major LLVM upgrade, or backported fixes
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140686
opened May 5, 2025 by
spikegrobstein
Unable to use Area: Cross compilation
C-bug
Category: This is a bug.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
profile-generate
when cross-compiling for x86_64-pc-windows-gnu
on Linux.
A-cross
#140013
opened Apr 18, 2025 by
Esper89
rustdoc: doctest-xcompile passes when it shouldn't
A-cross
Area: Cross compilation
A-doctests
Area: Documentation tests, run by rustdoc
C-bug
Category: This is a bug.
requires-nightly
This issue requires a nightly compiler in some way.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#139924
opened Apr 16, 2025 by
bugadani
SIGSEGV when crosscompiling m68k on Apple silicon
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-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-motorola68k
Target: Rust from the parallel universe where the Amiga won.
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.
#139311
opened Apr 3, 2025 by
ketsuban
lld linker error on mips64[el] linux targets.
-Zbuild-std
Unstable Cargo option: Compile the standard library yourself.
A-cross
Area: Cross compilation
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
#138479
opened Mar 14, 2025 by
Wyvern
Cross-compiled asm output has invalid mixed-slash paths
A-cross
Area: Cross compilation
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138012
opened Mar 4, 2025 by
evmar
CI llvm related issue when trying to cross compile for Solaris
A-cross
Area: Cross compilation
A-linkage
Area: linking into static, shared libraries and binaries
A-linkers
Area: linkers... you gotta love linkers
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-solaris
Operating system: Solaris
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#137997
opened Mar 4, 2025 by
psumbera
Cross-build of 1.85.0 to mipsel-unknown-netbsd fails w/missing __gnu_h2f_ieee and __gnu_f2h_ieee.
A-clippy
Area: Clippy
A-cross
Area: Cross compilation
C-bug
Category: This is a bug.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
O-MIPS
Target: MIPS processors
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#137630
opened Feb 25, 2025 by
he32
Bootstrap libz-sys ignores --set=target.<host>.cc
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)
#136090
opened Jan 26, 2025 by
riastradh
compiletest: investigate if it's possible to do run-time capability detection against *target*
A-compiletest
Area: The compiletest test runner
A-cross
Area: Cross compilation
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
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.
#135928
opened Jan 23, 2025 by
jieyouxu
raw-dylib
usage in std broke thumbv7a-*-windows-msvc targets
-Zbuild-std
#134565
opened Dec 20, 2024 by
bdbai
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-*) (IA-32)
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
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-*) (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
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-*) (also known as amd64 and x64)
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 or seasoned contributors to Rust
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
Previous Next
ProTip!
Adding no:label will show everything without a label.