Commit ee89a51
File tree
Expand file treeCollapse file tree
14 files changed
+96
-4
lines changedFilter options
- compiler
- rustc_data_structures
- src
- rustc_middle
- src/traits
- rustc_serialize
- src
- rustc_type_ir
- src
- src/tools/tidy/src
Expand file treeCollapse file tree
14 files changed
+96
-4
lines changed+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3666 | 3666 |
|
3667 | 3667 |
|
3668 | 3668 |
|
| 3669 | + |
3669 | 3670 |
|
3670 | 3671 |
|
3671 | 3672 |
|
| ||
4183 | 4184 |
|
4184 | 4185 |
|
4185 | 4186 |
|
| 4187 | + |
4186 | 4188 |
|
4187 | 4189 |
|
4188 | 4190 |
|
| ||
4492 | 4494 |
|
4493 | 4495 |
|
4494 | 4496 |
|
| 4497 | + |
4495 | 4498 |
|
4496 | 4499 |
|
4497 | 4500 |
|
| ||
4694 | 4697 |
|
4695 | 4698 |
|
4696 | 4699 |
|
| 4700 | + |
4697 | 4701 |
|
4698 | 4702 |
|
4699 | 4703 |
|
| ||
5630 | 5634 |
|
5631 | 5635 |
|
5632 | 5636 |
|
| 5637 | + |
| 5638 | + |
| 5639 | + |
| 5640 | + |
| 5641 | + |
| 5642 | + |
| 5643 | + |
| 5644 | + |
| 5645 | + |
5633 | 5646 |
|
5634 | 5647 |
|
5635 | 5648 |
|
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
| 96 | + |
| 97 | + |
| 98 | + |
compiler/rustc_data_structures/Cargo.toml
Copy file name to clipboardExpand all lines: compiler/rustc_data_structures/Cargo.toml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
|
compiler/rustc_data_structures/src/marker.rs
Copy file name to clipboardExpand all lines: compiler/rustc_data_structures/src/marker.rs+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| 68 | + |
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
| ||
139 | 140 |
|
140 | 141 |
|
141 | 142 |
|
| 143 | + |
142 | 144 |
|
143 | 145 |
|
144 | 146 |
|
|
compiler/rustc_data_structures/src/stable_hasher.rs
Copy file name to clipboardExpand all lines: compiler/rustc_data_structures/src/stable_hasher.rs+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
395 | 395 |
|
396 | 396 |
|
397 | 397 |
|
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
398 | 405 |
|
399 | 406 |
|
400 | 407 |
|
|
compiler/rustc_middle/Cargo.toml
Copy file name to clipboardExpand all lines: compiler/rustc_middle/Cargo.toml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
|
compiler/rustc_middle/src/traits/mod.rs
Copy file name to clipboardExpand all lines: compiler/rustc_middle/src/traits/mod.rs+7-4Lines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 | 13 |
|
15 | 14 |
|
16 |
| - |
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
| ||
23 | 21 |
|
24 | 22 |
|
25 | 23 |
|
| 24 | + |
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
| ||
157 | 156 |
|
158 | 157 |
|
159 | 158 |
|
160 |
| - |
| 159 | + |
161 | 160 |
|
162 | 161 |
|
163 | 162 |
|
| ||
171 | 170 |
|
172 | 171 |
|
173 | 172 |
|
174 |
| - |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
175 | 178 |
|
176 | 179 |
|
177 | 180 |
|
|
compiler/rustc_serialize/Cargo.toml
Copy file name to clipboardExpand all lines: compiler/rustc_serialize/Cargo.toml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
compiler/rustc_serialize/src/serialize.rs
Copy file name to clipboardExpand all lines: compiler/rustc_serialize/src/serialize.rs+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
486 | 487 |
|
487 | 488 |
|
488 | 489 |
|
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
489 | 502 |
|
490 | 503 |
|
491 | 504 |
|
|
compiler/rustc_type_ir/Cargo.toml
Copy file name to clipboardExpand all lines: compiler/rustc_type_ir/Cargo.toml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
|
compiler/rustc_type_ir/src/fold.rs
Copy file name to clipboardExpand all lines: compiler/rustc_type_ir/src/fold.rs+38Lines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
| ||
310 | 311 |
|
311 | 312 |
|
312 | 313 |
|
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
313 | 351 |
|
314 | 352 |
|
315 | 353 |
|
|
compiler/rustc_type_ir/src/visit.rs
Copy file name to clipboardExpand all lines: compiler/rustc_type_ir/src/visit.rs+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
176 | 182 |
|
177 | 183 |
|
178 | 184 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
407 | 407 |
|
408 | 408 |
|
409 | 409 |
|
| 410 | + |
410 | 411 |
|
411 | 412 |
|
412 | 413 |
|
|
src/tools/tidy/src/extdeps.rs
Copy file name to clipboardExpand all lines: src/tools/tidy/src/extdeps.rs+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
|
0 commit comments