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

Add command field to BuildStarted in build-analysis Command-report S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16577 opened Feb 1, 2026 by kurasaiteja Loading…
Stabilize cargo script A-build-execution Area: anything dealing with executing the compiler 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 A-manifest Area: Cargo.toml issues A-unstable Area: nightly unstable support Command-run 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
#16569 opened Jan 30, 2026 by epage Loading…
Update cargo-fetch.md to remove cargo-prefetch reference A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation
#16568 opened Jan 28, 2026 by xtqqczze Draft
Reorganize build unit directory layout for new build-dir layout A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-layout Area: target output directory layout, naming, and organization S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16542 opened Jan 22, 2026 by ranger-ross Loading…
Document CARGO_ALIAS_<name> A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16521 opened Jan 16, 2026 by pnkfelix Loading…
fix(package): improve error reporting for unreadable directories Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16517 opened Jan 15, 2026 by arin-r Loading…
docs(layout): Updated layout module docs to document new layout A-layout Area: target output directory layout, naming, and organization S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16502 opened Jan 13, 2026 by ranger-ross Loading…
1 task
Helpful error when the [package] table is missing A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16501 opened Jan 12, 2026 by kornelski Loading…
Clear RUSTUP_* environment variables in test_env A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16469 opened Jan 6, 2026 by smoelius Loading…
Added better blocking messages for fine grain locking A-build-execution Area: anything dealing with executing the compiler A-configuration Area: cargo config files and env vars A-filesystem Area: issues with filesystems S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#16463 opened Jan 4, 2026 by ranger-ross Draft
Let git decide when to run gc A-git Area: anything dealing with git S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#16459 opened Jan 2, 2026 by ojuschugh1 Loading…
text_dir_codepoint lint update A-credential-provider Area: credential provider for storing and retreiving credentials A-testing-cargo-itself Area: cargo's tests A-workspaces Area: workspaces S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16452 opened Dec 31, 2025 by enthropy7 Loading…
feat(help): display manpage for nested commands 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 A-future-incompat Area: future incompatible reporting Command-report S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#16432 opened Dec 25, 2025 by weihanglo Draft
Set TMPDIR / TMP+TEMP environment variables A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-layout Area: target output directory layout, naming, and organization S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#16426 opened Dec 23, 2025 by madsmtm Draft
Remove disabled optional weak dependencies when resolving A-dependency-resolution Area: dependency resolution and the resolver S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16424 opened Dec 20, 2025 by Jackhr-arch Loading…
Enable new layout on Cargo's tests A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation A-layout Area: target output directory layout, naming, and organization A-testing-cargo-itself Area: cargo's tests 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.
#16375 opened Dec 10, 2025 by epage Draft
fix: handled the case of help and list flags combination to show list A-cli Area: Command-line interface, option parsing, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16366 opened Dec 9, 2025 by benodiwal Loading…
Add cargo new --proc-macro and cargo init --proc-macro A-cli Area: Command-line interface, option parsing, etc. Command-new S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16362 opened Dec 8, 2025 by nik-rev Loading…
Added CARGO_BUILD_DIR_LAYOUT_V2 env var to opt in/out of new layout A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation A-layout Area: target output directory layout, naming, and organization 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. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#16336 opened Dec 4, 2025 by ranger-ross Loading…
Limit registry-index dependency field to registry sources only A-manifest Area: Cargo.toml issues A-workspaces Area: workspaces Command-package Command-read-manifest S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16293 opened Nov 23, 2025 by moabo3li Loading…
Change argument name to --precise option in cargo update. 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.
#16283 opened Nov 21, 2025 by SebastianJL Loading…
feat(cli): Add support for completing --config argument values with native-completions A-cli Area: Command-line interface, option parsing, etc. S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#16249 opened Nov 13, 2025 by nspin Loading…
experiment: add proc_macro to the index A-dependency-resolution Area: dependency resolution and the resolver A-features2 Area: issues specifically related to the v2 feature resolver A-interacts-with-crates.io Area: interaction with registries A-manifest Area: Cargo.toml issues A-registries Area: registries A-testing-cargo-itself Area: cargo's tests Command-package Command-publish S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#16228 opened Nov 8, 2025 by secona Draft
Add format option to cargo tree to print the package version requirement A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-semver Area: semver specifications, version matching, etc. Command-tree
#16192 opened Nov 1, 2025 by devodev Draft
ProTip! Adding no:label will show everything without a label.