File tree
54 files changed
+1086
-435
lines changed- src
- bootstrap
- libcore/num
- librustc
- lint
- middle
- traits
- librustc_data_structures/obligation_forest
- librustc_driver
- librustc_lint
- librustc_resolve
- librustc_typeck
- check
- librustdoc/clean
- libsyntax
- parse
- test
- compile-fail
- run-pass
- auxiliary
- rustdoc-ui
- ui
- error-codes
- feature-gate
- resolve
- rfc-1937-termination-trait
- suggestions
- token
- tuple-struct-fields
- tools/compiletest/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+1086
-435
lines changedDiff for: src/bootstrap/builder.rs
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
800 | 800 |
| |
801 | 801 |
| |
802 | 802 |
| |
803 |
| - | |
804 |
| - | |
805 |
| - | |
806 |
| - | |
| 803 | + | |
807 | 804 |
| |
808 | 805 |
| |
809 | 806 |
| |
|
Diff for: src/bootstrap/lib.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
| 283 | + | |
| 284 | + | |
284 | 285 |
| |
285 | 286 |
| |
286 | 287 |
| |
|
Diff for: src/bootstrap/metadata.rs
+31-23
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
51 | 74 |
| |
52 | 75 |
| |
53 |
| - | |
| 76 | + | |
54 | 77 |
| |
55 | 78 |
| |
56 | 79 |
| |
| |||
60 | 83 |
| |
61 | 84 |
| |
62 | 85 |
| |
| 86 | + | |
63 | 87 |
| |
64 | 88 |
| |
65 | 89 |
| |
66 |
| - | |
67 | 90 |
| |
68 | 91 |
| |
69 | 92 |
| |
70 |
| - | |
71 | 93 |
| |
72 | 94 |
| |
73 | 95 |
| |
| |||
77 | 99 |
| |
78 | 100 |
| |
79 | 101 |
| |
80 |
| - | |
| 102 | + | |
| 103 | + | |
81 | 104 |
| |
82 | 105 |
| |
83 | 106 |
| |
84 | 107 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
| 108 | + | |
101 | 109 |
|
Diff for: src/libcore/num/mod.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 |
| - | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
Diff for: src/librustc/lint/builtin.rs
+19
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
206 | 207 |
| |
207 | 208 |
| |
208 | 209 |
| |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
209 | 216 |
| |
210 | 217 |
| |
211 | 218 |
| |
| |||
285 | 292 |
| |
286 | 293 |
| |
287 | 294 |
| |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
288 | 301 |
| |
289 | 302 |
| |
290 | 303 |
| |
| |||
337 | 350 |
| |
338 | 351 |
| |
339 | 352 |
| |
| 353 | + | |
340 | 354 |
| |
341 | 355 |
| |
342 | 356 |
| |
| |||
348 | 362 |
| |
349 | 363 |
| |
350 | 364 |
| |
| 365 | + | |
351 | 366 |
| |
352 | 367 |
| |
353 | 368 |
| |
| |||
380 | 395 |
| |
381 | 396 |
| |
382 | 397 |
| |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
383 | 402 |
| |
384 | 403 |
| |
385 | 404 |
| |
|
0 commit comments