-
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
initial version of checksum based freshness
A-build-execution
Area: anything dealing with executing the compiler
A-dep-info
Area: dep-info, .d files
A-rebuild-detection
Area: rebuild detection and fingerprinting
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-checksum-freshness
Nightly: rebuild detection on file checksum instead of mtime
gitoxide integration: fetch
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-networking
Area: networking issues, curl, etc.
A-testing-cargo-itself
Area: cargo's tests
A-unstable
Area: nightly unstable support
Command-clean
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
feat: Initial support for single-file packages
A-cli
Area: Command-line interface, option parsing, etc.
A-documenting-cargo-itself
Area: Cargo's documentation
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-manifest
Area: Cargo.toml issues
A-testing-cargo-itself
Area: cargo's tests
A-unstable
Area: nightly unstable support
Command-run
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Switch to using gitoxide by default for listing files
A-unstable
Area: nightly unstable support
Command-package
disposition-merge
FCP with intent to merge
finished-final-comment-period
FCP complete
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-cargo
Team: Cargo
feat: Add a basic linting system
A-manifest
Area: Cargo.toml issues
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.
Fix panic when running cargo tree on a package with a cross compiled bindep
A-build-execution
Area: anything dealing with executing the compiler
A-dep-info
Area: dep-info, .d files
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-rebuild-detection
Area: rebuild detection and fingerprinting
A-testing-cargo-itself
Area: cargo's tests
A-unstable
Area: nightly unstable support
Command-tree
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
feat: Add Area: built-in command-line help
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.
Edition2024
A-cli-help
chore: Sort 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 match statement
A-unstable
feat: Area: anything dealing with executing the compiler
A-documenting-cargo-itself
Area: Cargo's documentation
A-lints-table
Area: [lints] table
A-manifest
Area: Cargo.toml issues
A-rebuild-detection
Area: rebuild detection and fingerprinting
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.
lints
feature
A-build-execution
Enable Area: built-in command-line help
A-documenting-cargo-itself
Area: Cargo's documentation
A-unstable
Area: nightly unstable support
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
doctest-in-workspace
by default
A-cli-help
test(z-flags): Verify 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 list is sorted
A-unstable
fix(cli): Provide next steps for bad -Z flag
A-testing-cargo-itself
Area: cargo's tests
A-unstable
Area: nightly unstable support
Command-doc
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
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
Fix typo in sparse-registry warning message
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.
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
fix(lints): Switch to -Zlints so stable projects can experiment
A-documenting-cargo-itself
Area: Cargo's documentation
A-lints-table
Area: [lints] table
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.
[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.
feat: stabilize credential-process and registry-auth
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-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-interacts-with-crates.io
Area: interaction with registries
A-registries
Area: registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-sparse-registry
Area: http sparse registries
A-unstable
Area: nightly unstable support
Command-login
Command-publish
relnotes
Release-note worthy
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.
Clippy
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-cfg-expr
Area: Platform cfg expressions
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-directory-source
Area: directory sources (vendoring)
A-features2
Area: issues specifically related to the v2 feature resolver
A-filesystem
Area: issues with filesystems
A-future-incompat
Area: future incompatible reporting
A-git
Area: anything dealing with git
A-interacts-with-crates.io
Area: interaction with registries
A-links
Area: `links` native library links setting
A-lockfile
Area: Cargo.lock issues
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-timings
Area: timings
A-unstable
Area: nightly unstable support
A-workspaces
Area: workspaces
Command-add
Command-fix
Command-generate-lockfile
Command-package
Command-pkgid
Command-tree
Command-yank
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.
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.