rust/src/tools
bors a781c47243 Auto merge of #59681 - dtolnay:cargo, r=alexcrichton
Update cargo

20 commits in
63231f438a2b5b84ccf319a5de22343ee0316323..6f3e9c367abb497c64f360c3839dab5e74928d5c
2019-03-27 12:26:45 +0000 to 2019-04-04 14:11:33 +0000
- Fix Init for Fossil SCM project (rust-lang/cargo#6792)
- Fix member_manifest_version_error accessing the network (rust-lang/cargo#6799)
- Don't include email if it is empty (rust-lang/cargo#6802)
- Fix unused import warning (rust-lang/cargo#6807)
- Add some help and documentation for unstable flags (rust-lang/cargo#6791)
- Allow `cargo doc --open` with multiple packages (rust-lang/cargo#6803)
- Allow `cargo install --path P` to load config from P (rust-lang/cargo#6804)
- Add more suggestions on how to deal with excluding a package from a workspace (rust-lang/cargo#6805)
- Warn on version req with metadata (rust-lang/cargo#6806)
- cargo install: Be more restrictive about cli flags (rust-lang/cargo#6801)
- Support force-pushed repos with git-fetch-with-cli (rust-lang/cargo#6800)
- Cargo clippy (rust-lang/cargo#6759)
- Don't include metadata in wasm binary examples (rust-lang/cargo#6812)
- Update glossary for `feature` (rust-lang/cargo#6809)
- Include proc-macros in `build-override` (rust-lang/cargo#6811)
- Resolver: A dep is equivalent to one of the things it can resolve to (rust-lang/cargo#6776)
- Add some docs for `Downloads` (rust-lang/cargo#6815)
- Resolve: Be less strict while offline (rust-lang/cargo#6814)
- Accept trailing comma in test of impl Debug for PackageId (rust-lang/cargo#6818)
- Fix doc link (rust-lang/cargo#6820)

<br>

I specifically care about "Accept trailing comma in test of impl Debug for PackageId (rust-lang/cargo#6818)" to unblock https://github.com/rust-lang/rust/pull/59076.

Mentioning @ehuss.
2019-04-05 09:30:13 +00:00
..
build-manifest Add dist builder for Armv8-M Baseline and HF 2019-04-03 15:02:13 +01:00
cargo@6f3e9c367a Update cargo 2019-04-04 10:39:23 -07:00
cargotest Fixed URL in cargotest::TEST_REPOS 2019-03-31 16:56:30 +02:00
clippy@92612c9de1 Update Clippy, RLS and Rustfmt 2019-03-18 18:34:18 +01:00
compiletest rustfix coverage: Skip UI tests with non-json error-format 2019-04-03 21:37:45 +02:00
error_index_generator Fix error index CSS file name 2019-03-26 23:57:16 +01:00
linkchecker Whitelist iovec types in linkchecker 2019-02-13 20:07:22 -08:00
miri@82f9a01730 update miri 2019-04-03 14:05:45 +01:00
remote-test-client tools/remote-test-{client,server}: deny(rust_2018_idioms) 2019-03-01 11:23:25 +01:00
remote-test-server tools/remote-test-{client,server}: deny(rust_2018_idioms) 2019-03-01 11:23:25 +01:00
rls@90f7ab0703 Update Clippy, RLS and Rustfmt 2019-03-18 18:34:18 +01:00
rust-installer@ccdc47b657 update rust-installer from 27dec6c to ccdc47b 2019-02-05 01:21:07 +09:00
rustbook tools/rustbook: deny(rust_2018_idioms) 2019-03-01 11:15:22 +01:00
rustc-std-workspace-core rustc-std-workspace-core => 2018 2019-02-08 15:05:04 +09:00
rustc-workspace-hack try to fix rand feature flags 2019-04-03 14:02:57 +01:00
rustdoc Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
rustdoc-js Move documentation build into bootstrap 2019-02-25 17:46:06 +01:00
rustdoc-js-std Make js tests work even with resource-suffix option 2019-03-10 23:10:40 +01:00
rustdoc-themes Transition rustdoc-theme to 2018 edition 2019-02-04 00:45:42 +09:00
rustfmt@09940a70d0 Update rustfmt to 1.2.0 2019-03-27 10:42:13 +09:00
tidy Auto merge of #59336 - gnzlbg:hint_black_box, r=alexcrichton 2019-03-28 05:44:01 +00:00
unstable-book-gen Transition tidy and unstable-book-gento 2018 edition 2019-02-04 00:34:55 +09:00
publish_toolstate.py Add edition-guide to toolstate. 2019-03-28 10:23:15 -07:00