File tree
10 files changed
+144
-48
lines changed- src
- bootstrap
- doc
- tools/rustbook
- src
10 files changed
+144
-48
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
- CONTRIBUTING.md+1-1
- README.md+2-2
- ci/dictionary.txt+1
- nostarch/chapter18-destructuring-nested-structs-and-enums.md-54
- nostarch/chapter19-new-function-pointer-text.md-31
- nostarch/chapter19.md-579
- nostarch/docx/chapter18-destructuring-nested-structs-and-enums.docx
- nostarch/docx/chapter19-new-function-pointer-text.docx
- nostarch/docx/chapter19.docx
- src/appendix-02-operators.md+6-6
- src/appendix-03-derivable-traits.md+6-6
- src/appendix-04-useful-development-tools.md+5-5
- src/appendix-05-editions.md+1
- src/appendix-06-translation.md+1
- src/ch01-03-hello-cargo.md+4-4
- src/ch02-00-guessing-game-tutorial.md+5-5
- src/ch03-02-data-types.md+5-4
- src/ch03-05-control-flow.md+3-2
- src/ch07-00-managing-growing-projects-with-packages-crates-and-modules.md+13-14
- src/ch07-01-packages-and-crates.md+8-6
- src/ch07-02-defining-modules-to-control-scope-and-privacy.md+23-23
- src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md+17-16
- src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md+10-10
- src/ch08-02-strings.md+1-1
- src/ch08-03-hash-maps.md+4-3
- src/ch09-01-unrecoverable-errors-with-panic.md+3-3
- src/ch10-02-traits.md+8-7
- src/ch10-03-lifetime-syntax.md+10-9
- src/ch11-01-writing-tests.md+8-8
- src/ch12-01-accepting-command-line-arguments.md+1-1
- src/ch12-03-improving-error-handling-and-modularity.md+9-8
- src/ch14-00-more-about-cargo.md+2-2
- src/ch14-02-publishing-to-crates-io.md+9-9
- src/ch14-03-cargo-workspaces.md+5-5
- src/ch14-04-installing-binaries.md+1-1
- src/ch14-05-extending-cargo.md+2-2
- src/ch16-04-extensible-concurrency-sync-and-send.md+2-2
- src/ch17-02-trait-objects.md+11-11
- src/ch18-01-all-the-places-for-patterns.md+8-7
- src/ch19-01-unsafe-rust.md+17-18
- src/ch19-03-advanced-traits.md+21-21
- src/ch19-04-advanced-types.md+8-8
- src/ch19-05-advanced-functions-and-closures.md+3-3
- src/ch19-06-macros.md+24-23
- src/ch20-00-final-project-a-web-server.md+3-2
- src/ch20-03-graceful-shutdown-and-cleanup.md+3-3
- tools/megadiff.sh+22
- tools/src/bin/link2print.rs+1
- tools/src/bin/remove_links.rs+2-2
Submodule edition-guide updated from 581c6cc to f8072ac
Submodule embedded-book updated 1 file
Submodule reference updated from f8ae436 to 08ae27a
Submodule rustc-guide updated from 3ac9cfc to f55e97c
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments