File tree
227 files changed
+2693
-1341
lines changed- compiler
- rustc_abi/src
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust
- rustc_attr_parsing/src
- rustc_borrowck/src
- type_check
- rustc_builtin_macros/src
- rustc_codegen_cranelift/patches
- rustc_codegen_ssa/src
- rustc_const_eval/src
- interpret
- rustc_data_structures/src
- rustc_driver/src
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_fluent_macro/src
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- coherence
- errors
- hir_ty_lowering
- variance
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src
- rustc_lint/src
- rustc_metadata/src
- rustc_middle/src
- mir/interpret
- allocation
- traits
- ty
- inhabitedness
- rustc_mir_build/src
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_parse/src
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_query_impl/src
- rustc_resolve/src
- late
- rustc_sanitizers/src
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- error_reporting/traits
- traits
- select
- rustc_transmute/src
- rustc_ty_utils/src
- library
- alloc
- core
- src
- convert
- iter/sources
- std
- src
- src
- bootstrap/src
- core
- build_steps
- builder
- ci/github-actions
- doc
- rustc/src
- platform-support
- unstable-book/src/language-features
- librustdoc/passes
- tools
- clippy/clippy_utils/src
- miri
- src
- alloc_addresses
- shims
- tests/native-lib
- pass
- rust-analyzer/lib/line-index/src
- rustfmt
- src
- tests
- source
- target
- tests
- codegen
- mir-opt
- pretty
- run-make/repr128-dwarf
- rustdoc
- inline_cross
- ui
- abi
- associated-type-bounds/return-type-notation
- associated-types
- async-await
- async-closures
- pin-ergonomics
- attributes
- coherence
- feature-gates
- hygiene
- inference
- issues
- layout
- lint
- macros
- rfc-3086-metavar-expr
- methods
- proc-macro
- repr
- return
- specialization
- defaultimpl
- structs
- traits
- negative-impls
- trait-upcasting
- type/pattern_types
- unsafe-fields
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
227 files changed
+2693
-1341
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1812 | 1812 |
| |
1813 | 1813 |
| |
1814 | 1814 |
| |
1815 |
| - | |
| 1815 | + | |
1816 | 1816 |
| |
1817 | 1817 |
| |
1818 | 1818 |
| |
|
Lines changed: 18 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2641 | 2641 |
| |
2642 | 2642 |
| |
2643 | 2643 |
| |
| 2644 | + | |
| 2645 | + | |
2644 | 2646 |
| |
2645 | 2647 |
| |
2646 | 2648 |
| |
| |||
2650 | 2652 |
| |
2651 | 2653 |
| |
2652 | 2654 |
| |
| 2655 | + | |
| 2656 | + | |
2653 | 2657 |
| |
2654 | 2658 |
| |
2655 | 2659 |
| |
| |||
2666 | 2670 |
| |
2667 | 2671 |
| |
2668 | 2672 |
| |
2669 |
| - | |
2670 |
| - | |
| 2673 | + | |
| 2674 | + | |
| 2675 | + | |
| 2676 | + | |
2671 | 2677 |
| |
2672 | 2678 |
| |
2673 |
| - | |
| 2679 | + | |
2674 | 2680 |
| |
2675 | 2681 |
| |
2676 | 2682 |
| |
| |||
2712 | 2718 |
| |
2713 | 2719 |
| |
2714 | 2720 |
| |
| 2721 | + | |
| 2722 | + | |
| 2723 | + | |
| 2724 | + | |
| 2725 | + | |
| 2726 | + | |
| 2727 | + | |
| 2728 | + | |
| 2729 | + | |
2715 | 2730 |
| |
2716 | 2731 |
| |
2717 | 2732 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 |
| - | |
213 |
| - | |
214 | 212 |
| |
215 | 213 |
| |
216 | 214 |
| |
217 | 215 |
| |
218 | 216 |
| |
219 | 217 |
| |
220 |
| - | |
221 |
| - | |
222 | 218 |
| |
223 | 219 |
| |
224 | 220 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Lines changed: 0 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
895 | 895 |
| |
896 | 896 |
| |
897 | 897 |
| |
898 |
| - | |
899 |
| - | |
900 |
| - | |
901 |
| - | |
902 |
| - | |
903 |
| - | |
904 | 898 |
| |
905 |
| - | |
906 |
| - | |
907 |
| - | |
908 |
| - | |
909 |
| - | |
910 |
| - | |
911 | 899 |
| |
912 | 900 |
| |
913 | 901 |
| |
|
Lines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
870 | 870 |
| |
871 | 871 |
| |
872 | 872 |
| |
| 873 | + | |
873 | 874 |
| |
874 | 875 |
| |
875 | 876 |
| |
| |||
1103 | 1104 |
| |
1104 | 1105 |
| |
1105 | 1106 |
| |
1106 |
| - | |
1107 | 1107 |
| |
1108 |
| - | |
1109 | 1108 |
| |
1110 | 1109 |
| |
1111 | 1110 |
| |
| |||
1196 | 1195 |
| |
1197 | 1196 |
| |
1198 | 1197 |
| |
1199 |
| - | |
1200 | 1198 |
| |
1201 |
| - | |
1202 | 1199 |
| |
1203 | 1200 |
| |
1204 | 1201 |
| |
1205 | 1202 |
| |
1206 | 1203 |
| |
1207 | 1204 |
| |
1208 |
| - | |
1209 | 1205 |
| |
1210 |
| - | |
1211 | 1206 |
| |
1212 | 1207 |
| |
1213 | 1208 |
| |
| |||
1227 | 1222 |
| |
1228 | 1223 |
| |
1229 | 1224 |
| |
1230 |
| - | |
1231 | 1225 |
| |
1232 |
| - | |
1233 | 1226 |
| |
1234 | 1227 |
| |
1235 | 1228 |
| |
|
Lines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
464 |
| - | |
465 | 464 |
| |
466 |
| - | |
467 |
| - | |
468 |
| - | |
469 |
| - | |
470 |
| - | |
471 | 465 |
| |
472 | 466 |
| |
473 | 467 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
| |||
136 | 137 |
| |
137 | 138 |
| |
138 | 139 |
| |
| 140 | + | |
139 | 141 |
| |
140 | 142 |
| |
141 | 143 |
| |
| |||
176 | 178 |
| |
177 | 179 |
| |
178 | 180 |
| |
| 181 | + | |
179 | 182 |
| |
180 | 183 |
| |
181 | 184 |
| |
| |||
926 | 929 |
| |
927 | 930 |
| |
928 | 931 |
| |
929 |
| - | |
930 | 932 |
| |
931 | 933 |
| |
932 | 934 |
| |
| |||
1365 | 1367 |
| |
1366 | 1368 |
| |
1367 | 1369 |
| |
1368 |
| - | |
| 1370 | + | |
1369 | 1371 |
| |
1370 | 1372 |
| |
1371 | 1373 |
| |
|
Lines changed: 112 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
430 | 430 |
| |
431 | 431 |
| |
432 | 432 |
| |
433 |
| - | |
434 |
| - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
435 | 439 |
| |
436 | 440 |
| |
437 |
| - | |
| 441 | + | |
438 | 442 |
| |
439 | 443 |
| |
440 | 444 |
| |
441 |
| - | |
442 |
| - | |
443 |
| - | |
444 |
| - | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
445 | 465 |
| |
446 | 466 |
| |
447 | 467 |
| |
448 | 468 |
| |
449 | 469 |
| |
450 | 470 |
| |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
451 | 553 |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
272 | 271 |
| |
273 | 272 |
| |
274 | 273 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1783 | 1783 |
| |
1784 | 1784 |
| |
1785 | 1785 |
| |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
1786 | 1793 |
| |
1787 | 1794 |
| |
1788 | 1795 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
|
0 commit comments