-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Pull requests: rust-lang/cargo
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat: Implement Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-documenting-cargo-itself
Area: Cargo's documentation
A-workspaces
Area: workspaces
Command-tree
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
--depth workspace
for cargo tree
command
A-cli
docs: Clean up doc comments
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-cache-messages
Area: caching of compiler messages
A-cfg-expr
Area: Platform cfg expressions
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-credential-provider
Area: credential provider for storing and retreiving credentials
A-dependency-resolution
Area: dependency resolution and the resolver
A-environment-variables
Area: environment variables
A-features2
Area: issues specifically related to the v2 feature resolver
A-git
Area: anything dealing with git
A-home
Area: the `home` crate
A-interacts-with-crates.io
Area: interaction with registries
A-layout
Area: target output directory layout, naming, and organization
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-registries
Area: registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-semver
Area: semver specifications, version matching, etc.
A-testing-cargo-itself
Area: cargo's tests
A-timings
Area: timings
A-unstable
Area: nightly unstable support
A-workspaces
Area: workspaces
Command-add
Command-fix
Command-new
Command-tree
Command-update
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
add unstable -Zroot-dir flag to configure the path from which rustc should be invoked
A-documenting-cargo-itself
Area: Cargo's documentation
A-unstable
Area: nightly unstable support
A-workspaces
Area: workspaces
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
feat: Stabilize MSRV-aware resolver config
A-cli
Area: Command-line interface, option parsing, etc.
A-documenting-cargo-itself
Area: Cargo's documentation
A-workspaces
Area: workspaces
Command-generate-lockfile
Command-update
disposition-merge
FCP with intent to merge
finished-final-comment-period
FCP complete
relnotes
Release-note worthy
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-cargo
Team: Cargo
fix: Remove implicit feature removal
A-documenting-cargo-itself
Area: Cargo's documentation
A-manifest
Area: Cargo.toml issues
A-workspaces
Area: workspaces
Command-fix
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Migrate Cargo's &Option<T> into Option<&T>
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-cli
Area: Command-line interface, option parsing, etc.
A-configuration
Area: cargo config files and env vars
A-credential-provider
Area: credential provider for storing and retreiving credentials
A-dependency-resolution
Area: dependency resolution and the resolver
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-interacts-with-crates.io
Area: interaction with registries
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
A-registries
Area: registries
A-testing-cargo-itself
Area: cargo's tests
A-timings
Area: timings
A-workspaces
Area: workspaces
Command-fix
Command-package
Command-publish
Command-test
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#14609
by nyurik
was closed Oct 2, 2024
Loading…
fix(resolve): Improve multi-MSRV workspaces
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-lockfile
Area: Cargo.lock issues
A-workspaces
Area: workspaces
Command-info
Command-update
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
feat: lockfile path implies --locked on cargo install
A-cli
Area: Command-line interface, option parsing, etc.
A-configuration
Area: cargo config files and env vars
A-workspaces
Area: workspaces
Command-install
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Fix elided lifetime
A-workspaces
Area: workspaces
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add location information in patch error messages
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-cli
Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-completions
Area: shell completions
A-configuration
Area: cargo config files and env vars
A-console-output
Area: Terminal output, colors, progress bar, etc.
A-dependency-resolution
Area: dependency resolution and the resolver
A-documenting-cargo-itself
Area: Cargo's documentation
A-environment-variables
Area: environment variables
A-future-incompat
Area: future incompatible reporting
A-git
Area: anything dealing with git
A-home
Area: the `home` crate
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-interacts-with-crates.io
Area: interaction with registries
A-layout
Area: target output directory layout, naming, and organization
A-lockfile
Area: Cargo.lock issues
A-manifest
Area: Cargo.toml issues
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-registries
Area: registries
A-semver
Area: semver specifications, version matching, etc.
A-sparse-registry
Area: http sparse registries
A-testing-cargo-itself
Area: cargo's tests
A-timings
Area: timings
A-unstable
Area: nightly unstable support
A-workspaces
Area: workspaces
Command-add
Command-bench
Command-build
Command-check
Command-clean
Command-doc
Command-fetch
Command-fix
Command-generate-lockfile
Command-info
Command-metadata
Command-package
Command-pkgid
Command-publish
Command-remove
Command-run
Command-rustc
Command-rustdoc
Command-test
Command-tree
Command-update
Command-vendor
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#14473
by antoniospg
was closed Sep 8, 2024
Loading…
[DO NOT MERGE] Force edition 2024 lint into action on crater
A-build-execution
Area: anything dealing with executing the compiler
A-cfg-expr
Area: Platform cfg expressions
A-cli
Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-crate-dependencies
Area: [dependencies] of any kind
A-documenting-cargo-itself
Area: Cargo's documentation
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-interacts-with-crates.io
Area: interaction with registries
A-manifest
Area: Cargo.toml issues
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-registries
Area: registries
A-semver
Area: semver specifications, version matching, etc.
A-testing-cargo-itself
Area: cargo's tests
A-workspaces
Area: workspaces
Command-add
Command-check
Command-fix
Command-login
Command-metadata
Command-new
Command-owner
Command-package
Command-publish
Command-read-manifest
Command-remove
Command-rustc
Command-search
Command-update
Command-yank
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#14447
by dingxiangfei2009
was closed Nov 25, 2024
•
Draft
More helpful missing feature error message
A-workspaces
Area: workspaces
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
doc: convert comments to rustdoc in workspace
A-workspaces
Area: workspaces
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
feat(warnings): add build.warnings option
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
A-workspaces
Area: workspaces
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
fix(build-std): remove hack on creating virtual std workspace
A-workspaces
Area: workspaces
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Z-build-std
Nightly: build-std
refactor(toml): Rename 'resolved' to 'normalized'
A-build-execution
Area: anything dealing with executing the compiler
A-interacts-with-crates.io
Area: interaction with registries
A-manifest
Area: Cargo.toml issues
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-workspaces
Area: workspaces
Command-fix
Command-package
Command-publish
Command-vendor
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-documenting-cargo-itself
Area: Cargo's documentation
A-lockfile
Area: Cargo.lock issues
A-workspaces
Area: workspaces
Command-add
Command-bench
Command-build
Command-check
Command-clean
Command-doc
Command-fetch
Command-fix
Command-generate-lockfile
Command-metadata
Command-package
Command-pkgid
Command-publish
Command-remove
Command-run
Command-rustc
Command-rustdoc
Command-test
Command-tree
Command-update
Command-vendor
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
--lockfile-path
flag
A-cli
fix(config): Adjust MSRV resolve config field name / values
A-configuration
Area: cargo config files and env vars
A-documenting-cargo-itself
Area: Cargo's documentation
A-workspaces
Area: workspaces
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add more profiling traces
A-git
Area: anything dealing with git
A-registries
Area: registries
A-workspaces
Area: workspaces
Command-read-manifest
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
[experiment] patch with patch files (re-resolve)
A-configuration
Area: cargo config files and env vars
A-manifest
Area: Cargo.toml issues
A-registries
Area: registries
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.
fix(env): Area: Platform cfg expressions
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-features2
Area: issues specifically related to the v2 feature resolver
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-layout
Area: target output directory layout, naming, and organization
A-manifest
Area: Cargo.toml issues
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-registries
Area: registries
A-testing-cargo-itself
Area: cargo's tests
A-workspaces
Area: workspaces
Command-add
Command-bench
Command-build
Command-clean
Command-fetch
Command-fix
Command-install
Command-metadata
Command-package
Command-remove
Command-test
Command-tree
Command-update
Command-vendor
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
cargo:rerun-if-env-changed
doesn't work with env configuration
A-cfg-expr
#14027
by heisen-li
was closed Jun 13, 2024
Loading…
refactor(source): Split Area: anything dealing with git
A-workspaces
Area: workspaces
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
RecursivePathSource
out of PathSource
A-git
Add local registry overlays
A-configuration
Area: cargo config files and env vars
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-registries
Area: registries
A-testing-cargo-itself
Area: cargo's tests
A-workspaces
Area: workspaces
Command-add
Command-package
Command-update
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
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-author
Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#13916
by adamgemmell
was closed Aug 6, 2024
Loading…
[beta-1.79] Prevent inheritance from bring exposed for published packages
A-manifest
Area: Cargo.toml issues
A-workspaces
Area: workspaces
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.