File tree
136 files changed
+1964
-1542
lines changed- compiler
- rustc_borrowck/src
- polonius/legacy
- type_check
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src
- check_consts
- interpret
- rustc_middle/src/mir
- rustc_mir_build/src/builder
- custom/parse
- expr
- matches
- rustc_mir_dataflow/src
- impls
- move_paths
- rustc_mir_transform/src
- rustc_smir/src/rustc_smir/convert
- rustc_span/src
- library/core/src/intrinsics
- src/tools/clippy/clippy_utils/src
- tests
- mir-opt
- building
- custom
- const_prop
- copy-prop
- dataflow-const-prop
- instsimplify
- nll
- pre-codegen
- ui
- borrowck
- closures/2229_closure_analysis/diagnostics
- const-generics/issues
- consts
- stable-mir-print
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
136 files changed
+1964
-1542
lines changedDiff for: compiler/rustc_borrowck/src/lib.rs
+8-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
829 | 829 |
| |
830 | 830 |
| |
831 | 831 |
| |
| 832 | + | |
832 | 833 |
| |
833 | 834 |
| |
834 | 835 |
| |
| |||
1338 | 1339 |
| |
1339 | 1340 |
| |
1340 | 1341 |
| |
1341 |
| - | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
1342 | 1348 |
| |
1343 | 1349 |
| |
1344 | 1350 |
| |
1345 |
| - | |
| 1351 | + | |
1346 | 1352 |
| |
1347 | 1353 |
| |
1348 | 1354 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
| 206 | + | |
| 207 | + | |
207 | 208 |
| |
208 | 209 |
| |
209 | 210 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
303 |
| - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
304 | 309 |
| |
305 | 310 |
| |
306 | 311 |
| |
307 |
| - | |
| 312 | + | |
308 | 313 |
| |
309 | 314 |
| |
310 | 315 |
| |
|
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2235 | 2235 |
| |
2236 | 2236 |
| |
2237 | 2237 |
| |
| 2238 | + | |
2238 | 2239 |
| |
2239 | 2240 |
| |
2240 | 2241 |
| |
| |||
2250 | 2251 |
| |
2251 | 2252 |
| |
2252 | 2253 |
| |
| 2254 | + | |
2253 | 2255 |
| |
2254 | 2256 |
| |
2255 | 2257 |
| |
|
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
828 | 828 |
| |
829 | 829 |
| |
830 | 830 |
| |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
831 | 837 |
| |
832 | 838 |
| |
833 | 839 |
| |
|
+28-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 | 13 |
| |
15 | 14 |
| |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
607 | 607 |
| |
608 | 608 |
| |
609 | 609 |
| |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
610 | 618 |
| |
611 | 619 |
| |
612 | 620 |
| |
| |||
806 | 814 |
| |
807 | 815 |
| |
808 | 816 |
| |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
809 | 835 |
| |
810 | 836 |
| |
811 | 837 |
| |
| |||
1077 | 1103 |
| |
1078 | 1104 |
| |
1079 | 1105 |
| |
| 1106 | + | |
1080 | 1107 |
| |
1081 | 1108 |
| |
1082 | 1109 |
| |
|
+7-21
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
495 | 495 |
| |
496 | 496 |
| |
497 | 497 |
| |
498 |
| - | |
| 498 | + | |
| 499 | + | |
499 | 500 |
| |
500 | 501 |
| |
501 | 502 |
| |
| |||
579 | 580 |
| |
580 | 581 |
| |
581 | 582 |
| |
582 |
| - | |
| 583 | + | |
583 | 584 |
| |
584 |
| - | |
585 |
| - | |
586 |
| - | |
587 |
| - | |
588 |
| - | |
589 |
| - | |
590 |
| - | |
591 |
| - | |
592 |
| - | |
593 |
| - | |
594 |
| - | |
595 |
| - | |
596 |
| - | |
597 |
| - | |
598 |
| - | |
599 |
| - | |
600 |
| - | |
601 |
| - | |
602 |
| - | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
603 | 589 |
| |
604 | 590 |
| |
605 | 591 |
| |
|
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
233 |
| - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
234 | 236 |
| |
235 | 237 |
| |
236 | 238 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
| 200 | + | |
200 | 201 |
| |
201 | 202 |
| |
202 | 203 |
| |
|
+9-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
18 |
| - | |
| 17 | + | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
| |||
81 | 80 |
| |
82 | 81 |
| |
83 | 82 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
| 83 | + | |
87 | 84 |
| |
88 | 85 |
| |
89 | 86 |
| |
| |||
162 | 159 |
| |
163 | 160 |
| |
164 | 161 |
| |
165 |
| - | |
166 | 162 |
| |
167 | 163 |
| |
168 | 164 |
| |
| |||
218 | 214 |
| |
219 | 215 |
| |
220 | 216 |
| |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
221 | 223 |
| |
222 | 224 |
| |
223 | 225 |
| |
| |||
248 | 250 |
| |
249 | 251 |
| |
250 | 252 |
| |
251 |
| - | |
252 |
| - | |
253 |
| - | |
| 253 | + | |
254 | 254 |
| |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 | 255 |
| |
259 | 256 |
| |
260 | 257 |
| |
|
Diff for: compiler/rustc_middle/src/mir/consts.rs
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
467 | 467 |
| |
468 | 468 |
| |
469 | 469 |
| |
470 |
| - | |
471 |
| - | |
472 |
| - | |
473 | 470 |
| |
474 | 471 |
| |
475 | 472 |
| |
|
Diff for: compiler/rustc_middle/src/mir/pretty.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1068 | 1068 |
| |
1069 | 1069 |
| |
1070 | 1070 |
| |
| 1071 | + | |
1071 | 1072 |
| |
1072 | 1073 |
| |
1073 | 1074 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
| 427 | + | |
427 | 428 |
| |
428 | 429 |
| |
429 | 430 |
| |
|
Diff for: compiler/rustc_middle/src/mir/syntax.rs
+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1351 | 1351 |
| |
1352 | 1352 |
| |
1353 | 1353 |
| |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
1354 | 1364 |
| |
1355 | 1365 |
| |
1356 | 1366 |
| |
|
Diff for: compiler/rustc_middle/src/mir/tcx.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
| 213 | + | |
213 | 214 |
| |
214 | 215 |
| |
215 | 216 |
| |
|
Diff for: compiler/rustc_middle/src/mir/visit.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
695 | 695 |
| |
696 | 696 |
| |
697 | 697 |
| |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
698 | 706 |
| |
699 | 707 |
| |
700 | 708 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
| 249 | + | |
249 | 250 |
| |
250 | 251 |
| |
251 | 252 |
| |
|
0 commit comments