-
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
Adjust Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-documenting-cargo-itself
Area: Cargo's documentation
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
-Zcheck-cfg
for new rustc syntax and behavior
A-build-execution
Jobserver cleanup
A-build-execution
Area: anything dealing with executing the compiler
A-jobserver
Area: jobserver, concurrency, parallelism
A-timings
Area: timings
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
clippy: warn Area: build.rs scripts
A-cli
Area: Command-line interface, option parsing, etc.
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-rebuild-detection
Area: rebuild detection and fingerprinting
A-unstable
Area: nightly unstable support
Command-fix
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-cargo
Team: Cargo
disallowed_methods
for std::env::var
and friends
A-build-scripts
chore: Lexicographically order Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
-Z
flags
A-unstable
[beta-1.70] backport #12165
A-build-execution
Area: anything dealing with executing the compiler
A-profiles
Area: profiles
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.
#12167
by weihanglo
was closed May 27, 2023
Loading…
fix: remove Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
-Zjobserver-per-rustc
again
A-unstable
feat: prepare for the next lockfile bump
A-dependency-resolution
Area: dependency resolution and the resolver
A-lockfile
Area: Cargo.lock issues
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Create dedicated unstable flag for asymmetric-token
A-documenting-cargo-itself
Area: Cargo's documentation
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
chore: Fix typos
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-documenting-cargo-itself
Area: Cargo's documentation
A-git
Area: anything dealing with git
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-rebuild-detection
Area: rebuild detection and fingerprinting
A-registries
Area: registries
A-semver
Area: semver specifications, version matching, etc.
A-unstable
Area: nightly unstable support
Command-metadata
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
fix: use channel-specific link for registry auth error
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add cache garbage collection
A-cli
Area: Command-line interface, option parsing, etc.
A-configuration
Area: cargo config files and env vars
A-documenting-cargo-itself
Area: Cargo's documentation
A-filesystem
Area: issues with filesystems
A-future-incompat
Area: future incompatible reporting
A-git
Area: anything dealing with git
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-interacts-with-crates.io
Area: interaction with registries
A-registries
Area: registries
A-sparse-registry
Area: http sparse registries
A-testing-cargo-itself
Area: cargo's tests
A-unstable
Area: nightly unstable support
Command-add
Command-clean
Command-fetch
Command-generate-lockfile
Command-package
Command-publish
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
docs(unstable): doc comments for items and fields
A-cli
Area: Command-line interface, option parsing, etc.
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
feat: Add "-Zpublic-dependency" for public-dependency feature.
A-build-execution
Area: anything dealing with executing the compiler
A-documenting-cargo-itself
Area: Cargo's documentation
A-manifest
Area: Cargo.toml issues
A-unstable
Area: nightly unstable support
A-workspaces
Area: workspaces
Command-package
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Enable edition migration for 2024
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Introduce Area: Cargo's documentation
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
-Zprecise-pre-release
unstable flag
A-documenting-cargo-itself
fix: Warn on -Zlints
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Use Area: infrastructure around the cargo repo, ci, releases, etc.
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Z-gitoxide
Nightly: gitoxide integration
gitoxide
for list_files_git
A-infrastructure
Error when unstable lints are specified but not enabled
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.
Package workspaces
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-dependency-resolution
Area: dependency resolution and the resolver
A-directory-source
Area: directory sources (vendoring)
A-documenting-cargo-itself
Area: Cargo's documentation
A-git
Area: anything dealing with git
A-interacts-with-crates.io
Area: interaction with registries
A-lockfile
Area: Cargo.lock issues
A-manifest
Area: Cargo.toml issues
A-registries
Area: registries
A-testing-cargo-itself
Area: cargo's tests
A-unstable
Area: nightly unstable support
Command-add
Command-install
Command-package
Command-publish
Command-uninstall
Command-update
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.
feat: index cache in SQLite3
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-registries
Area: registries
A-unstable
Area: nightly unstable support
Performance
Gotta go fast!
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Implement path-bases (RFC 3529) 1/n: path dep and patch support
A-documenting-cargo-itself
Area: Cargo's documentation
A-manifest
Area: Cargo.toml issues
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
[experiment] 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.
patch
with patch files
A-configuration
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…
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.
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.