-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Pull requests: rust-lang/cargo
Pull requests list
docs(build-script): clarify OUT_DIR is not cleaned between builds
A-documenting-cargo-itself
Area: Cargo's documentation
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#16437
opened Dec 26, 2025 by
dhruv-38
Loading...
Any build scripts can now use cargo::metadata=KEY=VALUE
A-build-scripts
Area: build.rs scripts
A-documenting-cargo-itself
Area: Cargo's documentation
A-unstable
Area: nightly unstable support
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#16436
opened Dec 26, 2025 by
ranger-ross
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.
docs(report): enhance man pages for 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
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
cargo report *
A-cli
#16430
opened Dec 23, 2025 by
weihanglo
Loading...
Set Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-layout
Area: target output directory layout, naming, and organization
TMPDIR / TMP+TEMP environment variables
A-build-execution
Remove disabled optional weak dependencies when resolving
A-dependency-resolution
Area: dependency resolution and the resolver
#16424
opened Dec 20, 2025 by
Jackhr-arch
•
Draft
Fix cargo locate-project --workspace performance issue
A-cli
Area: Command-line interface, option parsing, etc.
A-workspaces
Area: workspaces
Command-locate-project
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#16423
opened Dec 20, 2025 by
moabo3li
Loading...
feat(test): Make CARGO_BIN_EXE_ available at runtime
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
Command-run
Command-test
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
#16421
opened Dec 19, 2025 by
epage
Loading...
fix(timing)!: remove 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-json-output
Area: JSON message output
A-timings
Area: timings
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
--timings=<FMT> optional format values
A-build-execution
#16420
opened Dec 19, 2025 by
weihanglo
Loading...
feat: in-memory only Area: anything dealing with executing the compiler
A-manifest
Area: Cargo.toml issues
A-workspaces
Area: workspaces
Command-fix
Command-vendor
Manifest
A-build-execution
chore(deps): update msrv (3 versions) to v1.90
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#16387
opened Dec 12, 2025 by
renovate
bot
Loading...
1 task
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.
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...
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 Area: Command-line interface, option parsing, etc.
Command-new
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
cargo new --proc-macro and cargo init --proc-macro
A-cli
#16362
opened Dec 8, 2025 by
nik-rev
Loading...
Added 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
CARGO_BUILD_DIR_LAYOUT_V2 env var to opt in/out of new layout
A-build-execution
#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-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 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.
--config argument values with native-completions
A-cli
#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.
fix: update 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.
resolve_all_features() to filter pkg deps
A-cargo-targets
#16221
opened Nov 7, 2025 by
Saplyn
Loading...
Add format option to Area: built-in command-line help
A-documenting-cargo-itself
Area: Cargo's documentation
A-semver
Area: semver specifications, version matching, etc.
Command-tree
cargo tree to print the package version requirement
A-cli-help
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
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.