Skip to content

Pull requests: rust-lang/cargo

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
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

feat: Add custom completer for completing cargo build --packge <TAB> A-cli Area: Command-line interface, option parsing, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14553 opened Sep 17, 2024 by shannmu Loading…
fix(credential)!: Fallback when an auth method isn't available on the current machine A-credential-provider Area: credential provider for storing and retreiving credentials A-documenting-cargo-itself Area: Cargo's documentation A-registry-authentication Area: registry authentication and authorization (authn authz) S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author. T-cargo Team: Cargo
#13558 opened Mar 7, 2024 by epage Loading…
Use cross compile style target/host isolation for all builds. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-target-applies-to-host Nightly: target-applies-to-host
#9634 opened Jun 28, 2021 by jameshilliard Loading…
Stabilize target-applies-to-host feature. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-target-applies-to-host Nightly: target-applies-to-host
#9753 opened Aug 1, 2021 by jameshilliard Loading…
Support per pkg target for -Zbuild-std S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#10330 opened Jan 26, 2022 by fee1-dead Loading…
Add safe.directories config A-configuration Area: cargo config files and env vars A-rustup Area: rustup interaction S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#10736 opened Jun 8, 2022 by ehuss Loading…
feat(profile): panic behavior can be specified for custom harness A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues A-profiles Area: profiles S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#11272 opened Oct 21, 2022 by weihanglo Loading…
cargo doc --open always respect request_kind A-build-execution Area: anything dealing with executing the compiler Command-doc S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted. S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#11804 opened Mar 6, 2023 by Rustin170506 Draft
Support per-pkg-target for -Zbuild-std, take two A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#11969 opened Apr 13, 2023 by fee1-dead Loading…
Ignore errors when declaring a registry on path dependency A-manifest Area: Cargo.toml issues S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#12807 opened Oct 11, 2023 by w4 Draft
Fix: cargo vendor can't handle duplicates. A-cli Area: Command-line interface, option parsing, etc. Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13271 opened Jan 9, 2024 by junjihashimoto Loading…
feat: Expost host and target sysroot to build scripts. A-build-scripts Area: build.rs scripts A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#13443 opened Feb 15, 2024 by c272 Loading…
Clarify warning for using features or default-features in patch A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13522 opened Mar 3, 2024 by joshtriplett Loading…
Make cargo metadata --no-deps print all path deps (including other workspaces) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#9024 opened Dec 29, 2020 by alyssais Loading…
core/compiler: report executable paths for all binary crates S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13605 opened Mar 19, 2024 by dvdhrm Draft
Protect .cargo-ok on case-insensitive file systems A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13669 opened Mar 30, 2024 by kornelski Loading…
Document variance in strip A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13677 opened Apr 1, 2024 by workingjubilee Loading…
fix: create ephemeral workspace for git source A-workspaces Area: workspaces Command-install S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13689 opened Apr 2, 2024 by Rustin170506 Loading…
2 tasks done
feat: implement RFC 3553 to add SBOM support A-build-execution Area: anything dealing with executing the compiler A-configuration Area: cargo config files and env vars A-documenting-cargo-itself Area: Cargo's documentation A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13709 opened Apr 5, 2024 by justahero Loading…
[doc]: Add create workspace doc A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13766 opened Apr 17, 2024 by heisen-li Loading…
fix(package): check dirtiness of symlinks source files A-git Area: anything dealing with git Command-package Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14981 opened Dec 24, 2024 by weihanglo Loading…
Case insensitive file name matching when packaging files Command-package S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted. S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#13885 opened May 8, 2024 by torhovland Draft
pragmatically compare timestamps (as suggested by kornelski) A-rebuild-detection Area: rebuild detection and fingerprinting disposition-merge FCP with intent to merge proposed-final-comment-period An FCP proposal has started, but not yet signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#13955 opened May 23, 2024 by gilescope Loading…
Add capability of making breaking changes in update --precise A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues A-semver Area: semver specifications, version matching, etc. A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support Command-update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14140 opened Jun 25, 2024 by torhovland Draft
Coerce major wildcards A-dependency-resolution Area: dependency resolution and the resolver S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#13535 opened Mar 5, 2024 by Nikita240 Loading…
ProTip! Exclude everything labeled bug with -label:bug.