File tree
118 files changed
+4225
-1876
lines changed- compiler
- rustc_borrowck/src
- polonius/legacy
- type_check
- rustc_codegen_cranelift/src
- abi
- rustc_codegen_llvm/src/debuginfo/metadata/enums
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval/src
- const_eval
- interpret
- rustc_feature/src
- rustc_hir/src
- rustc_hir_typeck/src
- rustc_interface/src
- rustc_middle
- src
- middle
- mir
- query
- ty
- rustc_mir_build/src/builder
- custom/parse
- expr
- rustc_mir_dataflow/src
- impls
- rustc_mir_transform/src
- coroutine
- inline
- shim
- rustc_monomorphize/src
- rustc_next_trait_solver/src/solve
- assembly
- normalizes_to
- rustc_passes/src
- rustc_smir/src
- rustc_smir
- convert
- stable_mir
- mir
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src/traits
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- library/core/src
- future
- ops
- src/tools/miri/tests/pass
- tests
- crashes
- mir-opt
- ui
- async-await/async-drop
- feature-gates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
118 files changed
+4225
-1876
lines changedDiff for: compiler/rustc_borrowck/src/lib.rs
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
659 | 659 |
| |
660 | 660 |
| |
661 | 661 |
| |
662 |
| - | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
663 | 670 |
| |
664 | 671 |
| |
665 | 672 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
105 | 112 |
| |
106 | 113 |
| |
107 | 114 |
| |
|
+8-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2086 | 2086 |
| |
2087 | 2087 |
| |
2088 | 2088 |
| |
2089 |
| - | |
2090 |
| - | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
| 2095 | + | |
| 2096 | + | |
2091 | 2097 |
| |
2092 | 2098 |
| |
2093 | 2099 |
| |
|
+5-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
441 | 441 |
| |
442 | 442 |
| |
443 | 443 |
| |
444 |
| - | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
445 | 447 |
| |
446 | 448 |
| |
447 | 449 |
| |
| |||
707 | 709 |
| |
708 | 710 |
| |
709 | 711 |
| |
710 |
| - | |
711 |
| - | |
712 |
| - | |
| 712 | + | |
| 713 | + | |
713 | 714 |
| |
714 | 715 |
| |
715 | 716 |
| |
|
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
565 | 565 |
| |
566 | 566 |
| |
567 | 567 |
| |
568 |
| - | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
569 | 573 |
| |
570 | 574 |
| |
571 | 575 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
721 | 721 |
| |
722 | 722 |
| |
723 | 723 |
| |
724 |
| - | |
725 |
| - | |
| 724 | + | |
726 | 725 |
| |
727 | 726 |
| |
728 | 727 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
| 177 | + | |
| 178 | + | |
181 | 179 |
| |
182 | 180 |
| |
183 | 181 |
| |
|
+27-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
374 | 374 |
| |
375 | 375 |
| |
376 | 376 |
| |
377 |
| - | |
| 377 | + | |
378 | 378 |
| |
379 | 379 |
| |
380 | 380 |
| |
| |||
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
391 | 401 |
| |
392 | 402 |
| |
393 | 403 |
| |
| |||
411 | 421 |
| |
412 | 422 |
| |
413 | 423 |
| |
| 424 | + | |
414 | 425 |
| |
415 | 426 |
| |
416 | 427 |
| |
| |||
429 | 440 |
| |
430 | 441 |
| |
431 | 442 |
| |
432 |
| - | |
433 |
| - | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
434 | 450 |
| |
435 | 451 |
| |
436 | 452 |
| |
| |||
582 | 598 |
| |
583 | 599 |
| |
584 | 600 |
| |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
585 | 608 |
| |
586 | 609 |
| |
587 | 610 |
| |
| |||
604 | 627 |
| |
605 | 628 |
| |
606 | 629 |
| |
| 630 | + | |
607 | 631 |
| |
608 | 632 |
| |
609 | 633 |
| |
|
+11-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
926 | 926 |
| |
927 | 927 |
| |
928 | 928 |
| |
929 |
| - | |
930 |
| - | |
931 |
| - | |
932 |
| - | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
933 | 932 |
| |
934 | 933 |
| |
935 | 934 |
| |
| |||
1386 | 1385 |
| |
1387 | 1386 |
| |
1388 | 1387 |
| |
1389 |
| - | |
1390 |
| - | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
1391 | 1394 |
| |
1392 | 1395 |
| |
1393 | 1396 |
| |
1394 | 1397 |
| |
1395 | 1398 |
| |
1396 | 1399 |
| |
1397 | 1400 |
| |
1398 |
| - | |
| 1401 | + | |
| 1402 | + | |
1399 | 1403 |
| |
1400 | 1404 |
| |
1401 | 1405 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
502 | 502 |
| |
503 | 503 |
| |
504 | 504 |
| |
| 505 | + | |
505 | 506 |
| |
506 | 507 |
| |
507 | 508 |
| |
|
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
570 | 570 |
| |
571 | 571 |
| |
572 | 572 |
| |
| 573 | + | |
| 574 | + | |
573 | 575 |
| |
574 | 576 |
| |
575 | 577 |
| |
|
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
539 | 539 |
| |
540 | 540 |
| |
541 | 541 |
| |
542 |
| - | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
543 | 547 |
| |
544 | 548 |
| |
545 | 549 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
| 384 | + | |
| 385 | + | |
384 | 386 |
| |
385 | 387 |
| |
386 | 388 |
| |
|
Diff for: compiler/rustc_hir/src/lang_items.rs
+7-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
192 |
| - | |
193 |
| - | |
| 191 | + | |
194 | 192 |
| |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
203 |
| - | |
| 193 | + | |
| 194 | + | |
204 | 195 |
| |
205 | 196 |
| |
206 | 197 |
| |
| |||
318 | 309 |
| |
319 | 310 |
| |
320 | 311 |
| |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
321 | 316 |
| |
322 | 317 |
| |
323 | 318 |
| |
| |||
330 | 325 |
| |
331 | 326 |
| |
332 | 327 |
| |
333 |
| - | |
334 | 328 |
| |
335 | 329 |
| |
336 | 330 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/callee.rs
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
| 39 | + | |
42 | 40 |
| |
43 | 41 |
| |
44 | 42 |
| |
|
Diff for: compiler/rustc_interface/src/passes.rs
+7-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
979 | 979 |
| |
980 | 980 |
| |
981 | 981 |
| |
982 |
| - | |
983 |
| - | |
984 |
| - | |
985 |
| - | |
986 |
| - | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
987 | 989 |
| |
988 | 990 |
| |
989 | 991 |
| |
|
Diff for: compiler/rustc_middle/messages.ftl
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
4 | 6 |
| |
| 7 | + | |
| 8 | + | |
5 | 9 |
| |
6 | 10 |
| |
7 | 11 |
| |
8 | 12 |
| |
9 | 13 |
| |
10 | 14 |
| |
11 | 15 |
| |
| 16 | + | |
| 17 | + | |
12 | 18 |
| |
13 | 19 |
| |
14 | 20 |
| |
|
Diff for: compiler/rustc_middle/src/arena.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
0 commit comments