Commit fffb33d
File tree
Expand file treeCollapse file tree
60 files changed
+833
-192
lines changedFilter options
- compiler
- rustc_borrowck/src
- diagnostics
- region_infer
- rustc_middle/src/mir
- rustc_mir_transform/src
- rustc_session/src/config
- rustc_target/src/spec
- library
- core/src
- alloc
- intrinsics
- mem
- ptr
- panic_abort/src
- panic_unwind/src
- proc_macro/src
- bridge
- std/src
- io
- sys/pal
- hermit
- solid
- teeos
- unix
- unsupported
- wasi
- windows
- c
- unwind/src
- src
- bootstrap/src
- core
- build_steps
- builder
- utils
- cc_detect
- tools/miri/tests/fail/panic
- tests
- mir-opt
- ui
- borrowck/alias-liveness
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
60 files changed
+833
-192
lines changedcompiler/rustc_borrowck/src/diagnostics/region_errors.rs
Copy file name to clipboardExpand all lines: compiler/rustc_borrowck/src/diagnostics/region_errors.rs+24-6Lines changed: 24 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
| ||
183 | 186 |
|
184 | 187 |
|
185 | 188 |
|
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
186 | 200 |
|
187 | 201 |
|
188 | 202 |
|
| ||
314 | 328 |
|
315 | 329 |
|
316 | 330 |
|
317 |
| - |
| 331 | + |
318 | 332 |
|
319 | 333 |
|
320 | 334 |
|
| ||
323 | 337 |
|
324 | 338 |
|
325 | 339 |
|
326 |
| - |
| 340 | + |
327 | 341 |
|
328 | 342 |
|
329 | 343 |
|
| ||
354 | 368 |
|
355 | 369 |
|
356 | 370 |
|
357 |
| - |
358 |
| - |
359 |
| - |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
360 | 378 |
|
361 | 379 |
|
362 | 380 |
|
|
compiler/rustc_borrowck/src/region_infer/opaque_types.rs
Copy file name to clipboardExpand all lines: compiler/rustc_borrowck/src/region_infer/opaque_types.rs+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
204 | 204 |
|
205 | 205 |
|
206 | 206 |
|
207 |
| - |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
208 | 214 |
|
209 | 215 |
|
210 | 216 |
|
|
compiler/rustc_middle/src/mir/tcx.rs
Copy file name to clipboardExpand all lines: compiler/rustc_middle/src/mir/tcx.rs+9-5Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
89 | 97 |
|
90 | 98 |
|
91 | 99 |
|
| ||
167 | 175 |
|
168 | 176 |
|
169 | 177 |
|
170 |
| - |
171 |
| - |
172 |
| - |
173 |
| - |
174 |
| - |
| 178 | + |
175 | 179 |
|
176 | 180 |
|
177 | 181 |
|
|
compiler/rustc_mir_transform/src/elaborate_drop.rs
Copy file name to clipboardExpand all lines: compiler/rustc_mir_transform/src/elaborate_drop.rs+26-4Lines changed: 26 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
| 92 | + |
92 | 93 |
|
93 | 94 |
|
94 | 95 |
|
| ||
180 | 181 |
|
181 | 182 |
|
182 | 183 |
|
183 |
| - |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
184 | 192 |
|
185 | 193 |
|
186 | 194 |
|
| ||
410 | 418 |
|
411 | 419 |
|
412 | 420 |
|
413 |
| - |
414 |
| - |
415 | 421 |
|
| 422 | + |
| 423 | + |
| 424 | + |
416 | 425 |
|
417 | 426 |
|
418 |
| - |
| 427 | + |
| 428 | + |
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
419 | 441 |
|
420 | 442 |
|
421 | 443 |
|
|
compiler/rustc_mir_transform/src/elaborate_drops.rs
Copy file name to clipboardExpand all lines: compiler/rustc_mir_transform/src/elaborate_drops.rs+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
141 | 145 |
|
142 | 146 |
|
143 | 147 |
|
|
compiler/rustc_mir_transform/src/patch.rs
Copy file name to clipboardExpand all lines: compiler/rustc_mir_transform/src/patch.rs+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
169 | 177 |
|
170 | 178 |
|
171 | 179 |
|
|
compiler/rustc_mir_transform/src/shim.rs
Copy file name to clipboardExpand all lines: compiler/rustc_mir_transform/src/shim.rs+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
350 | 350 |
|
351 | 351 |
|
352 | 352 |
|
| 353 | + |
| 354 | + |
| 355 | + |
353 | 356 |
|
354 | 357 |
|
355 | 358 |
|
|
compiler/rustc_session/src/config/cfg.rs
Copy file name to clipboardExpand all lines: compiler/rustc_session/src/config/cfg.rs+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| ||
432 | 432 |
|
433 | 433 |
|
434 | 434 |
|
435 |
| - |
436 |
| - |
437 |
| - |
438 |
| - |
439 |
| - |
| 435 | + |
440 | 436 |
|
441 | 437 |
|
442 | 438 |
|
|
compiler/rustc_target/src/spec/mod.rs
Copy file name to clipboardExpand all lines: compiler/rustc_target/src/spec/mod.rs+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1658 | 1658 |
|
1659 | 1659 |
|
1660 | 1660 |
|
| 1661 | + |
| 1662 | + |
| 1663 | + |
| 1664 | + |
| 1665 | + |
| 1666 | + |
| 1667 | + |
| 1668 | + |
1661 | 1669 |
|
1662 | 1670 |
|
1663 | 1671 |
|
| ||
3360 | 3368 |
|
3361 | 3369 |
|
3362 | 3370 |
|
| 3371 | + |
| 3372 | + |
| 3373 | + |
| 3374 | + |
| 3375 | + |
3363 | 3376 |
|
3364 | 3377 |
|
3365 | 3378 |
|
|
library/core/src/alloc/global.rs
Copy file name to clipboardExpand all lines: library/core/src/alloc/global.rs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
| 73 | + |
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
|
+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
25 | 49 |
|
26 | 50 |
|
27 | 51 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
|
library/core/src/intrinsics/mod.rs
Copy file name to clipboardExpand all lines: library/core/src/intrinsics/mod.rs+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1703 | 1703 |
|
1704 | 1704 |
|
1705 | 1705 |
|
1706 |
| - |
| 1706 | + |
1707 | 1707 |
|
1708 | 1708 |
|
1709 | 1709 |
|
1710 | 1710 |
|
1711 |
| - |
| 1711 | + |
1712 | 1712 |
|
1713 | 1713 |
|
1714 | 1714 |
|
| ||
4498 | 4498 |
|
4499 | 4499 |
|
4500 | 4500 |
|
4501 |
| - |
| 4501 | + |
4502 | 4502 |
|
4503 | 4503 |
|
4504 | 4504 |
|
4505 |
| - |
| 4505 | + |
4506 | 4506 |
|
4507 | 4507 |
|
4508 | 4508 |
|
|
library/core/src/mem/maybe_uninit.rs
Copy file name to clipboardExpand all lines: library/core/src/mem/maybe_uninit.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
| 101 | + |
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
| ||
844 | 844 |
|
845 | 845 |
|
846 | 846 |
|
847 |
| - |
| 847 | + |
848 | 848 |
|
849 | 849 |
|
850 | 850 |
|
|
library/core/src/mem/transmutability.rs
Copy file name to clipboardExpand all lines: library/core/src/mem/transmutability.rs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
library/core/src/ptr/const_ptr.rs
Copy file name to clipboardExpand all lines: library/core/src/ptr/const_ptr.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
724 | 724 |
|
725 | 725 |
|
726 | 726 |
|
727 |
| - |
| 727 | + |
728 | 728 |
|
729 | 729 |
|
730 | 730 |
|
731 | 731 |
|
732 | 732 |
|
733 |
| - |
| 733 | + |
734 | 734 |
|
735 | 735 |
|
736 | 736 |
|
|
library/core/src/ptr/mut_ptr.rs
Copy file name to clipboardExpand all lines: library/core/src/ptr/mut_ptr.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
896 | 896 |
|
897 | 897 |
|
898 | 898 |
|
899 |
| - |
| 899 | + |
900 | 900 |
|
901 | 901 |
|
902 | 902 |
|
903 | 903 |
|
904 | 904 |
|
905 |
| - |
| 905 | + |
906 | 906 |
|
907 | 907 |
|
908 | 908 |
|
|
library/core/src/ptr/non_null.rs
Copy file name to clipboardExpand all lines: library/core/src/ptr/non_null.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
857 | 857 |
|
858 | 858 |
|
859 | 859 |
|
860 |
| - |
| 860 | + |
861 | 861 |
|
862 | 862 |
|
863 | 863 |
|
864 | 864 |
|
865 | 865 |
|
866 |
| - |
| 866 | + |
867 | 867 |
|
868 | 868 |
|
869 | 869 |
|
|
0 commit comments