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

explain what vend means in cargo-vendor command documentation A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16365 opened Dec 9, 2025 by sterschi 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…
fix(lint): dont embed lint docs in cargo binary A-documenting-cargo-itself Area: Cargo's documentation A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16360 opened Dec 8, 2025 by weihanglo Loading…
fix(package): Don't verify registry for --list Command-package 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
#16341 opened Dec 4, 2025 by epage 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. T-cargo Team: Cargo
#16336 opened Dec 4, 2025 by ranger-ross Draft
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…
feat: stabilize -Zconfig-include A-configuration Area: cargo config files and env vars A-documenting-cargo-itself Area: Cargo's documentation A-unstable Area: nightly unstable support disposition-merge FCP with intent to merge final-comment-period FCP — a period for last comments before action is taken S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo Z-config-include Nightly: `include` config key
#16284 opened Nov 21, 2025 by weihanglo Loading…
Change argument name to --precise option in cargo update. A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#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-review Status: Awaiting review from the assignee but also interested parties.
#16249 opened Nov 13, 2025 by nspin Loading…
Cache submodule into git db A-git Area: anything dealing with git S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16246 opened Nov 12, 2025 by avnyu 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
fix: update resolve_all_features() to filter pkg deps A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16221 opened Nov 7, 2025 by Saplyn Loading…
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
Implement fine grain locking for build-dir A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation A-filesystem Area: issues with filesystems A-layout Area: target output directory layout, naming, and organization A-unstable Area: nightly unstable support Command-clean S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16155 opened Oct 26, 2025 by ranger-ross Loading…
1 of 6 tasks
Mention cargo wizard in build performance guide A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16142 opened Oct 23, 2025 by Kobzol Loading…
WIP: wrote 3 tests about improving the error message in the path dependency A-cli-help Area: built-in command-line help A-completions Area: shell completions A-dependency-resolution Area: dependency resolution and the resolver A-documenting-cargo-itself Area: Cargo's documentation A-timings Area: timings Command-test S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#16138 opened Oct 22, 2025 by ibilalkayy Draft
Warn when installing with a non-default toolchain Command-install S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#16131 opened Oct 18, 2025 by smoelius Draft
feat(test-support): Use test name for dir when running tests A-documenting-cargo-itself Area: Cargo's documentation A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16121 opened Oct 15, 2025 by Muscraft Loading…
Fix: avoid -C prefer-dynamic for test harnesses of proc-macro crates A-build-execution Area: anything dealing with executing the compiler S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#16024 opened Sep 30, 2025 by tommantonclery Loading…
Expand token error messages with potential fix information. A-registries Area: registries A-registry-authentication Area: registry authentication and authorization (authn authz) A-sparse-registry Area: http sparse registries A-testing-cargo-itself Area: cargo's tests
#15985 opened Sep 19, 2025 by nathanhammond Draft
chore(ci): reject uncanonicalized issue link in commits A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15936 opened Sep 8, 2025 by weihanglo Loading…
WIP: fix(cli): Use Shell::print_report for error chains A-console-output Area: Terminal output, colors, progress bar, etc. 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.
#15922 opened Sep 4, 2025 by epage Draft
WIP: fix(shell): Switch to annotate snippets for warnings A-console-output Area: Terminal output, colors, progress bar, etc. 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.
#15917 opened Sep 3, 2025 by epage Draft
ProTip! Filter pull requests by the default branch with base:master.