File tree
6 files changed
+15
-9
lines changed- src
- doc
- tools
6 files changed
+15
-9
lines changed+10-4
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