File tree
98 files changed
+3385
-1928
lines changed- compiler
- rustc_borrowck/src
- polonius
- 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_middle
- src
- middle
- mir
- query
- ty
- rustc_mir_build/src/build
- custom/parse
- expr
- rustc_mir_dataflow
- src
- impls
- rustc_mir_transform/src
- inline
- shim
- rustc_monomorphize/src
- rustc_next_trait_solver/src/solve
- assembly
- normalizes_to
- rustc_passes/src
- rustc_smir/src/rustc_smir/convert
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src/traits
- error_reporting
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- stable_mir/src/mir
- library/core/src
- future
- ops
- src/tools
- miri/tests/pass
- rust-analyzer/crates/hir-def/src
- tests/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.
98 files changed
+3385
-1928
lines changedDiff for: compiler/rustc_borrowck/src/lib.rs
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
696 | 696 |
| |
697 | 697 |
| |
698 | 698 |
| |
699 |
| - | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
700 | 707 |
| |
701 | 708 |
| |
702 | 709 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
104 | 111 |
| |
105 | 112 |
| |
106 | 113 |
| |
|
+8-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1690 | 1690 |
| |
1691 | 1691 |
| |
1692 | 1692 |
| |
1693 |
| - | |
1694 |
| - | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
1695 | 1701 |
| |
1696 | 1702 |
| |
1697 | 1703 |
| |
|
+5-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
415 |
| - | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
416 | 418 |
| |
417 | 419 |
| |
418 | 420 |
| |
| |||
598 | 600 |
| |
599 | 601 |
| |
600 | 602 |
| |
601 |
| - | |
602 |
| - | |
603 |
| - | |
| 603 | + | |
| 604 | + | |
604 | 605 |
| |
605 | 606 |
| |
606 | 607 |
| |
|
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
546 | 546 |
| |
547 | 547 |
| |
548 | 548 |
| |
549 |
| - | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
550 | 554 |
| |
551 | 555 |
| |
552 | 556 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
683 | 683 |
| |
684 | 684 |
| |
685 | 685 |
| |
686 |
| - | |
687 |
| - | |
| 686 | + | |
688 | 687 |
| |
689 | 688 |
| |
690 | 689 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
| 161 | + | |
| 162 | + | |
165 | 163 |
| |
166 | 164 |
| |
167 | 165 |
| |
|
+42-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
383 | 383 |
| |
384 | 384 |
| |
385 | 385 |
| |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
386 | 396 |
| |
387 | 397 |
| |
388 | 398 |
| |
| |||
406 | 416 |
| |
407 | 417 |
| |
408 | 418 |
| |
| 419 | + | |
| 420 | + | |
409 | 421 |
| |
410 | 422 |
| |
411 | 423 |
| |
| |||
424 | 436 |
| |
425 | 437 |
| |
426 | 438 |
| |
427 |
| - | |
428 |
| - | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
429 | 453 |
| |
430 | 454 |
| |
431 | 455 |
| |
| |||
577 | 601 |
| |
578 | 602 |
| |
579 | 603 |
| |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
580 | 618 |
| |
581 | 619 |
| |
582 | 620 |
| |
| |||
628 | 666 |
| |
629 | 667 |
| |
630 | 668 |
| |
| 669 | + | |
| 670 | + | |
631 | 671 |
| |
632 | 672 |
| |
633 | 673 |
| |
|
+11-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
854 | 854 |
| |
855 | 855 |
| |
856 | 856 |
| |
857 |
| - | |
858 |
| - | |
859 |
| - | |
860 |
| - | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
861 | 860 |
| |
862 | 861 |
| |
863 | 862 |
| |
| |||
1363 | 1362 |
| |
1364 | 1363 |
| |
1365 | 1364 |
| |
1366 |
| - | |
1367 |
| - | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
1368 | 1371 |
| |
1369 | 1372 |
| |
1370 | 1373 |
| |
1371 | 1374 |
| |
1372 | 1375 |
| |
1373 | 1376 |
| |
1374 | 1377 |
| |
1375 |
| - | |
| 1378 | + | |
| 1379 | + | |
1376 | 1380 |
| |
1377 | 1381 |
| |
1378 | 1382 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
572 | 572 |
| |
573 | 573 |
| |
574 | 574 |
| |
| 575 | + | |
575 | 576 |
| |
576 | 577 |
| |
577 | 578 |
| |
|
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
| 175 | + | |
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
| |||
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
| 590 | + | |
| 591 | + | |
590 | 592 |
| |
591 | 593 |
| |
592 | 594 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
| 360 | + | |
| 361 | + | |
360 | 362 |
| |
361 | 363 |
| |
362 | 364 |
| |
|
Diff for: compiler/rustc_hir/src/lang_items.rs
+9-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
171 |
| - | |
172 |
| - | |
| 170 | + | |
173 | 171 |
| |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
| 172 | + | |
| 173 | + | |
183 | 174 |
| |
184 | 175 |
| |
185 | 176 |
| |
| |||
294 | 285 |
| |
295 | 286 |
| |
296 | 287 |
| |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
297 | 292 |
| |
298 | 293 |
| |
299 | 294 |
| |
| |||
307 | 302 |
| |
308 | 303 |
| |
309 | 304 |
| |
310 |
| - | |
| 305 | + | |
311 | 306 |
| |
312 | 307 |
| |
313 | 308 |
| |
| |||
361 | 356 |
| |
362 | 357 |
| |
363 | 358 |
| |
| 359 | + | |
364 | 360 |
| |
365 | 361 |
| |
366 | 362 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/callee.rs
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 44 | + | |
47 | 45 |
| |
48 | 46 |
| |
49 | 47 |
| |
|
Diff for: compiler/rustc_middle/messages.ftl
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
7 | 9 |
| |
| 10 | + | |
| 11 | + | |
8 | 12 |
| |
9 | 13 |
| |
10 | 14 |
| |
11 | 15 |
| |
12 | 16 |
| |
13 | 17 |
| |
14 | 18 |
| |
| 19 | + | |
| 20 | + | |
15 | 21 |
| |
16 | 22 |
| |
17 | 23 |
| |
|
0 commit comments