File tree
50 files changed
+344
-126
lines changed- src
- bootstrap/bin
- doc/book
- libcollections
- libcore
- librustc
- middle
- ty
- librustc_errors
- librustc_mir/transform
- librustc_resolve
- librustc_typeck
- check
- coherence
- librustdoc
- clean
- html
- libstd
- ffi
- io
- test
- compile-fail
- rustdoc
- ui/mismatched_types
- tools/linkchecker
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+344
-126
lines changedDiff for: src/bootstrap/bin/rustc.rs
+7-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
47 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 |
| |
49 | 55 |
| |
50 | 56 |
| |
|
Diff for: src/doc/book/borrow-and-asref.md
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
Diff for: src/doc/book/closures.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 |
| - | |
| 343 | + | |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
|
Diff for: src/doc/book/error-handling.md
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
944 | 944 |
| |
945 | 945 |
| |
946 | 946 |
| |
947 |
| - | |
| 947 | + | |
948 | 948 |
| |
949 | 949 |
| |
950 | 950 |
| |
| |||
1271 | 1271 |
| |
1272 | 1272 |
| |
1273 | 1273 |
| |
1274 |
| - | |
| 1274 | + | |
1275 | 1275 |
| |
1276 | 1276 |
| |
1277 | 1277 |
| |
| |||
2178 | 2178 |
| |
2179 | 2179 |
| |
2180 | 2180 |
| |
2181 |
| - | |
| 2181 | + | |
2182 | 2182 |
| |
2183 | 2183 |
| |
2184 | 2184 |
| |
|
Diff for: src/libcollections/fmt.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
530 | 530 |
| |
531 | 531 |
| |
532 | 532 |
| |
533 |
| - | |
| 533 | + | |
534 | 534 |
| |
535 | 535 |
| |
536 | 536 |
| |
|
0 commit comments