Commit 5966d9b
committed
Auto merge of rust-lang#66336 - ehuss:update-cargo-books, r=Mark-Simulacrum
Update Cargo, books
## cargo
12 commits in 5da4b4d47963868d9878480197581ccbbdaece74..8280633db680dec5bfe1de25156d1a1d53e6d190
2019-10-28 21:53:41 +0000 to 2019-11-11 23:17:05 +0000
- Don't panic when parsing `/proc/stat` (rust-lang/cargo#7580)
- Fix unused configuration key warning for a few keys under `build`. (rust-lang/cargo#7575)
- Add back support for `BROWSER` envvar in `cargo doc --open`. (rust-lang/cargo#7576)
- Only include "already existing ..." comment in gitignore on conflict (rust-lang/cargo#7570)
- Add VS Code user dir to .gitignore (rust-lang/cargo#7578)
- Added aliases to subcommand typo suggestions. (rust-lang/cargo#7486)
- Use multiple requirement syntax consistently (rust-lang/cargo#7573)
- Update verison to 0.42 (rust-lang/cargo#7568)
- Expand documentation on build scripts. (rust-lang/cargo#7565)
- Update crossbeam-utils requirement from 0.6 to 0.7 (rust-lang/cargo#7566)
- don't download std-docs on CI (rust-lang/cargo#7513)
- Change my-buddy to github-handle (rust-lang/cargo#7553)
## nomicon
2 commits in 5004ad30d69f93553ceef74439fea2159d1f769e..58e36e0e08dec5a379ac568827c058e25990d6cd
2019-10-12 19:52:40 +0200 to 2019-10-30 08:14:24 -0500
- remove references to the nursery
- Add github action to replace Travis.yml (rust-lang/nomicon#172)
## reference
7 commits in 4b21b64..45558c4
2019-10-27 22:33:11 +0100 to 2019-11-08 14:47:35 +0100
- Audit code blocks. (rust-lang/reference#715)
- Update coherence and orphan rules documentation to match RFC 2451 (rust-lang/reference#703)
- Update organization name (rust-lang/reference#713)
- State that no_implicit_prelude also applies to nested modules (rust-lang/reference#707)
- expand Copy docs (rust-lang/reference#711)
- github action doesn't use the nursery (rust-lang/reference#706)
- Migrate to GitHub Actions. (rust-lang/reference#705)
## book
1 commits in 28fa3d15b0bc67ea5e79eeff2198e4277fc61baf..e79dd62aa63396714278d484d91d48826737f47f
2019-10-29 07:16:09 -0500 to 2019-10-30 07:33:12 -0500
- No need for an iterator here to fetch values (rust-lang/book#1957)
## rust-by-example
1 commits in f3197ddf2abab9abdbc029def8164f4a748b0d91..dcee312c66267eb5a2f6f1561354003950e29105
2019-10-29 10:17:40 -0300 to 2019-10-31 11:26:53 -0300
- refactor: simplify extracting Result from Option (rust-lang/rust-by-example#1283)
## edition-guide
2 commits in e58bc4ca104e890ac56af846877c874c432a64b5..f553fb26c60c4623ea88a1cfe731eafe0643ce34
2019-07-31 20:14:12 +0200 to 2019-10-30 08:27:42 -0500
- remove old references to the nursery
- Port from Travis to GitHub Actions (rust-lang/edition-guide#192)File tree
7 files changed
+20
-9
lines changed- src
- doc
- tools
7 files changed
+20
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
668 | | - | |
| 668 | + | |
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| |||
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
785 | 796 | | |
786 | 797 | | |
787 | 798 | | |
| |||
- .github/workflows/main.yml+32
- .travis.yml-13
- CONTRIBUTING.md+1-1
- book.toml+1-1
- src/abi.md+3-2
- src/attributes/codegen.md+2-1
- src/attributes/type_system.md+4-2
- src/conditional-compilation.md+2
- src/crates-and-source-files.md+4-3
- src/expressions/await-expr.md+1
- src/expressions/field-expr.md+1
- src/expressions/if-expr.md+3
- src/expressions/loop-expr.md+4
- src/expressions/operator-expr.md+3-1
- src/glossary.md+42
- src/introduction.md+2-2
- src/items/enumerations.md+2-2
- src/items/extern-crates.md+2
- src/items/external-blocks.md+5-4
- src/items/functions.md+5-1
- src/items/generics.md+2-1
- src/items/implementations.md+19-13
- src/items/modules.md+4-1
- src/items/unions.md+10-6
- src/items/use-declarations.md+7-2
- src/lifetime-elision.md+84-51
- src/linkage.md+4-4
- src/macros-by-example.md+4
- src/paths.md+14-3
- src/procedural-macros.md+12-5
- src/runtime.md+3-4
- src/special-types-and-traits.md+6-2
- src/tokens.md+1-1
- src/trait-bounds.md+3-1
- src/type-layout.md+1
- src/types/closure.md+4-1
- src/types/inferred.md+1-1
- .gitignore+1
- CHANGELOG.md+72-2
- Cargo.toml+3-3
- ci/azure-install-rust.yml+7-6
- crates/cargo-test-support/src/paths.rs+3-3
- crates/crates-io/Cargo.toml+1-1
- src/bin/cargo/main.rs+16-3
- src/cargo/core/compiler/compilation.rs+3-18
- src/cargo/ops/cargo_doc.rs+24-2
- src/cargo/ops/cargo_new.rs+8-4
- src/cargo/ops/fix.rs+1-1
- src/cargo/util/config/mod.rs+27-37
- src/cargo/util/cpu.rs+19-19
- src/doc/man/cargo-doc.adoc+3-1
- src/doc/man/cargo-rustdoc.adoc+3-1
- src/doc/man/generated/cargo-doc.html+3-1
- src/doc/man/generated/cargo-rustdoc.html+3-1
- src/doc/src/SUMMARY.md+1
- src/doc/src/reference/build-script-examples.md+505
- src/doc/src/reference/build-scripts.md+306-480
- src/doc/src/reference/config.md+7
- src/doc/src/reference/environment-variables.md+31-2
- src/doc/src/reference/manifest.md+6-1
- src/doc/src/reference/publishing.md+2-2
- src/doc/src/reference/specifying-dependencies.md+15-15
- src/etc/man/cargo-doc.1+5-3
- src/etc/man/cargo-help.1+3-3
- src/etc/man/cargo-init.1+3-3
- src/etc/man/cargo-install.1+3-3
- src/etc/man/cargo-login.1+3-3
- src/etc/man/cargo-new.1+3-3
- src/etc/man/cargo-owner.1+3-3
- src/etc/man/cargo-rustdoc.1+5-3
- src/etc/man/cargo-search.1+3-3
- src/etc/man/cargo-uninstall.1+3-3
- src/etc/man/cargo-version.1+3-3
- src/etc/man/cargo-yank.1+3-3
- src/etc/man/cargo.1+2-2
- tests/testsuite/build_script.rs-5
- tests/testsuite/cargo_command.rs+43
- tests/testsuite/init.rs+29-2
- tests/testsuite/rustc_info_cache.rs-5
- tests/testsuite/rustdoc.rs+1-6
0 commit comments