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

Make git::use_the_cli test truly locale independent S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13935 opened May 19, 2024 by Urgau Loading…
Make level field optional in the [lints] table A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13934 opened May 19, 2024 by Urgau Loading…
Load libsecret by its SONAME, libsecret-1.so.0 A-credential-provider Area: credential provider for storing and retreiving credentials S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13927 opened May 17, 2024 by cuviper Loading…
Add local registry overlays A-configuration Area: cargo config files and env vars A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13926 opened May 17, 2024 by jneem Loading…
[beta-1.79] fix(toml): Don't warn on lints.rust.unexpected_cfgs.check-cfg A-manifest Area: Cargo.toml issues A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13925 opened May 17, 2024 by epage Draft
fix(toml): Convert warnings that licence and readme files do not exist into errors Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13921 opened May 16, 2024 by heisen-li Loading…
Verify build-std resolve against original lockfile A-dependency-resolution Area: dependency resolution and the resolver A-lockfile Area: Cargo.lock issues A-workspaces Area: workspaces S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13916 opened May 15, 2024 by adamgemmell Loading…
WIP: fix: remove symlink on Windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13910 opened May 13, 2024 by hi-rustin Draft
fix: support IPv6-only network for cargo fix A-networking Area: networking issues, curl, etc. Command-fix S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13907 opened May 12, 2024 by weihanglo Loading…
Fix typo in cargo-bench.md 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.
#13903 opened May 11, 2024 by michaelkirk Loading…
fix(toml): remove lib.plugin key support and make it warning A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13902 opened May 11, 2024 by heisen-li Loading…
2 of 3 tasks
Pass rustflags to artifacts built with implicit targets when using target-applies-to-host A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-cfg-expr Area: Platform cfg expressions A-rebuild-detection Area: rebuild detection and fingerprinting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-target-applies-to-host Nightly: target-applies-to-host
#13900 opened May 11, 2024 by gmorenz Loading…
fix: proc-macro example from dep no longer affects feature resolution A-dependency-resolution Area: dependency resolution and the resolver A-features2 Area: issues specifically related to the v2 feature resolver A-proc-macro Area: compiling proc-macros S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13892 opened May 9, 2024 by weihanglo Loading…
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-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13885 opened May 8, 2024 by torhovland Draft
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…
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
ProTip! Exclude everything labeled bug with -label:bug.