-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Pull requests: rust-lang/cargo
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix(cli): Adjust terminal styles to match rustc
A-cli
Area: Command-line interface, option parsing, etc.
A-interacts-with-crates.io
Area: interaction with registries
Command-add
Command-bench
Command-build
Command-check
Command-clean
Command-doc
Command-fetch
Command-fix
Command-generate-lockfile
Command-info
Command-init
Command-install
Command-locate-project
Command-login
Command-logout
Command-metadata
Command-new
Command-owner
Command-package
Command-pkgid
Command-publish
Command-read-manifest
Command-remove
Command-report
Command-run
Command-rustc
Command-rustdoc
Command-search
Command-test
Command-tree
Command-uninstall
Command-update
Command-vendor
Command-version
Command-yank
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#15928
opened Sep 4, 2025 by
epage
Loading…
fix(manifest): Report script manifest errors for the right line number
A-manifest
Area: Cargo.toml issues
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#15927
opened Sep 4, 2025 by
epage
Loading…
Add "Optimizing Build Performance" section to the Cargo book
A-documenting-cargo-itself
Area: Cargo's documentation
Render individual compilation sections in Area: timings
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
--timings
pipeline graph
A-timings
#15923
opened Sep 4, 2025 by
Kobzol
Loading…
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.
fix(shell): Make warn/note/error consistent with lints/toml errors
A-console-output
Area: Terminal output, colors, progress bar, etc.
A-manifest
Area: Cargo.toml issues
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#15917
opened Sep 3, 2025 by
epage
Loading…
Update note on default-members and root package
A-documenting-cargo-itself
Area: Cargo's documentation
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#15916
opened Sep 3, 2025 by
tacertain
Loading…
fix(publish): Move Status: Awaiting review from the assignee but also interested parties.
.crate
out of final artifact location
Command-package
S-waiting-on-review
Detect when the initial binary launch may be slow on macOS
A-cargo-targets
Area: selection and definition of targets (lib, bins, examples, tests, benches)
A-cli
Area: Command-line interface, option parsing, etc.
A-configuration
Area: cargo config files and env vars
A-documenting-cargo-itself
Area: Cargo's documentation
A-unstable
Area: nightly unstable support
Command-install
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#15908
opened Sep 2, 2025 by
madsmtm
Loading…
refactor: address Status: Awaiting review from the assignee but also interested parties.
unsafe-op-in-unsafe-fn
for Windows
S-waiting-on-review
#15876
opened Aug 21, 2025 by
weihanglo
Loading…
Added better filesystem layout testing harness
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.
#15874
opened Aug 21, 2025 by
ranger-ross
Loading…
docs: move docs building process to contributor guide
A-documenting-cargo-itself
Area: Cargo's documentation
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#15854
opened Aug 17, 2025 by
weihanglo
Loading…
docs: add pagetoc support for The Cargo Book
A-documenting-cargo-itself
Area: Cargo's documentation
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#15852
opened Aug 17, 2025 by
weihanglo
Loading…
feat(lints): new lint invalid_spdx_license_expression
A-documenting-cargo-itself
Area: Cargo's documentation
A-license
Area: license handling
A-lints
Area: rustc lint configuration
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#15847
opened Aug 17, 2025 by
weihanglo
Loading…
docs: clarify that Area: build.rs scripts
A-documenting-cargo-itself
Area: Cargo's documentation
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
cargo:rustc-link-arg-tests
only applies to integration tests
A-build-scripts
#15814
opened Aug 7, 2025 by
t-moe
Loading…
Support profile overrides for Area: profiles
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
-Z build-std
A-profiles
#15811
opened Aug 6, 2025 by
maurer
Loading…
Recommend Area: Cargo's documentation
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
package.rust-version
in the Rust version section of reference/semver.md
.
A-documenting-cargo-itself
#15806
opened Aug 5, 2025 by
kpreid
Loading…
fix(bindeps): do not propagate artifact dependency to proc macro or build deps
A-dependency-resolution
Area: dependency resolution and the resolver
A-features2
Area: issues specifically related to the v2 feature resolver
A-profiles
Area: profiles
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#15788
opened Jul 30, 2025 by
Lencerf
Loading…
Helpful error for invalid Status: Awaiting review from the assignee but also interested parties.
cargo add
Command-add
S-waiting-on-review
#15688
opened Jun 21, 2025 by
kornelski
Loading…
fix(docs): align code block styles for shell snippets
A-documenting-cargo-itself
Area: Cargo's documentation
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#15661
opened Jun 13, 2025 by
motorailgun
Loading…
[WIP] feat: maximize artifact reuse between different modes
A-layout
Area: target output directory layout, naming, and organization
A-rebuild-detection
Area: rebuild detection and fingerprinting
[Pre-RFC] Enable Area: Command-line interface, option parsing, etc.
A-configuration
Area: cargo config files and env vars
A-documenting-cargo-itself
Area: Cargo's documentation
A-filesystem
Area: issues with filesystems
A-interacts-with-crates.io
Area: interaction with registries
A-testing-cargo-itself
Area: cargo's tests
A-workspaces
Area: workspaces
Command-locate-project
Command-new
Command-owner
Command-yank
S-waiting-on-author
Status: The marked PR is awaiting some action (such as code changes) from the PR author.
.cargo/root
, CARGO_ROOTS
+ --root
to limit config + manifest searches
A-cli
fix(search): follow http redirects
A-interacts-with-crates.io
Area: interaction with registries
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
docs: add lock file section to the resolver docs
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.
#15587
opened May 22, 2025 by
Fishrock123
Loading…
Previous Next
ProTip!
no:milestone will show everything without a milestone.