File tree
10 files changed
+38
-56
lines changed- src
- doc
- librustc_typeck/check
- tools
10 files changed
+38
-56
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 53 | + | |
| 54 | + | |
57 | 55 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
77 | 60 | | |
78 | 61 | | |
79 | 62 | | |
| |||
104 | 87 | | |
105 | 88 | | |
106 | 89 | | |
107 | | - | |
| 90 | + | |
108 | 91 | | |
109 | | - | |
| 92 | + | |
110 | 93 | | |
111 | | - | |
| 94 | + | |
112 | 95 | | |
113 | 96 | | |
114 | 97 | | |
115 | 98 | | |
116 | 99 | | |
117 | 100 | | |
118 | 101 | | |
119 | | - | |
| 102 | + | |
120 | 103 | | |
121 | 104 | | |
122 | 105 | | |
| |||
200 | 183 | | |
201 | 184 | | |
202 | 185 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
213 | 194 | | |
214 | 195 | | |
215 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
| 168 | + | |
| 169 | + | |
172 | 170 | | |
173 | 171 | | |
174 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4429 | 4429 | | |
4430 | 4430 | | |
4431 | 4431 | | |
4432 | | - | |
4433 | | - | |
4434 | | - | |
4435 | | - | |
| 4432 | + | |
| 4433 | + | |
4436 | 4434 | | |
4437 | 4435 | | |
4438 | 4436 | | |
| |||
4442 | 4440 | | |
4443 | 4441 | | |
4444 | 4442 | | |
4445 | | - | |
4446 | 4443 | | |
4447 | 4444 | | |
4448 | 4445 | | |
| |||
- 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
Submodule clippy updated from fd0428f to 3e74853
0 commit comments