This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit c2452de
committed
Auto merge of rust-lang#90039 - ehuss:update-cargo, r=ehuss
Update cargo
6 commits in c7957a74bdcf3b11e7154c1a9401735f23ebd484..7fbbf4e8f23e3c24b8afff541dcb17e53eb5ff88
2021-10-11 20:17:07 +0000 to 2021-10-19 02:16:48 +0000
- Make future-incompat-report output more user-friendly (rust-lang/cargo#9953)
- Fix fetching git repos after a force push. (rust-lang/cargo#9979)
- Add rustc-link-args to doctest build (rust-lang/cargo#9916)
- Add the start of a basic benchmarking suite. (rust-lang/cargo#9955)
- Use forms for issue templates. (rust-lang/cargo#9970)
- Add rust_metadata to SerializedPackage (rust-lang/cargo#9967)1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/bug_report.md-28
- .github/ISSUE_TEMPLATE/bug_report.yml+43
- .github/ISSUE_TEMPLATE/feature_request.md-16
- .github/ISSUE_TEMPLATE/feature_request.yml+27
- .github/ISSUE_TEMPLATE/tracking_issue.md-35
- .github/ISSUE_TEMPLATE/tracking_issue.yml+50
- .github/workflows/main.yml+10-1
- benches/README.md+124
- benches/benchsuite/Cargo.toml+21
- benches/benchsuite/benches/resolve.rs+327
- benches/capture/Cargo.toml+12
- benches/capture/src/main.rs+164
- benches/workspaces/cargo.tgz
- benches/workspaces/diem.tgz
- benches/workspaces/empty.tgz
- benches/workspaces/gecko-dev.tgz
- benches/workspaces/rust.tgz
- benches/workspaces/servo.tgz
- benches/workspaces/substrate.tgz
- benches/workspaces/tikv.tgz
- benches/workspaces/toml-rs.tgz
- src/bin/cargo/commands/report.rs+4-2
- src/cargo/core/compiler/context/mod.rs+10-4
- src/cargo/core/compiler/future_incompat.rs+231-66
- src/cargo/core/compiler/job_queue.rs+6-73
- src/cargo/core/package.rs+2
- src/cargo/ops/mod.rs+1
- src/cargo/sources/git/utils.rs+9-6
- src/doc/contrib/src/SUMMARY.md+1-1
- src/doc/contrib/src/tests/profiling.md+16-10
- src/doc/man/cargo-metadata.md+2
- src/doc/man/generated_txt/cargo-metadata.txt+2
- src/doc/src/commands/cargo-metadata.md+2
- src/etc/man/cargo-metadata.1+2
- tests/testsuite/alt_registry.rs+9
- tests/testsuite/build_script_extra_link_arg.rs+31
- tests/testsuite/features_namespaced.rs+1
- tests/testsuite/future_incompat_report.rs+39-17
- tests/testsuite/git.rs+104
- tests/testsuite/metadata.rs+49
- tests/testsuite/read_manifest.rs+1
- tests/testsuite/update.rs+2
0 commit comments