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
Assigned to nobody Loading
Sort

Pull requests list

Clarify -Z help output and note rustc flags A-cli Area: Command-line interface, option parsing, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17150 opened Jun 30, 2026 by di3go04 Loading…
Rename -Zno-embed-metadata to -Zembed-metadata=no and use it by default on nightly A-build-execution Area: anything dealing with executing the compiler A-cache-messages Area: caching of compiler messages A-cfg-expr Area: Platform cfg expressions A-configuration Area: cargo config files and env vars A-documenting-cargo-itself Area: Cargo's documentation A-layout Area: target output directory layout, naming, and organization A-rebuild-detection Area: rebuild detection and fingerprinting A-unstable Area: nightly unstable support Command-clean S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#17149 opened Jun 29, 2026 by Kobzol Member Loading…
1 task
Avoid churning unrelated dependency edges A-crate-dependencies Area: [dependencies] of any kind A-dependency-resolution Area: dependency resolution and the resolver A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17148 opened Jun 29, 2026 by konstin Contributor Loading…
feat(lints): add unused_workspace_exclude lint A-documenting-cargo-itself Area: Cargo's documentation A-workspaces Area: workspaces
#17143 opened Jun 28, 2026 by raushan728 Contributor Draft
fix(bindeps): register transitive artifact targets S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17135 opened Jun 24, 2026 by npmccallum Contributor Loading…
fix(clean): clarify why 'cargo clean' default != 'release' artifact set (#17129) A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation Command-clean S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17132 opened Jun 23, 2026 by Dodothereal Loading…
feat(toml): allow overriding inherited default-features in 2024 A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues Command-add S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17126 opened Jun 21, 2026 by 0xPoe Member Loading…
feat(cli): add trustpub subcommand A-cli Area: Command-line interface, option parsing, etc. A-interacts-with-crates.io Area: interaction with registries
#17113 opened Jun 18, 2026 by yihau Draft
Add cargo fix support for exported private dependency warnings A-build-execution Area: anything dealing with executing the compiler A-manifest Area: Cargo.toml issues Command-fix S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17097 opened Jun 12, 2026 by cjc0013 Loading…
feat: add harness field to cargo metadata output A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17088 opened Jun 9, 2026 by ceronman Loading…
feat(tree): show artifact dependency details A-documenting-cargo-itself Area: Cargo's documentation Command-tree S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17075 opened Jun 4, 2026 by npmccallum Contributor Loading…
fix(build-std): include artifact dependency targets A-cfg-expr Area: Platform cfg expressions Command-fetch S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17074 opened Jun 4, 2026 by npmccallum Contributor Loading…
test(metadata): separate bindeps no-deps coverage S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17068 opened Jun 3, 2026 by npmccallum Contributor Loading…
Support multiple artifact dependency aliases to the same package A-dependency-resolution Area: dependency resolution and the resolver A-documenting-cargo-itself Area: Cargo's documentation Command-metadata S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17067 opened Jun 3, 2026 by npmccallum Contributor Loading…
fix(toml): deprecate hyphen lint names and error on duplicates A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17051 opened May 30, 2026 by raushan728 Contributor Loading…
Expose resolved lint flags in unit graph A-build-execution Area: anything dealing with executing the compiler
#17040 opened May 28, 2026 by andrewgazelka Draft
fix: forward build.warnings config to external subcommands A-cli Area: Command-line interface, option parsing, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17035 opened May 26, 2026 by raushan728 Contributor Loading…
fix: stabilize -Zrustdoc-depinfo A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation A-rebuild-detection Area: rebuild detection and fingerprinting A-unstable Area: nightly unstable support S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author. T-cargo Team: Cargo
#17020 opened May 20, 2026 by weihanglo Member Draft
feat(doc test): add missing profile -C options to doc tests A-build-execution Area: anything dealing with executing the compiler Command-test S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#17018 opened May 20, 2026 by QrkenBananen Loading…
fix(resolve): detect unused patches when multiple patches share a PackageId A-dependency-resolution Area: dependency resolution and the resolver S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16987 opened May 11, 2026 by raushan728 Contributor Loading…
fix(rustdoc): Remove rustdoc --test, --bench and --all-targets arguments A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation Command-rustdoc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16973 opened May 6, 2026 by QrkenBananen Loading…
ProTip! Exclude everything labeled bug with -label:bug.