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

tests: Migrate alt_registry to snapbox A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14031 opened Jun 7, 2024 by epage Loading…
fix(env): cargo:rerun-if-env-changed doesn't work with env configuration 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.
#14027 opened Jun 7, 2024 by heisen-li Loading…
fix: improve message for inactive weak optional feature with edition2024 through unused dep collection A-dependency-resolution Area: dependency resolution and the resolver A-manifest Area: Cargo.toml issues A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14026 opened Jun 7, 2024 by linyihai Loading…
fix: improve message for inactive weak optional feature with edition2024 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14019 opened Jun 6, 2024 by linyihai Loading…
fix(fix): Address problems with implicit -> explicit feature migration Command-fix S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14018 opened Jun 5, 2024 by epage Loading…
chore(deps): update rust crate pulldown-cmark to 0.11.0 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13999 opened Jun 1, 2024 by renovate bot Loading…
1 task
chore(deps): update rust crate itertools to 0.13.0 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13998 opened Jun 1, 2024 by renovate bot Loading…
1 task
chore(deps): update compatible S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13995 opened Jun 1, 2024 by renovate bot Loading…
1 task
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
Include vcs_info even if workspace is dirty A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation Command-package 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
#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…
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…
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. S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#13885 opened May 8, 2024 by torhovland 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
[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-testing-cargo-itself Area: cargo's tests 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…
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
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.