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

doc: Add README for resolver-tests A-dependency-resolution Area: dependency resolution and the resolver S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13977 opened May 29, 2024 by linyihai Loading…
Update openssl-src to 111.28.2+1.1.1w S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13976 opened May 29, 2024 by heiher Loading…
feat: stabilize cargo update --precise <yanked> A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-registries Area: registries 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
#13974 opened May 28, 2024 by weihanglo Loading…
WIP: feat(crates-io): add the downloads API A-interacts-with-crates.io Area: interaction with registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13972 opened May 28, 2024 by hi-rustin Draft
fix: using --release/debug and --profile together becomes an error A-cli Area: Command-line interface, option parsing, etc. Command-bench Command-clean Command-install Command-test S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13971 opened May 28, 2024 by heisen-li Draft
fix: adjust custom err from cert-check due to libgit2 1.8 change A-git Area: anything dealing with git S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13970 opened May 28, 2024 by weihanglo Draft
Include vcs_info even if workspace is dirty Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#13960 opened May 24, 2024 by torhovland Loading…
pragmatically compare timestamps (as suggested by kornelski) A-rebuild-detection Area: rebuild detection and fingerprinting 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
#13955 opened May 23, 2024 by gilescope Loading…
[WIP] Package workspaces 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-dependency-resolution Area: dependency resolution and the resolver A-documenting-cargo-itself Area: Cargo's documentation A-interacts-with-crates.io Area: interaction with registries A-manifest Area: Cargo.toml issues A-testing-cargo-itself Area: cargo's tests Command-package Command-publish S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13947 opened May 22, 2024 by jneem Draft
2 of 4 tasks
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…
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…
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-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#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…
ProTip! Filter pull requests by the default branch with base:master.