File tree
132 files changed
+43
-403
lines changed- src
- libcollections
- libcore
- fmt
- hash
- iter
- num
- dec2flt
- flt2dec
- strategy
- str
- sync
- libstd
- collections/hash
- ffi
- io
- net
- num
- sync
- mpsc
- sys
- common
- unix
- ext
- windows
- thread
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
132 files changed
+43
-403
lines changedDiff for: src/libcollections/binary_heap.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
| 154 | + | |
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
|
Diff for: src/libcollections/borrow.rs
+1-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 15 | + | |
19 | 16 |
| |
20 |
| - | |
21 | 17 |
| |
22 |
| - | |
23 | 18 |
| |
24 | 19 |
| |
25 | 20 |
| |
|
Diff for: src/libcollections/linked_list.rs
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1159 | 1159 |
| |
1160 | 1160 |
| |
1161 | 1161 |
| |
1162 |
| - | |
1163 |
| - | |
1164 |
| - | |
1165 | 1162 |
| |
1166 | 1163 |
| |
1167 | 1164 |
| |
| |||
1319 | 1316 |
| |
1320 | 1317 |
| |
1321 | 1318 |
| |
1322 |
| - | |
1323 | 1319 |
| |
1324 | 1320 |
| |
1325 | 1321 |
| |
|
Diff for: src/libcollections/range.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
|
Diff for: src/libcollections/vec_deque.rs
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2332 | 2332 |
| |
2333 | 2333 |
| |
2334 | 2334 |
| |
2335 |
| - | |
2336 |
| - | |
2337 |
| - | |
2338 | 2335 |
| |
2339 | 2336 |
| |
2340 | 2337 |
| |
|
Diff for: src/libcore/any.rs
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
76 | 75 |
| |
77 |
| - | |
78 | 76 |
| |
79 | 77 |
| |
80 |
| - | |
| 78 | + | |
81 | 79 |
| |
82 | 80 |
| |
83 | 81 |
| |
|
Diff for: src/libcore/array.rs
+3-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
| 23 | + | |
27 | 24 |
| |
28 | 25 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 26 | + | |
| 27 | + | |
33 | 28 |
| |
34 | 29 |
| |
35 | 30 |
| |
|
Diff for: src/libcore/borrow.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 | 15 |
| |
18 | 16 |
| |
19 | 17 |
| |
|
Diff for: src/libcore/cell.rs
+3-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
| 147 | + | |
151 | 148 |
| |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
| 149 | + | |
| 150 | + | |
158 | 151 |
| |
159 | 152 |
| |
160 | 153 |
| |
|
Diff for: src/libcore/char.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
|
Diff for: src/libcore/char_private.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 | 14 |
| |
17 | 15 |
| |
18 | 16 |
| |
|
Diff for: src/libcore/clone.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
49 | 47 |
| |
50 | 48 |
| |
51 | 49 |
| |
|
Diff for: src/libcore/cmp.rs
+1-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 | 37 |
| |
41 | 38 |
| |
42 | 39 |
| |
| |||
571 | 568 |
| |
572 | 569 |
| |
573 | 570 |
| |
574 |
| - | |
575 |
| - | |
576 |
| - | |
577 |
| - | |
578 |
| - | |
| 571 | + | |
579 | 572 |
| |
580 | 573 |
| |
581 | 574 |
| |
|
Diff for: src/libcore/convert.rs
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 | 43 |
| |
47 | 44 |
| |
48 | 45 |
| |
|
Diff for: src/libcore/default.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 | 15 |
| |
18 | 16 |
| |
19 | 17 |
| |
|
Diff for: src/libcore/fmt/builders.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
|
Diff for: src/libcore/fmt/mod.rs
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 | 15 |
| |
18 | 16 |
| |
19 | 17 |
| |
| |||
905 | 903 |
| |
906 | 904 |
| |
907 | 905 |
| |
908 |
| - | |
909 |
| - | |
910 | 906 |
| |
911 | 907 |
| |
912 | 908 |
| |
| |||
1020 | 1016 |
| |
1021 | 1017 |
| |
1022 | 1018 |
| |
1023 |
| - | |
1024 | 1019 |
| |
1025 | 1020 |
| |
1026 | 1021 |
| |
|
Diff for: src/libcore/fmt/num.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
| |
|
Diff for: src/libcore/hash/mod.rs
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 | 74 |
| |
77 | 75 |
| |
78 | 76 |
| |
| |||
288 | 286 |
| |
289 | 287 |
| |
290 | 288 |
| |
291 |
| - | |
292 |
| - | |
293 | 289 |
| |
294 | 290 |
| |
295 | 291 |
| |
|
Diff for: src/libcore/hash/sip.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
|
Diff for: src/libcore/intrinsics.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
51 | 49 |
| |
52 | 50 |
| |
53 | 51 |
| |
|
Diff for: src/libcore/iter/iterator.rs
+2-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 11 | + | |
17 | 12 |
| |
18 | 13 |
| |
19 | 14 |
| |
20 | 15 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
| 16 | + | |
24 | 17 |
| |
25 | 18 |
| |
26 | 19 |
| |
|
Diff for: src/libcore/iter/mod.rs
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
302 |
| - | |
303 | 302 |
| |
304 |
| - | |
305 | 303 |
| |
306 | 304 |
| |
307 |
| - | |
308 |
| - | |
309 | 305 |
| |
310 | 306 |
| |
311 | 307 |
| |
|
Diff for: src/libcore/iter/range.rs
+1-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 | 11 |
| |
14 | 12 |
| |
15 |
| - | |
16 |
| - | |
17 | 13 |
| |
18 | 14 |
| |
19 |
| - | |
| 15 | + | |
20 | 16 |
| |
21 | 17 |
| |
22 | 18 |
| |
|
Diff for: src/libcore/iter/sources.rs
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 | 11 |
| |
14 | 12 |
| |
15 |
| - | |
16 | 13 |
| |
17 | 14 |
| |
18 |
| - | |
| 15 | + | |
19 | 16 |
| |
20 | 17 |
| |
21 | 18 |
| |
|
Diff for: src/libcore/iter/traits.rs
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 | 11 |
| |
17 | 12 |
| |
18 | 13 |
| |
|
Diff for: src/libcore/iter_private.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
|
Diff for: src/libcore/lib.rs
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
94 | 99 |
| |
95 | 100 |
| |
96 | 101 |
| |
|
Diff for: src/libcore/marker.rs
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 | 19 |
| |
21 |
| - | |
22 |
| - | |
23 | 20 |
| |
24 | 21 |
| |
25 | 22 |
| |
| |||
414 | 411 |
| |
415 | 412 |
| |
416 | 413 |
| |
417 |
| - | |
418 |
| - | |
419 | 414 |
| |
420 | 415 |
| |
421 | 416 |
| |
|
0 commit comments