Skip to content

Pull requests: rust-lang/cargo

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Silence the warning about forgetting the vendoring A-overrides Area: general issues with overriding dependencies (patch, replace, paths) A-source-replacement Area: [source] replacement S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13886 opened May 8, 2024 by jneem Loading…
Case insensitive file name matching when packaging files Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13885 opened May 8, 2024 by torhovland Loading…
Log the name of the dependency that changed A-rebuild-detection Area: rebuild detection and fingerprinting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13883 opened May 8, 2024 by torhovland Loading…
Refactor cargo lint tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13880 opened May 8, 2024 by Muscraft Loading…
Don't squash path dependencies with same package name A-dependency-resolution Area: dependency resolution and the resolver A-lockfile Area: Cargo.lock issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13863 opened May 4, 2024 by ldm0 Loading…
Show description for user-installed binaries when running "cargo --list" A-cli Area: Command-line interface, option parsing, etc. A-custom-subcommands Area: custom 3rd party subcommand plugins A-interacts-with-crates.io Area: interaction with registries S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13847 opened May 2, 2024 by Oakchris1955 Draft
[WIP] feat(gc): record workspace manifest and target dir in global cache tracker 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.
#13846 opened May 2, 2024 by baby230211 Draft
Rename --out-dir to --artifact-dir 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-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-semver Area: semver specifications, version matching, etc. Command-build Command-fix S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13809 opened Apr 26, 2024 by valadaptive Loading…
docs(ref): Add section on Apple deployment target environment variables A-documenting-cargo-itself Area: Cargo's documentation O-macos OS: macOS S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13781 opened Apr 19, 2024 by madsmtm Loading…
[experiment] patch with patch files A-configuration Area: cargo config files and env vars A-manifest Area: Cargo.toml issues A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support A-workspaces Area: workspaces S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13779 opened Apr 18, 2024 by weihanglo Loading…
[doc]: Add create workspace doc A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13766 opened Apr 17, 2024 by heisen-li Loading…
Fix cargo add behaving different when translating package name Command-add S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13765 opened Apr 17, 2024 by dohse Loading…
4 tasks
feat: implement RFC 3553 to add SBOM support A-build-execution Area: anything dealing with executing the compiler A-configuration Area: cargo config files and env vars 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.
#13709 opened Apr 5, 2024 by justahero Loading…
WIP: fix(config): Improve the error for partial-struct A-configuration Area: cargo config files and env vars S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13694 opened Apr 2, 2024 by epage Draft
fix: create ephemeral workspace for git source A-workspaces Area: workspaces Command-install S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13689 opened Apr 2, 2024 by hi-rustin Loading…
2 tasks done
Allows the default git/gitoxide configuration to be obtained from the ENV and config A-unstable Area: nightly unstable support S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13687 opened Apr 2, 2024 by linyihai Loading…
Document variance in strip A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13677 opened Apr 1, 2024 by workingjubilee Loading…
Protect .cargo-ok on case-insensitive file systems A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13669 opened Mar 30, 2024 by kornelski Loading…
clarify default behavior of documentation field A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13660 opened Mar 27, 2024 by RalfJung Loading…
feat: Stablize CARGO_RUSTC_CURRENT_DIR A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation 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
#13644 opened Mar 26, 2024 by epage Loading…
core/compiler: report executable paths for all binary crates S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13605 opened Mar 19, 2024 by dvdhrm Draft
Basic implementation for cargo install --dry-run 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-testing-cargo-itself Area: cargo's tests Command-install S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#13598 opened Mar 17, 2024 by PaulDance Loading…
[WIP] Fix: Cargo fails to detect environment variable A-build-execution Area: anything dealing with executing the compiler A-rebuild-detection Area: rebuild detection and fingerprinting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13596 opened Mar 16, 2024 by LuuuXXX Draft
Document interaction between custom profiles and overrides 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.
#13590 opened Mar 15, 2024 by vlovich Loading…
[WIP] feat: index cache in SQLite3 A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-registries Area: registries A-unstable Area: nightly unstable support Performance Gotta go fast! S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13584 opened Mar 14, 2024 by weihanglo Draft
ProTip! Updated in the last three days: updated:>2024-05-05.