Skip to content

Issues: rust-lang/cargo

Dependency Dashboard
#13256 opened Jan 6, 2024 by renovate bot
Open
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Issues list

feat(manifest)!: implement feature-metadata RFC3416 A-interacts-with-crates.io Area: interaction with registries A-manifest Area: Cargo.toml issues Command-publish S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15056 opened Jan 12, 2025 by AudaciousAxiom Loading…
docs: Added authentication schemes note in registry docs A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15052 opened Jan 11, 2025 by ranger-ross Draft
Small resolver cleanups A-dependency-resolution Area: dependency resolution and the resolver S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15040 opened Jan 9, 2025 by Eh2406 Loading…
Make --allow-dirty imply --allow-staged 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 Command-fix S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15013 opened Jan 4, 2025 by kornelski Draft
Conditionally mark the test cfg as a well known cfg A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15007 opened Jan 2, 2025 by Urgau Loading…
fix: add error message for github PR url in dep A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15003 opened Jan 2, 2025 by joshka Loading…
perf(cargo-package): match certain path prefix with pathspec A-git Area: anything dealing with git Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14997 opened Jan 1, 2025 by weihanglo Loading…
Added logic to preserve carriage returns when updating the manifest file A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14983 opened Dec 26, 2024 by ranger-ross Loading…
feat: add cargo pkgid support for cargo-script A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues A-workspaces Area: workspaces Command-install Command-pkgid Command-uninstall S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14961 opened Dec 19, 2024 by Rustin170506 Draft
Hash paths relative to the workspace into metadata. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14953 opened Dec 18, 2024 by Dirbaio Loading…
perf(package): Speed up verify with 'check' Command-package Command-publish S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14930 opened Dec 12, 2024 by epage Loading…
fix(doctest): warn only once if doctest xcompile is skipped Command-test S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14920 opened Dec 11, 2024 by progressive-galib Loading…
Introduce CARGO_PKG_EDITION env var A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14873 opened Nov 29, 2024 by nyurik Loading…
feat: make package, manifest and virtualManfest sync by using Arc not Rc A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14837 opened Nov 19, 2024 by washanhanzi Draft
Use the replacement source instead of the original source when generating -C metadata and -C extra-filename A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-layout Area: target output directory layout, naming, and organization S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14822 opened Nov 14, 2024 by P-E-Meunier Draft
Cargo vendor: add source rewriting for private registries included in deps Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14716 opened Oct 22, 2024 by P-E-Meunier Loading…
fix(perf): switch global allocator to mimalloc A-cli Area: Command-line interface, option parsing, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14691 opened Oct 15, 2024 by x-hgg-x Loading…
test: Add test codebase for shell completions A-cli Area: Command-line interface, option parsing, etc. Command-add Command-uninstall Command-update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14681 opened Oct 13, 2024 by shannmu Loading…
Improve resolver speed again A-dependency-resolution Area: dependency resolution and the resolver S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14665 opened Oct 10, 2024 by x-hgg-x Loading…
WIP Add bin/cdylib/staticlib suffix for artifact deps Command-tree S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-bindeps Nightly: binary artifact dependencies
#14658 opened Oct 9, 2024 by elchukc Draft
Taskbar progress reporting via ANSI codes A-build-execution Area: anything dealing with executing the compiler A-configuration Area: cargo config files and env vars A-console-output Area: Terminal output, colors, progress bar, etc. 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
#14615 opened Sep 29, 2024 by Gordon01 Loading…
3 of 4 tasks
Implement --locked for build-std A-lockfile Area: Cargo.lock issues A-workspaces Area: workspaces S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-build-std Nightly: build-std
#14589 opened Sep 24, 2024 by adamgemmell Loading…
fix(update): don't reuse a previously locked dependency if multiple major versions are compatible A-dependency-resolution Area: dependency resolution and the resolver A-lockfile Area: Cargo.lock issues A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14582 opened Sep 23, 2024 by stormshield-kg Loading…
Lint against unexpected cfgs in [target.'cfg(...)'] A-cfg-expr Area: Platform cfg expressions A-documenting-cargo-itself Area: Cargo's documentation A-unstable Area: nightly unstable support A-workspaces Area: workspaces S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14581 opened Sep 23, 2024 by Urgau Loading…
ProTip! What’s not been updated in a month: updated:<2024-12-12.