File tree
60 files changed
+435
-166
lines changed- src- bootstrap
- ci/docker/x86_64-gnu-tools
- doc- unstable-book/src/language-features
 
- librustc_errors
- librustc_mir/monomorphize
- librustc_resolve
- librustc_save_analysis
- librustc_typeck- check
 
- librustc- hir
- middle
 
- libsyntax
- rustc
- test- run-pass
- ui- binop
- fn
- for
- issues
- parser
- pattern
- span
- str
- suggestions
- traits
- type/type-check
- vec
 
 
- tools
 
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+435
-166
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1203 | 1203 |  | |
| 1204 | 1204 |  | |
| 1205 | 1205 |  | |
| 1206 |  | - | |
|  | 1206 | + | |
| 1207 | 1207 |  | |
| 1208 | 1208 |  | |
| 1209 | 1209 |  | |
|  | |||
| 2074 | 2074 |  | |
| 2075 | 2075 |  | |
| 2076 | 2076 |  | |
| 2077 |  | - | |
|  | 2077 | + | |
| 2078 | 2078 |  | |
| 2079 | 2079 |  | |
| 2080 | 2080 |  | |
|  | |||
| 2096 | 2096 |  | |
| 2097 | 2097 |  | |
| 2098 | 2098 |  | |
| 2099 |  | - | |
|  | 2099 | + | |
| 2100 | 2100 |  | |
| 2101 | 2101 |  | |
| 2102 | 2102 |  | |
|  | |||
| 2121 | 2121 |  | |
| 2122 | 2122 |  | |
| 2123 | 2123 |  | |
| 2124 |  | - | |
|  | 2124 | + | |
| 2125 | 2125 |  | |
| 2126 | 2126 |  | |
| 2127 | 2127 |  | |
|  | |||
| 2260 | 2260 |  | |
| 2261 | 2261 |  | |
| 2262 | 2262 |  | |
| 2263 |  | - | |
|  | 2263 | + | |
| 2264 | 2264 |  | |
| 2265 | 2265 |  | |
| 2266 | 2266 |  | |
|  | |||
| 2500 | 2500 |  | |
| 2501 | 2501 |  | |
| 2502 | 2502 |  | |
| 2503 |  | - | |
|  | 2503 | + | |
| 2504 | 2504 |  | |
| 2505 | 2505 |  | |
| 2506 | 2506 |  | |
|  | |||
| 3056 | 3056 |  | |
| 3057 | 3057 |  | |
| 3058 | 3058 |  | |
| 3059 |  | - | |
|  | 3059 | + | |
| 3060 | 3060 |  | |
| 3061 | 3061 |  | |
| 3062 | 3062 |  | |
|  | |||
| 4096 | 4096 |  | |
| 4097 | 4097 |  | |
| 4098 | 4098 |  | |
| 4099 |  | - | |
|  | 4099 | + | |
| 4100 | 4100 |  | |
| 4101 | 4101 |  | |
| 4102 | 4102 |  | |
|  | |||
| Original 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 |  | |
|  | |||
0 commit comments