-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cargo #103198
Update cargo #103198
Conversation
6 commits in b332991a57c9d055f1864de1eed93e2178d49440..3ff044334f0567ce1481c78603aeee7211b91623 2022-10-13 22:05:28 +0000 to 2022-10-17 20:25:00 +0000 - Some tiny refactors around `ops::cargo_compile` (rust-lang/cargo#11243) - Polish docs for module `build_context` (rust-lang/cargo#11241) - Remove sparse+ prefix for index.crates.io (rust-lang/cargo#11247) - docs(add): Add missing flags to reference (rust-lang/cargo#11240) - Document `cargo remove` (rust-lang/cargo#11227) - fix: Update help headings to match clap (rust-lang/cargo#11239)
Some changes occurred in src/tools/cargo cc @ehuss |
(rust-highfive has picked a reviewer for you, use r? to override) |
|
Side note: this contains a nightly-to-nightly(?) regression fix rust-lang/cargo#11247 for |
@bors r+ p=1 |
⌛ Testing commit a3921ae with merge 6eff8ae608e059ba92421dd7292927b906929efe... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry aarch64-gnu self-hosted mysteriously shut down in the middle of tests. The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled. |
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#103166 (Optimize `slice_iter.copied().next_chunk()`) - rust-lang#103176 (Fix `TyKind::is_simple_path`) - rust-lang#103178 (Partially fix `src/test/run-make/coverage-reports` when cross-compiling) - rust-lang#103198 (Update cargo) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
6 commits in b332991a57c9d055f1864de1eed93e2178d49440..3ff044334f0567ce1481c78603aeee7211b91623 2022-10-13 22:05:28 +0000 to 2022-10-17 20:25:00 +0000
ops::cargo_compile
(Some tiny refactors aroundops::cargo_compile
cargo#11243)build_context
(Polish docs for modulebuild_context
cargo#11241)cargo remove
(Documentcargo remove
cargo#11227)