5 files changed
+6
-6
lines changedDiff for: src/doc/book
- .travis.yml+1
- second-edition/dictionary.txt+29
- second-edition/nostarch/chapter05.md+111-99
- second-edition/nostarch/chapter08.md+469-360
- second-edition/nostarch/chapter09.md+413-399
- second-edition/nostarch/chapter15.md+1.8k-764
- second-edition/nostarch/odt/chapter05.docx
- second-edition/nostarch/odt/chapter08.docx
- second-edition/nostarch/odt/chapter09.docx
- second-edition/src/appendix-02-operators.md+22-22
- second-edition/src/ch01-02-hello-world.md+1-1
- second-edition/src/ch03-02-data-types.md+8-12
- second-edition/src/ch05-00-structs.md+4-4
- second-edition/src/ch05-01-defining-structs.md+57-45
- second-edition/src/ch05-02-example-structs.md+30-30
- second-edition/src/ch05-03-method-syntax.md+17-17
- second-edition/src/ch06-01-defining-an-enum.md+1-1
- second-edition/src/ch06-02-match.md+1-1
- second-edition/src/ch07-01-mod-and-the-filesystem.md+1-1
- second-edition/src/ch08-00-common-collections.md+9-9
- second-edition/src/ch08-01-vectors.md+159-103
- second-edition/src/ch08-02-strings.md+192-157
- second-edition/src/ch08-03-hash-maps.md+117-90
- second-edition/src/ch09-00-error-handling.md+14-13
- second-edition/src/ch09-01-unrecoverable-errors-with-panic.md+80-69
- second-edition/src/ch09-02-recoverable-errors-with-result.md+150-119
- second-edition/src/ch09-03-to-panic-or-not-to-panic.md+94-94
- second-edition/src/ch10-02-traits.md+3-3
- second-edition/src/ch10-03-lifetime-syntax.md+1-1
- second-edition/src/ch11-01-writing-tests.md+5-6
- second-edition/src/ch11-02-running-tests.md+1-1
- second-edition/src/ch12-04-testing-the-librarys-functionality.md+1-1
- second-edition/src/ch12-06-writing-to-stderr-instead-of-stdout.md+1-1
- second-edition/src/ch13-02-iterators.md+1-1
- second-edition/src/ch13-04-performance.md+1-1
- second-edition/src/ch15-00-smart-pointers.md+87-31
- second-edition/src/ch15-01-box.md+233-85
- second-edition/src/ch15-02-deref.md+394-143
- second-edition/src/ch15-03-drop.md+183-88
- second-edition/src/ch15-04-rc.md+142-89
- second-edition/src/ch15-05-interior-mutability.md+425-161
- second-edition/src/ch15-06-reference-cycles.md+354-185
- second-edition/src/ch16-02-message-passing.md+4-4
- second-edition/src/ch16-03-shared-state.md+2-2
- second-edition/src/ch19-02-advanced-lifetimes.md+1-1
- second-edition/src/ch19-03-advanced-traits.md+253-76
- second-edition/src/ch19-04-advanced-types.md+7-7
- second-edition/src/ch19-05-advanced-functions-and-closures.md+2-2
- second-edition/src/ch20-01-single-threaded.md+1-1
- second-edition/src/ch20-05-sending-requests-via-channels.md+1-1
- second-edition/src/ch20-06-graceful-shutdown-and-cleanup.md+1-1
- second-edition/theme/index.hbs+56-11
- second-edition/tools/docx-to-md.xsl+1
Diff for: src/doc/nomicon
Submodule nomicon updated from a4322cc to 0ee3f72
Diff for: src/doc/reference
Submodule reference updated from 266d429 to 36adc6a
Diff for: src/libcore/ops/deref.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
|
Diff for: src/libcore/ops/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
| 153 | + | |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
|
0 commit comments