about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-08-03 22:16:07 +0000
committerbors <bors@rust-lang.org>2022-08-03 22:16:07 +0000
commit59d99f56d8888b0e5a5866d6418df3ca1bb90013 (patch)
tree1ce6d712494541a4d150f2003cabf3b1932ecb3d
parent1b57946a405d5b2a87e612335db033edb2c3427f (diff)
parentbc65aaea786ee6d59be7b9d1dd867a3fc5421e7f (diff)
downloadrust-59d99f56d8888b0e5a5866d6418df3ca1bb90013.tar.gz
rust-59d99f56d8888b0e5a5866d6418df3ca1bb90013.zip
Auto merge of #100065 - ehuss:update-cargo, r=ehuss
Update cargo, rls

14 commits in 85b500ccad8cd0b63995fd94a03ddd4b83f7905b..4fd148c47e733770c537efac5220744945d572ef
2022-07-24 21:10:46 +0000 to 2022-08-03 15:03:52 +0000
- Revert "Drop check for mingw32-make." (rust-lang/cargo#10934)
- Add reasons to all ignored tests. (rust-lang/cargo#10929)
- Grammar fixup unused patch message (rust-lang/cargo#10933)
- Always allow hg to be missing on CI. (rust-lang/cargo#10931)
- Fix formats_source test requiring rustfmt. (rust-lang/cargo#10918)
- Disable scrape_examples_complex_reverse_dependencies (rust-lang/cargo#10921)
- Contrib: Add docs on the rustbot ready command (rust-lang/cargo#10916)
- Support for negative --jobs parameter, counting backwards from max CPUs (rust-lang/cargo#10844)
- Add requirements to cargo_test. (rust-lang/cargo#9892)
- Contrib: Document submodule update process (rust-lang/cargo#10913)
- Contrib: Add docs on how to use crater (rust-lang/cargo#10912)
- Contrib: Document new-release process (rust-lang/cargo#10914)
- Override to resolver=1 in published package (rust-lang/cargo#10911)
- fix(add): Update the lock file (rust-lang/cargo#10902)

1 commits in fcf1f94c9ab2acc18cfd4368a4aeb38e77da9649..4d8b0a19986a4daab37287a5b5fe2da0775d1873
2022-07-14 17:19:11 +0200 to 2022-08-02 22:34:34 -0400
- Update cargo (rust-lang/rls#1782)
-rw-r--r--src/bootstrap/test.rs2
m---------src/tools/cargo0
m---------src/tools/rls0
3 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs
index 5c8034d53e3..05403cf48c7 100644
--- a/src/bootstrap/test.rs
+++ b/src/bootstrap/test.rs
@@ -289,8 +289,6 @@ impl Step for Cargo {
         // Don't run cross-compile tests, we may not have cross-compiled libstd libs
         // available.
         cargo.env("CFG_DISABLE_CROSS_TESTS", "1");
-        // Disable a test that has issues with mingw.
-        cargo.env("CARGO_TEST_DISABLE_GIT_CLI", "1");
         // Forcibly disable tests using nightly features since any changes to
         // those features won't be able to land.
         cargo.env("CARGO_TEST_DISABLE_NIGHTLY", "1");
diff --git a/src/tools/cargo b/src/tools/cargo
-Subproject 85b500ccad8cd0b63995fd94a03ddd4b83f7905
+Subproject 4fd148c47e733770c537efac5220744945d572e
diff --git a/src/tools/rls b/src/tools/rls
-Subproject fcf1f94c9ab2acc18cfd4368a4aeb38e77da964
+Subproject 4d8b0a19986a4daab37287a5b5fe2da0775d187