File tree
10 files changed
+15
-9
lines changed- src
- bootstrap
- ci/docker/x86_64-gnu-tools
- doc
- unstable-book/src/language-features
- tools
10 files changed
+15
-9
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
| 405 | + | |
405 | 406 |
| |
406 | 407 |
| |
407 | 408 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1425 | 1425 |
| |
1426 | 1426 |
| |
1427 | 1427 |
| |
| 1428 | + | |
1428 | 1429 |
| |
1429 | 1430 |
| |
1430 | 1431 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| |||
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
| 77 | + | |
76 | 78 |
| |
77 | 79 |
| |
78 | 80 |
| |
|
- README.md+1-1
- ci/dictionary.txt+2
- nostarch/chapter03-integer-overflow-box.md-23
- nostarch/chapter03-new-array-text.md-26
- nostarch/chapter03-returning-values-from-loops.md-35
- nostarch/chapter04-error-message-updates.md-52
- nostarch/chapter04-stack-heap-box-edits.md-32
- nostarch/chapter19.md+131-188
- nostarch/docx/chapter03-integer-overflow-box.docx
- nostarch/docx/chapter03-new-array-text.docx
- nostarch/docx/chapter03-returning-values-from-loops.docx
- nostarch/docx/chapter04-error-message-updates.docx
- nostarch/docx/chapter04-stack-heap-box-edits.docx
- nostarch/docx/chapter19.docx
- redirects/conditional-compilation.md+2-2
- src/ch03-02-data-types.md+3-3
- src/ch03-05-control-flow.md+2-2
- src/ch04-02-references-and-borrowing.md+29-4
- src/ch06-01-defining-an-enum.md+2-2
- src/ch12-00-an-io-project.md+3-3
- src/ch12-01-accepting-command-line-arguments.md+2-2
- src/ch16-03-shared-state.md+8-7
- src/ch19-04-advanced-types.md+2-2
- src/ch19-05-advanced-functions-and-closures.md+2-2
- src/ch19-06-macros.md+177-165
- src/title-page.md+2
Submodule edition-guide updated from aa0022c to b56ddb1
Submodule embedded-book updated 15 files
- README.md+3-3
- ci/script.sh+1
- src/c-tips/index.md+5-5
- src/collections/index.md+2-2
- src/concurrency/index.md+7-7
- src/interoperability/c-with-rust.md+1-1
- src/intro/index.md+3-3
- src/intro/no-std.md-1
- src/peripherals/singletons.md+5-5
- src/start/exceptions.md+2-2
- src/start/hardware.md+1-1
- src/start/panicking.md+1-1
- src/start/qemu.md+147-143
- src/start/registers.md+2-2
- src/start/semihosting.md+3-3
Submodule reference updated from 41493ff to 27ad493
Submodule rust-by-example updated 41 files
- CONTRIBUTING.md+1-1
- README.md+8-5
- src/SUMMARY.md+1
- src/cargo/conventions.md+1-1
- src/cargo/test.md+1-1
- src/conversion/string.md+12-8
- src/custom_types/enum/enum_use.md+2-2
- src/custom_types/enum/testcase_linked_list.md+1-1
- src/error.md+1-1
- src/error/multiple_error_types/boxing_errors.md+8-7
- src/error/multiple_error_types/define_error_type.md+11-14
- src/error/multiple_error_types/wrap_error.md+1-9
- src/error/option_unwrap/and_then.md+4-4
- src/flow_control/for.md+1-1
- src/flow_control/match/destructuring/destructure_pointers.md+2-2
- src/generics/assoc_items/the_problem.md+1-1
- src/generics/bounds.md+1-1
- src/generics/multi_bounds.md+2-2
- src/generics/new_types.md+10
- src/hello/print.md+6-1
- src/hello/print/fmt.md+2-2
- src/hello/print/print_display.md+1-1
- src/hello/print/print_display/testcase_list.md+1-1
- src/index.md+3-1
- src/macros/designators.md+1
- src/macros/dry.md+3-3
- src/macros/dsl.md+3
- src/mod/super.md+2-2
- src/mod/use.md+2-2
- src/mod/visibility.md+14-3
- src/primitives/literals.md+1-1
- src/scope/lifetime/elision.md+1-1
- src/scope/lifetime/trait.md+33
- src/std_misc/file/create.md+8-12
- src/std_misc/threads/testcase_mapreduce.md+2-2
- src/testing.md+1-1
- src/testing/doc_testing.md+1-1
- src/trait/derive.md+2-2
- src/trait/iter.md+1-1
- src/trait/ops.md+1-1
- src/unsafe.md+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
| |||
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
256 |
| - | |
| 256 | + | |
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| 42 | + | |
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
|
0 commit comments