File tree
46 files changed
+983
-390
lines changed- src
- doc
- book
- libcollections
- libcore
- str
- librustc/middle
- cfg
- ty
- librustc_back
- librustc_front
- print
- librustc_mir/hair/cx
- librustc_passes
- librustc_trans/trans
- debuginfo
- librustc_typeck
- check
- libstd
- libsyntax
- parse
- print
- util
- test
- compile-fail
- parse-fail
- run-pass
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+983
-390
lines changedDiff for: src/doc/book/iterators.md
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 |
| |
18 | 23 |
| |
19 | 24 |
| |
|
Diff for: src/doc/book/syntax-index.md
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
| 70 | + | |
70 | 71 |
| |
71 | 72 |
| |
72 | 73 |
| |
| |||
205 | 206 |
| |
206 | 207 |
| |
207 | 208 |
| |
| 209 | + | |
208 | 210 |
| |
209 | 211 |
| |
210 | 212 |
| |
|
Diff for: src/doc/reference.md
+23
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2277 | 2277 |
| |
2278 | 2278 |
| |
2279 | 2279 |
| |
| 2280 | + | |
| 2281 | + | |
| 2282 | + | |
| 2283 | + | |
2280 | 2284 |
| |
2281 | 2285 |
| |
2282 | 2286 |
| |
| |||
2747 | 2751 |
| |
2748 | 2752 |
| |
2749 | 2753 |
| |
| 2754 | + | |
| 2755 | + | |
| 2756 | + | |
| 2757 | + | |
| 2758 | + | |
| 2759 | + | |
| 2760 | + | |
| 2761 | + | |
| 2762 | + | |
| 2763 | + | |
| 2764 | + | |
| 2765 | + | |
| 2766 | + | |
| 2767 | + | |
| 2768 | + | |
| 2769 | + | |
| 2770 | + | |
| 2771 | + | |
| 2772 | + | |
2750 | 2773 |
| |
2751 | 2774 |
| |
2752 | 2775 |
| |
|
Diff for: src/libcollections/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Diff for: src/libcollections/range.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
|
Diff for: src/libcollections/string.rs
+33-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
1606 | 1606 |
| |
1607 | 1607 |
| |
1608 | 1608 |
| |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
| 1620 | + | |
| 1621 | + | |
| 1622 | + | |
| 1623 | + | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
1609 | 1627 |
| |
1610 | 1628 |
| |
1611 | 1629 |
| |
| |||
1635 | 1653 |
| |
1636 | 1654 |
| |
1637 | 1655 |
| |
| 1656 | + | |
| 1657 | + | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
1638 | 1670 |
| |
1639 | 1671 |
| |
1640 | 1672 |
| |
|
Diff for: src/libcollections/vec.rs
+32
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1226 | 1226 |
| |
1227 | 1227 |
| |
1228 | 1228 |
| |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
1229 | 1247 |
| |
1230 | 1248 |
| |
1231 | 1249 |
| |
| |||
1255 | 1273 |
| |
1256 | 1274 |
| |
1257 | 1275 |
| |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
1258 | 1290 |
| |
1259 | 1291 |
| |
1260 | 1292 |
| |
|
0 commit comments