Commit 80bf632
committed
Auto merge of #58920 - ehuss:update-cargo-rls, r=alexcrichton
Update cargo, rls
## cargo
6 commits in 5c6aa46e6f28661270979696e7b4c2f0dff8628f..716b02cb4c7b75ce435eb06defa25bc2d725909c
2019-02-22 19:32:35 +0000 to 2019-03-02 14:23:51 +0000
- Some test/bench-related tweaks (rust-lang/cargo#6707)
- Fix links to the permanent home of the edition guide. (rust-lang/cargo#6703)
- HTTPS all the things (rust-lang/cargo#6614)
- Cargo test quicker by not building untested examples when filtered (rust-lang/cargo#6683)
- Link from ARCHITECTURE.md to docs.rs and github (rust-lang/cargo#6695)
- Update how to install rustfmt (rust-lang/cargo#6696)
## rls
9 commits in 0d6f53e1a4adbaf7d83cdc0cb54720203fcb522e..6a1b5a9cfda2ae19372e0613e76ebefba36edcf5
2019-02-14 07:52:15 +0000 to 2019-03-04 20:24:45 +0000
- Update cargo and clippy. (rust-lang/rls#1388)
- catch up rust-lang/rust PR#58321 (rust-lang/rls#1384)
- Apply Clippy fixes (rust-lang/rls#1327)
- Various cosmetic improvements (rust-lang/rls#1326)
- Make test `RlsHandle` transport-agnostic (rust-lang/rls#1317)
- Translate remaining tests (rust-lang/rls#1320)
- Remove unnecessary #![feature]s (rust-lang/rls#1323)
- Update Clippy (rust-lang/rls#1319)
- Update Clippy (rust-lang/rls#1315)
cc @Xanewok3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1340 | 1340 | | |
1341 | 1341 | | |
1342 | 1342 | | |
1343 | | - | |
| 1343 | + | |
1344 | 1344 | | |
1345 | 1345 | | |
1346 | 1346 | | |
| |||
2246 | 2246 | | |
2247 | 2247 | | |
2248 | 2248 | | |
2249 | | - | |
| 2249 | + | |
2250 | 2250 | | |
2251 | 2251 | | |
2252 | 2252 | | |
| |||
4107 | 4107 | | |
4108 | 4108 | | |
4109 | 4109 | | |
4110 | | - | |
| 4110 | + | |
4111 | 4111 | | |
4112 | 4112 | | |
4113 | 4113 | | |
| |||
- ARCHITECTURE.md+31-14
- CONTRIBUTING.md+1-1
- LICENSE-APACHE+2-2
- LICENSE-THIRD-PARTY+6-6
- README.md+1-1
- src/bin/cargo/commands/bench.rs+3-11
- src/bin/cargo/commands/fix.rs+2-2
- src/bin/cargo/commands/pkgid.rs+1-1
- src/bin/cargo/commands/run.rs+1-1
- src/bin/cargo/commands/test.rs+23-21
- src/cargo/core/package_id_spec.rs+9-9
- src/cargo/ops/cargo_compile.rs+43-10
- src/cargo/ops/cargo_package.rs+1-1
- src/cargo/ops/cargo_test.rs+9-6
- src/cargo/ops/common_for_install_and_uninstall.rs+1-1
- src/cargo/ops/mod.rs+1-1
- src/cargo/ops/registry.rs+2-2
- src/cargo/util/command_prelude.rs+2-5
- src/cargo/util/diagnostic_server.rs+2-2
- src/doc/man/cargo.adoc+1-1
- src/doc/man/generated/cargo.html+1-1
- src/doc/src/appendix/glossary.md+1-1
- src/doc/src/reference/manifest.md+1-1
- src/doc/src/reference/pkgid-spec.md+1-1
- src/etc/man/cargo.1+1-1
- tests/testsuite/bad_config.rs+8-8
- tests/testsuite/build.rs+9-9
- tests/testsuite/freshness.rs-1
- tests/testsuite/git.rs+1-1
- tests/testsuite/net_config.rs+2-2
- tests/testsuite/package.rs+9-9
- tests/testsuite/resolve.rs+8-8
- tests/testsuite/support/resolver.rs+1-1
- tests/testsuite/test.rs+37-5
Submodule rls updated from 0d6f53e to 6a1b5a9
0 commit comments