File tree
79 files changed
+705
-393
lines changed- src
- bootstrap
- doc
- etc
- librustc
- dep_graph
- session
- ty/query
- librustc_metadata
- librustc_mir
- borrow_check
- dataflow/impls
- librustc_resolve
- librustc_typeck
- check
- librustdoc
- clean
- html
- passes
- libstd
- sys/unix
- libsyntax
- test
- compile-fail
- auxiliary
- run-make-fulldeps
- issue-51671
- issue-53964
- panic-impl-transitive
- run-pass/uniform-paths
- auxiliary
- rustdoc
- inline_cross
- auxiliary
- inline_local
- ui
- borrowck
- consts/const-eval
- feature-gates
- panic-handler
- auxiliary
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+705
-393
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 |
| |
86 | 90 |
| |
87 | 91 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
| |||
1471 | 1471 |
| |
1472 | 1472 |
| |
1473 | 1473 |
| |
1474 |
| - | |
| 1474 | + | |
1475 | 1475 |
| |
1476 | 1476 |
| |
1477 | 1477 |
| |
| |||
2433 | 2433 |
| |
2434 | 2434 |
| |
2435 | 2435 |
| |
| 2436 | + | |
2436 | 2437 |
| |
2437 | 2438 |
| |
2438 | 2439 |
| |
| |||
3243 | 3244 |
| |
3244 | 3245 |
| |
3245 | 3246 |
| |
3246 |
| - | |
| 3247 | + | |
3247 | 3248 |
| |
3248 | 3249 |
| |
3249 | 3250 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| 89 | + | |
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
| |||
256 | 257 |
| |
257 | 258 |
| |
258 | 259 |
| |
| 260 | + | |
259 | 261 |
| |
260 | 262 |
| |
261 | 263 |
| |
| |||
516 | 518 |
| |
517 | 519 |
| |
518 | 520 |
| |
| 521 | + | |
519 | 522 |
| |
520 | 523 |
| |
521 | 524 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2056 | 2056 |
| |
2057 | 2057 |
| |
2058 | 2058 |
| |
2059 |
| - | |
| 2059 | + | |
| 2060 | + | |
2060 | 2061 |
| |
2061 | 2062 |
| |
2062 | 2063 |
| |
| |||
2065 | 2066 |
| |
2066 | 2067 |
| |
2067 | 2068 |
| |
2068 |
| - | |
| 2069 | + | |
2069 | 2070 |
| |
2070 | 2071 |
| |
2071 | 2072 |
| |
| |||
2093 | 2094 |
| |
2094 | 2095 |
| |
2095 | 2096 |
| |
2096 |
| - | |
| 2097 | + | |
2097 | 2098 |
| |
2098 | 2099 |
| |
2099 | 2100 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
242 | 246 |
| |
243 | 247 |
| |
244 | 248 |
| |
|
- 2018-edition/src/appendix-01-keywords.md+50-3
- 2018-edition/src/appendix-03-derivable-traits.md+2-2
- 2018-edition/src/ch03-01-variables-and-mutability.md+2-1
- 2018-edition/src/ch03-02-data-types.md+1-1
- 2018-edition/src/ch08-03-hash-maps.md+2-2
- 2018-edition/src/ch09-02-recoverable-errors-with-result.md+3-2
- 2018-edition/src/ch09-03-to-panic-or-not-to-panic.md+12-15
- 2018-edition/src/ch10-02-traits.md+5-5
- 2018-edition/src/ch11-01-writing-tests.md+6-6
- 2018-edition/src/ch12-02-reading-a-file.md+3-10
- 2018-edition/src/ch12-03-improving-error-handling-and-modularity.md+11-11
- 2018-edition/src/ch15-02-deref.md+2-2
- 2018-edition/src/ch17-03-oo-design-patterns.md+3
- 2018-edition/src/ch19-03-advanced-traits.md+1-1
- 2018-edition/src/ch20-02-multithreaded.md+7-2
- 2018-edition/src/foreword.md+1-1
- second-edition/src/ch17-02-trait-objects.md+9-7
Submodule nomicon updated from ae42ad7 to 7fd4934
Submodule reference updated from 219e261 to 821355a
Submodule rust-by-example updated 11 files
Lines changed: 17 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
16 | 26 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
20 | 30 |
| |
21 | 31 |
| |
22 | 32 |
| |
23 |
| - | |
| 33 | + | |
| 34 | + | |
24 | 35 |
| |
25 | 36 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 | 37 |
| |
30 | 38 |
| |
31 | 39 |
| |
32 | 40 |
| |
33 | 41 |
| |
34 | 42 |
| |
35 |
| - | |
| 43 | + | |
36 | 44 |
| |
37 | 45 |
| |
38 | 46 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
| 577 | + | |
577 | 578 |
| |
578 | 579 |
| |
579 | 580 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| 162 | + | |
| 163 | + | |
| 164 | + | |
162 | 165 |
| |
163 | 166 |
| |
164 | 167 |
| |
| |||
1160 | 1163 |
| |
1161 | 1164 |
| |
1162 | 1165 |
| |
| 1166 | + | |
1163 | 1167 |
| |
1164 | 1168 |
| |
1165 | 1169 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
464 | 464 |
| |
465 | 465 |
| |
466 | 466 |
| |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
467 | 473 |
| |
468 | 474 |
| |
469 | 475 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
| 384 | + | |
384 | 385 |
| |
385 | 386 |
| |
386 | 387 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1168 | 1168 |
| |
1169 | 1169 |
| |
1170 | 1170 |
| |
| 1171 | + | |
1171 | 1172 |
| |
1172 | 1173 |
| |
1173 | 1174 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
| 176 | + | |
176 | 177 |
| |
177 | 178 |
| |
178 | 179 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
| 487 | + | |
487 | 488 |
| |
488 | 489 |
| |
489 | 490 |
| |
| |||
494 | 495 |
| |
495 | 496 |
| |
496 | 497 |
| |
| 498 | + | |
497 | 499 |
| |
498 | 500 |
| |
499 | 501 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
| 196 | + | |
196 | 197 |
| |
197 | 198 |
| |
198 | 199 |
| |
|
Lines changed: 4 additions & 46 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1605 | 1605 |
| |
1606 | 1606 |
| |
1607 | 1607 |
| |
1608 |
| - | |
1609 |
| - | |
1610 |
| - | |
1611 |
| - | |
1612 | 1608 |
| |
1613 | 1609 |
| |
1614 | 1610 |
| |
| |||
1646 | 1642 |
| |
1647 | 1643 |
| |
1648 | 1644 |
| |
1649 |
| - | |
1650 |
| - | |
| 1645 | + | |
| 1646 | + | |
1651 | 1647 |
| |
1652 | 1648 |
| |
1653 | 1649 |
| |
| |||
1677 | 1673 |
| |
1678 | 1674 |
| |
1679 | 1675 |
| |
1680 |
| - | |
1681 |
| - | |
1682 |
| - | |
1683 |
| - | |
1684 | 1676 |
| |
1685 | 1677 |
| |
1686 | 1678 |
| |
| |||
1709 | 1701 |
| |
1710 | 1702 |
| |
1711 | 1703 |
| |
1712 |
| - | |
1713 |
| - | |
| 1704 | + | |
| 1705 | + | |
1714 | 1706 |
| |
1715 | 1707 |
| |
1716 | 1708 |
| |
| |||
1813 | 1805 |
| |
1814 | 1806 |
| |
1815 | 1807 |
| |
1816 |
| - | |
1817 |
| - | |
1818 |
| - | |
1819 |
| - | |
1820 |
| - | |
1821 | 1808 |
| |
1822 | 1809 |
| |
1823 | 1810 |
| |
| |||
2190 | 2177 |
| |
2191 | 2178 |
| |
2192 | 2179 |
| |
2193 |
| - | |
2194 |
| - | |
2195 |
| - | |
2196 |
| - | |
2197 |
| - | |
2198 |
| - | |
2199 |
| - | |
2200 |
| - | |
2201 |
| - | |
2202 |
| - | |
2203 |
| - | |
2204 |
| - | |
2205 |
| - | |
2206 |
| - | |
2207 |
| - | |
2208 |
| - | |
2209 |
| - | |
2210 |
| - | |
2211 |
| - | |
2212 |
| - | |
2213 |
| - | |
2214 |
| - | |
2215 |
| - | |
2216 |
| - | |
2217 |
| - | |
2218 |
| - | |
2219 |
| - | |
2220 |
| - | |
2221 |
| - | |
2222 | 2180 |
| |
2223 | 2181 |
| |
2224 | 2182 |
| |
|
0 commit comments