-
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
link fails since 1.82.0
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134596
opened Dec 21, 2024 by
loongs-zhang
#[linkage = "weak"] const fn
accepted without warning
A-diagnostics
#134451
opened Dec 18, 2024 by
HaoboGu
Adding Area: Inline assembly (`asm!(…)`)
A-linkage
Area: linking into static, shared libraries and binaries
A-LTO
Area: Link-time optimization (LTO)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
lto = true
causes duplicated symbol errors on .weak
symbols
A-inline-assembly
#133974
opened Dec 6, 2024 by
rslawson
macOS: Crate symbols get discarded when crate appears unused
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
O-macos
Operating system: macOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133491
opened Nov 26, 2024 by
nvzqz
Build failure with llvm 19
A-linkage
Area: linking into static, shared libraries and binaries
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-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)
#132896
opened Nov 11, 2024 by
blackcross86
Linking failed with Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
f16
: undefined symbol: __floatuntihf
on Ubuntu 20.04
A-linkage
#132614
opened Nov 4, 2024 by
zhassan-aws
rust-lld
is using wrong zlib at runtime
A-linkage
#132604
opened Nov 4, 2024 by
haampie
Apple: Fix direct linking with +verbatim
A-linkage
Area: linking into static, shared libraries and binaries
A-run-make
Area: port run-make Makefiles to rmake.rs
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132394
opened Oct 31, 2024 by
madsmtm
Loading…
Fails to link verbatim libary in 1.82 on macOS
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132264
opened Oct 28, 2024 by
anatawa12
Tracking Issue for Area: linking into static, shared libraries and binaries
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
O-windows
Operating system: Windows
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
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.
bare_link_kind
A-linkage
#132061
opened Oct 23, 2024 by
ChrisDenton
4 tasks
rustc 1.82.0 doesn't add LIBPATH when invoking link.exe
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132016
opened Oct 22, 2024 by
nandin-borjigin
wasm32_wasip1_threads's llvm_target is mistake
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#131007
opened Sep 29, 2024 by
oligamiq
Fix linking for symbols starting with ? on i686-pc-windows-msvc
A-linkage
Area: linking into static, shared libraries and binaries
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#130808
opened Sep 25, 2024 by
checkraisefold
Loading…
Large types cause linker failure
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#130729
opened Sep 23, 2024 by
benwis
Some linker sections are missing when building project with nightly toolchain
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#130397
opened Sep 15, 2024 by
zzsergant
Linker error when building dylib with "vectorcall" no_mangle fn on x86-64 Linux
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-linux
Operating system: Linux
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#130196
opened Sep 10, 2024 by
RalfJung
Build target Unstable Cargo option: Compile the standard library yourself.
A-linkage
Area: linking into static, shared libraries and binaries
O-AArch64
Armv8-A or later processors in AArch64 mode
O-windows
Operating system: Windows
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
arm64ec-pc-windows-msvc
with -Zbuild-std
got linking error.
-Zbuild-std
#130020
opened Sep 6, 2024 by
Wyvern
Confusing suggestion to use Area: Messages for errors, warnings, and lints
A-linkage
Area: linking into static, shared libraries and binaries
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
T-cargo
Relevant to the cargo team, which will review and decide on the PR/issue.
cargo:rustc-link-lib
in a cargo project with a lib and bins
A-diagnostics
#129904
opened Sep 2, 2024 by
kusnezoff-alexander
Build failure when using LTO with static linking
A-linkage
Area: linking into static, shared libraries and binaries
A-LTO
Area: Link-time optimization (LTO)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#129888
opened Sep 2, 2024 by
burtonageo
Build to AArch64 errors with "error: fixup value out of range"
A-linkage
Area: linking into static, shared libraries and binaries
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-AArch64
Armv8-A or later processors in AArch64 mode
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#129299
opened Aug 20, 2024 by
midnightveil
Compiling a cdylib crate depending on some dylib crates does not reexport their symbols
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#128949
opened Aug 11, 2024 by
lf-
Invalid local symbol errors linking shared library with rust-lld
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#128938
opened Aug 10, 2024 by
spearman
run-make: investigate if we can make tests with linkage less error-prone
A-compiletest
Area: The compiletest test runner
A-linkage
Area: linking into static, shared libraries and binaries
A-run-make
Area: port run-make Makefiles to rmake.rs
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
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
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#128821
opened Aug 8, 2024 by
jieyouxu
tests/ui/codegen/duplicated-path-in-error: Fails on musl libc due to ldso error message difference
A-diagnostics
Area: Messages for errors, warnings, and lints
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-musl
Target: The musl libc
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#128474
opened Aug 1, 2024 by
awilfox
"was built for iOS 16.4" warning after updating from 1.79 to 1.80
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-ios
Operating system: iOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#128419
opened Jul 31, 2024 by
Augustyniak
Previous Next
ProTip!
no:milestone will show everything without a milestone.