Skip to content

Pull requests: rust-lang/cargo

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
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Stabilize automatic garbage collection. 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 Z-gc Nightly: garbage collection
#14287 opened Jul 22, 2024 by ehuss Loading…
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
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…
Fix: cargo vendor can't handle duplicates. A-cli Area: Command-line interface, option parsing, etc. Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13271 opened Jan 9, 2024 by junjihashimoto Loading…
Stabilize target-applies-to-host feature. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-target-applies-to-host Nightly: target-applies-to-host
#9753 opened Aug 1, 2021 by jameshilliard 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…
Improved consistency between breaking and non-breaking updates A-cli Area: Command-line interface, option parsing, etc. Command-update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14259 opened Jul 16, 2024 by torhovland Loading…
Add env variable to indicate the build type. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#9532 opened Jun 2, 2021 by jameshilliard Loading…
Make cargo metadata --no-deps print all path deps (including other workspaces) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#9024 opened Dec 29, 2020 by alyssais Loading…
Correctly parse arguments from environment variables A-configuration Area: cargo config files and env vars S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14376 opened Aug 9, 2024 by GuillaumeGomez 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…
feat(resolve): Direct people to working around less optimal MSRV-resolver results Command-update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14543 opened Sep 14, 2024 by epage Draft
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
Add capability of making breaking changes in update --precise A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues A-semver Area: semver specifications, version matching, etc. A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support Command-update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14140 opened Jun 25, 2024 by torhovland Draft
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…
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…
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…
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…
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…
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
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…
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
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…
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…
ProTip! Filter pull requests by the default branch with base:master.