Skip to content

Issues: rust-lang/cargo

Dependency Dashboard
#13256 opened Jan 6, 2024 by renovate bot
Open
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

cdylib extra link args apply to unit tests A-build-scripts Area: build.rs scripts A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-bug Category: bug S-needs-team-input Status: Needs input from team on whether/how to proceed.
#12663 opened Sep 13, 2023 by wmmc88
Cargo erroneously strips the hash(?) from a dylib's final artifact A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12171 opened May 23, 2023 by Centri3
Extend rustc-link-args to support individual examples/tests/benches. A-build-scripts Area: build.rs scripts A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
#11801 opened Mar 5, 2023 by mibu138
cargo:rustc-link-arg-tests not available to unit/module tests A-build-scripts Area: build.rs scripts A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-bug Category: bug S-needs-team-input Status: Needs input from team on whether/how to proceed.
#10937 opened Aug 4, 2022 by metasim
Tracking issue for rustc-cdylib-link-arg transitive warning A-build-scripts Area: build.rs scripts A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-tracking-issue Category: A tracking issue for something unstable. S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing. S-waiting-on-feedback Status: An implemented feature is waiting on community feedback for bugs or design concerns.
#9562 opened Jun 9, 2021 by ehuss
per-package-target looks in project root for memory.x rather then crate specific directories A-linkage Area: linker issues, dylib, cdylib, shared libraries, so A-rustflags Area: rustflags C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted. Z-per-package-target Nightly: per-package-target
#9537 opened Jun 3, 2021 by FrankvdStam
Cargo 1.52 causes a regression in dylib behaviour A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-bug Category: bug
#9504 opened May 20, 2021 by alexkornitzer
Built executable asks for incorrect shared object A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-bug Category: bug
#9448 opened May 2, 2021 by TheRawMeatball
Allow restricting the number of parallel linker invocations A-jobserver Area: jobserver, concurrency, parallelism A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#9157 opened Feb 9, 2021 by luser
-C link-arg is being ignored... maybe just in this specific case? A-configuration Area: cargo config files and env vars A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-bug Category: bug
#9089 opened Jan 19, 2021 by saurik
Support -Zno-link A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#9019 opened Dec 27, 2020 by bjorn3
Locating a locally built shared library dependency at runtime is not possible A-build-scripts Area: build.rs scripts A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
#9016 opened Dec 25, 2020 by LunarLambda
Split dependencies into dynamic libarires A-crate-dependencies Area: [dependencies] of any kind A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
#8438 opened Jul 2, 2020 by carbotaniuman
cargo build with a build-dependency that is a cdylib results in a warning A-crate-dependencies Area: [dependencies] of any kind A-linkage Area: linker issues, dylib, cdylib, shared libraries, so S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#7825 opened Jan 24, 2020 by turtleslow
Having a *-sys crate depending on rust "staticlib" crate A-crate-dependencies Area: [dependencies] of any kind A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#7524 opened Oct 18, 2019 by Geobert
Request: cargo needs to help coordinate C compiler usage between cc and rustc on Windows-MSVC A-build-scripts Area: build.rs scripts A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#7148 opened Jul 19, 2019 by Lokathor
Add support for applying cargo:rustc-link-lib link commands to specific outputs A-build-scripts Area: build.rs scripts A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#7020 opened Jun 7, 2019 by robmv
building crate w/C library using custom, dynamically linked clang fails A-linkage Area: linker issues, dylib, cdylib, shared libraries, so A-links Area: `links` native library links setting C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#6764 opened Mar 19, 2019 by mykmelez
Add a way to define relative paths in rustc-link-search A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#6725 opened Mar 7, 2019 by oblique
wrong libc linked during build A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#6582 opened Jan 22, 2019 by asdetrefle
Better support for linking against alternate libraries A-documenting-cargo-itself Area: Cargo's documentation A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#6519 opened Jan 3, 2019 by indygreg
VS2017 linker internal error only when run under cargo A-linkage Area: linker issues, dylib, cdylib, shared libraries, so O-windows OS: Windows S-triage Status: This issue is waiting on initial triage.
#5898 opened Aug 16, 2018 by mx-shift
Allow setting linker args that only apply to bin or lib targets A-linkage Area: linker issues, dylib, cdylib, shared libraries, so C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-team-input Status: Needs input from team on whether/how to proceed.
#5881 opened Aug 9, 2018 by konstin
LD_LIBRARY_PATH contains an empty entry during build A-environment-variables Area: environment variables A-linkage Area: linker issues, dylib, cdylib, shared libraries, so S-triage Status: This issue is waiting on initial triage.
#5796 opened Jul 26, 2018 by glandium
Fails to link -no-pie executable that depends on a proc macro A-linkage Area: linker issues, dylib, cdylib, shared libraries, so A-rustflags Area: rustflags S-triage Status: This issue is waiting on initial triage.
#5115 opened Mar 3, 2018 by dtolnay
ProTip! Mix and match filters to narrow down what you’re looking for.