Commit 0822436
authored
Rollup merge of #68421 - ehuss:update-cargo-books, r=alexcrichton
Update cargo, books
## cargo
9 commits in ad3dbe10e1e654fb1f032a5dd9481d7cbaa00d65..f6449ba236db31995255ac5e4cad4ab88296a7c6
2020-01-13 21:37:15 +0000 to 2020-01-21 16:15:39 +0000
- Fix wrong directories in host_libdir. (rust-lang/cargo#7798)
- Update humantime requirement from 1.2.0 to 2.0.0 (rust-lang/cargo#7815)
- Fix doc_target test which no longer works on stable/beta. (rust-lang/cargo#7817)
- Fix some erroneous em-dashes in man pages. (rust-lang/cargo#7814)
- fix some clippy warnings (rust-lang/cargo#7808)
- Don't assume iowait always increases on Linux (rust-lang/cargo#7803)
- Add and update some doc comments. (rust-lang/cargo#7800)
- Consistently use em-dash in environment documentation page. (rust-lang/cargo#7799)
- Load credentials only when needed (rust-lang/cargo#7774)
## reference
3 commits in e115753..11e893f
2019-12-22 13:13:14 +0100 to 2020-01-18 21:24:08 +0100
- Small improvements to types/pointer.md (rust-lang/reference#726)
- repr(transparent): mention align=1 requirement (rust-lang/reference#737)
- Elaborate on how to use an extern static correctly (rust-lang/reference#736)
## book
4 commits in 5c5cfd2e94cd42632798d9bd3d1116133e128ac9..87dd6843678575f8dda962f239d14ef4be14b352
2019-12-16 09:27:21 -0600 to 2020-01-20 15:20:40 -0500
- Fix listing numbers (rust-lang/book#2227)
- Move `async` and `await` keywords to 'Currently in Use' (rust-lang/book#2140)
- More cleanup - remove unneeded files (rust-lang/book#2213)
- Small cleanups extracted from the bigger pr i'm working on (rust-lang/book#2212)
## rust-by-example
1 commits in 1d59403cb5269c190cc52a95584ecc280345495a..1c2bd024d13f8011307e13386cf1fea2180352b5
2019-12-27 08:27:05 -0300 to 2020-01-20 12:18:36 -0300
- CamelCase -> UpperCamelCase (rust-lang/rust-by-example#1302)
## embedded-book
1 commits in 9493b7d4dc97eda439bd8780f05ad7b234cd1cd7..4d78994915af1bde9a95c04a8c27d8dca066232a
2019-12-27 20:05:00 +0000 to 2020-01-14 08:25:25 +0000
- Update .gitattributes (rust-embedded/book#221)File tree
6 files changed
+15
-9
lines changed- src
- doc
- tools
6 files changed
+15
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
1013 | 1013 | | |
1014 | 1014 | | |
1015 | 1015 | | |
1016 | | - | |
| 1016 | + | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | 1019 | | |
| |||
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
1029 | | - | |
| 1029 | + | |
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
| |||
1454 | 1454 | | |
1455 | 1455 | | |
1456 | 1456 | | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
1457 | 1463 | | |
1458 | 1464 | | |
1459 | 1465 | | |
| |||
2647 | 2653 | | |
2648 | 2654 | | |
2649 | 2655 | | |
2650 | | - | |
| 2656 | + | |
2651 | 2657 | | |
2652 | 2658 | | |
2653 | 2659 | | |
| |||
- .travis.yml+1-1
- 2018-edition/Cargo.lock-142
- 2018-edition/Cargo.toml-36
- 2018-edition/LICENSE-APACHE-201
- 2018-edition/LICENSE-MIT-25
- 2018-edition/convert-quotes.sh-13
- 2018-edition/nostarch.sh-24
- 2018-edition/style-guide.md-34
- 2018-edition/tools/docx-to-md.xsl-218
- 2018-edition/tools/src/bin/concat_chapters.rs-104
- 2018-edition/tools/src/bin/convert_quotes.rs-73
- 2018-edition/tools/src/bin/lfp.rs-243
- 2018-edition/tools/src/bin/link2print.rs-406
- 2018-edition/tools/src/bin/remove_links.rs-45
- 2018-edition/tools/src/bin/remove_markup.rs-52
- Cargo.toml+4-4
- README.md+5-1
- nostarch/updates.md-32
- second-edition/Cargo.lock-142
- second-edition/Cargo.toml-36
- second-edition/LICENSE-APACHE-201
- second-edition/LICENSE-MIT-25
- second-edition/convert-quotes.sh-13
- second-edition/doc-to-md.sh-20
- second-edition/nostarch.sh-24
- second-edition/style-guide.md-34
- second-edition/tools/docx-to-md.xsl-218
- second-edition/tools/src/bin/concat_chapters.rs-104
- second-edition/tools/src/bin/convert_quotes.rs-73
- second-edition/tools/src/bin/lfp.rs-242
- second-edition/tools/src/bin/link2print.rs-406
- second-edition/tools/src/bin/remove_links.rs-45
- second-edition/tools/src/bin/remove_markup.rs-52
- src/appendix-01-keywords.md+2-2
- src/ch04-02-references-and-borrowing.md+1-5
- src/ch20-03-graceful-shutdown-and-cleanup.md+10-10
- tools/src/bin/remove_markup.rs+1-8
Submodule embedded-book updated 1 file
Submodule rust-by-example updated 1 file
- Cargo.toml+1-1
- crates/cargo-test-support/src/lib.rs+1-1
- src/bin/cargo/commands/owner.rs+2
- src/bin/cargo/commands/publish.rs+2
- src/bin/cargo/commands/yank.rs+2
- src/cargo/core/compiler/build_context/target_info.rs+7-3
- src/cargo/core/compiler/compilation.rs+1-1
- src/cargo/core/compiler/context/compilation_files.rs+23-7
- src/cargo/core/compiler/mod.rs+1-1
- src/cargo/core/resolver/encode.rs+1-1
- src/cargo/ops/cargo_compile.rs+1-1
- src/cargo/ops/cargo_new.rs+1-1
- src/cargo/ops/common_for_install_and_uninstall.rs+1-1
- src/cargo/util/config/mod.rs+17-7
- src/cargo/util/cpu.rs+1-1
- src/cargo/util/toml/mod.rs+2-2
- src/doc/man/cargo-bench.adoc+1-1
- src/doc/man/cargo-test.adoc+1-1
- src/doc/man/generated/cargo-bench.html+1-1
- src/doc/man/generated/cargo-test.html+1-1
- src/doc/src/reference/environment-variables.md+28-28
- src/etc/man/cargo-bench.1+3-3
- src/etc/man/cargo-test.1+3-3
- tests/testsuite/build.rs+26
- tests/testsuite/doc.rs+4
- tests/testsuite/login.rs+3-23
- tests/testsuite/main.rs+2
- tests/testsuite/owner.rs+50
- tests/testsuite/publish.rs+34
- tests/testsuite/yank.rs+38
0 commit comments