forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#70631 - ehuss:update-cargo, r=ehuss
Update cargo 8 commits in 8a0d4d9c9abc74fd670353094387d62028b40ae9..6e07d2dfb7fc87b1c9489de41da4dafa239daf03 2020-03-24 17:57:04 +0000 to 2020-03-31 03:22:39 +0000 - Fix man page typo for "Owner Options". (rust-lang/cargo#8057) - enable progress bar on all UNIX platforms (rust-lang/cargo#8054) - Squelch some rustdoc warnings. (rust-lang/cargo#8052) - Remove clippy tests. (rust-lang/cargo#8053) - Fix -Zfeatures=itarget with certain host dependencies (rust-lang/cargo#8048) - Checking for binary that is built as an implicit dependency of an integration test. (rust-lang/cargo#8020) - Use stabilized version of rustdoc's --crate-version (rust-lang/cargo#8039) - Remove the `git-checkout` subcommand. (rust-lang/cargo#8040)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
21 files
+0 −5 | ci/azure-test-all.yml | |
+6 −29 | src/bin/cargo/commands/git_checkout.rs | |
+0 −2 | src/cargo/core/compiler/mod.rs | |
+24 −12 | src/cargo/core/compiler/unit_dependencies.rs | |
+4 −5 | src/cargo/core/resolver/features.rs | |
+2 −20 | src/cargo/core/shell.rs | |
+1 −1 | src/cargo/ops/cargo_compile.rs | |
+3 −1 | src/cargo/ops/mod.rs | |
+2 −2 | src/cargo/util/config/target.rs | |
+1 −1 | src/doc/man/cargo-vendor.adoc | |
+1 −1 | src/doc/man/cargo-yank.adoc | |
+1 −1 | src/doc/man/generated/cargo-vendor.html | |
+1 −1 | src/doc/man/generated/cargo-yank.html | |
+0 −6 | src/etc/_cargo | |
+0 −1 | src/etc/cargo.bashcomp.sh | |
+3 −3 | src/etc/man/cargo-vendor.1 | |
+3 −3 | src/etc/man/cargo-yank.1 | |
+0 −76 | tests/testsuite/clippy.rs | |
+4 −4 | tests/testsuite/doc.rs | |
+105 −1 | tests/testsuite/features2.rs | |
+20 −3 | tests/testsuite/required_features.rs |