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

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
#11448 by Byron was merged Mar 2, 2023 Loading…
16 tasks done
1.70.0
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.
#12245 by epage was merged Jun 12, 2023 Loading… 1.72.0
feat: Stabilize lints A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues Command-new S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12648 by epage was merged Sep 9, 2023 Loading… 1.74.0
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.
#12634 by ehuss was merged Nov 11, 2023 Loading… 1.76.0
support for shallow clones and fetches with gitoxide A-documenting-cargo-itself Area: Cargo's documentation A-git Area: anything dealing with git A-registries Area: registries 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
#11840 by Byron was merged May 3, 2023 Loading…
14 tasks done
1.71.0
Add unstable --output-format option to cargo rustdoc A-build-execution Area: anything dealing with executing the compiler 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-layout Area: target output directory layout, naming, and organization Command-doc Command-rustdoc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12252 by charmitro was merged Jan 11, 2024 Loading… 1.77.0
feat: lints feature A-build-execution 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.
#12148 by epage was merged May 22, 2023 Loading… 1.71.0
feat: Use test name for dir when running tests A-documenting-cargo-itself Area: Cargo's documentation A-testing-cargo-itself Area: cargo's tests S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11738 by Muscraft was merged Mar 1, 2023 Loading… 1.70.0
Stabilize --keep-going 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 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12568 by dtolnay was merged Aug 26, 2023 Loading… 1.74.0
Add some enhancements to cargo clean 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-testing-cargo-itself Area: cargo's tests Command-clean S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12638 by ehuss was merged Sep 20, 2023 Loading… 1.74.0
docs(ref): Deprecate 'package.authors' A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15068 by epage was merged Jan 16, 2025 Loading… 1.86.0
cargo: fix inconsistent dashes in lib.name A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#12640 by dvdhrm was closed Oct 6, 2023 Loading…
feat(pkgid): Allow incomplete versions when unambigious A-cli Area: Command-line interface, option parsing, etc. A-dependency-resolution Area: dependency resolution and the resolver A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues A-registries Area: registries A-semver Area: semver specifications, version matching, etc. A-workspaces Area: workspaces Command-add Command-clean Command-package Command-remove 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
#12614 by epage was merged Sep 16, 2023 Loading… 1.74.0
fix: Change the defaults to always check-in Cargo.lock A-documenting-cargo-itself Area: Cargo's documentation Command-new S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12382 by epage was merged Aug 21, 2023 Loading… 1.74.0
config: merge lists in precedence order A-configuration Area: cargo config files and env vars A-documenting-cargo-itself Area: Cargo's documentation 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
#12515 by arlosi was merged Aug 22, 2023 Loading… 1.74.0
docs(guide): Generalize over VCSs A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12541 by epage was merged Aug 22, 2023 Loading… 1.74.0
Fix typo A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12773 by cuishuang was merged Oct 5, 2023 Loading… 1.75.0
feat: Add Edition2024 A-cli-help 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.
#12771 by Muscraft was merged Oct 4, 2023 Loading… 1.75.0
Add more missing strip info to docs. A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12754 by nnethercote was merged Oct 1, 2023 Loading… 1.75.0
doc: clarify caret requirements A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12679 by tompscanlan was merged Sep 16, 2023 Loading… 1.74.0
doc: differentiate defaults for split-debuginfo A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12680 by tompscanlan was merged Sep 18, 2023 Loading… 1.74.0
doc: mention unstable flag -Z asymmetric-token A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12712 by weihanglo was merged Sep 20, 2023 Loading… 1.74.0
add message when compile starts for crate A-build-execution Area: anything dealing with executing the compiler A-console-output Area: Terminal output, colors, progress bar, etc. A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#12867 by bend-n was closed Oct 23, 2023 Loading…
docs(registry): Further specify owner-remove response (#12056) A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12068 by Bhardwaj-Himanshu was merged May 2, 2023 Loading… 1.71.0
Add a small note about indexes ignoring SemVer build metadata. A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12206 by ehuss was merged May 31, 2023 Loading… 1.72.0
ProTip! no:milestone will show everything without a milestone.