File tree
770 files changed
+7326
-6533
lines changed- .github/workflows
- compiler
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_borrowck/src/diagnostics
- rustc_builtin_macros/src/deriving/generic
- rustc_codegen_cranelift/scripts
- rustc_codegen_gcc
- example
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src
- const_eval
- interpret
- rustc_driver_impl
- src
- rustc_error_codes/src/error_codes
- rustc_expand/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- collect
- rustc_hir_typeck/src
- rustc_infer/src/infer
- canonical
- error_reporting/nice_region_error
- outlives
- rustc_interface
- src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_metadata
- src
- rustc_middle/src
- hooks
- mir
- traits
- solve
- inspect
- ty
- rustc_mir_build/src/build/matches
- rustc_monomorphize/src
- rustc_parse
- src
- parser
- rustc_passes
- src
- rustc_plugin_impl
- src
- rustc_session/src
- rustc_span/src
- symbol
- rustc_trait_selection/src
- solve
- eval_ctxt
- inspect
- traits
- error_reporting
- query
- type_op
- rustc_traits/src
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src
- core/src
- mem
- ops
- std/tests
- src
- bootstrap
- src/core
- build_steps
- ci
- docker
- host-x86_64
- test-various/uefi_qemu_test
- x86_64-gnu-llvm-15
- x86_64-gnu-tools
- github-actions
- doc
- unstable-book/src/language-features
- etc/test-float-parse
- librustdoc
- clean/types
- html
- render
- passes/lint
- tools/clippy
- .github/workflows
- book/src
- clippy_config
- src
- clippy_dev/src
- clippy_lints
- src
- cargo
- casts
- functions
- loops
- matches
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
770 files changed
+7326
-6533
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
| 61 | + | |
60 | 62 |
| |
61 |
| - | |
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
|
Lines changed: 15 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
| 559 | + | |
559 | 560 |
| |
560 | 561 |
| |
561 | 562 |
| |
| |||
578 | 579 |
| |
579 | 580 |
| |
580 | 581 |
| |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
581 | 592 |
| |
582 | 593 |
| |
583 | 594 |
| |
| |||
597 | 608 |
| |
598 | 609 |
| |
599 | 610 |
| |
| 611 | + | |
600 | 612 |
| |
601 | 613 |
| |
602 | 614 |
| |
| |||
621 | 633 |
| |
622 | 634 |
| |
623 | 635 |
| |
| 636 | + | |
624 | 637 |
| |
625 | 638 |
| |
626 | 639 |
| |
627 |
| - | |
628 | 640 |
| |
629 | 641 |
| |
630 | 642 |
| |
| |||
2465 | 2477 |
| |
2466 | 2478 |
| |
2467 | 2479 |
| |
2468 |
| - | |
| 2480 | + | |
2469 | 2481 |
| |
2470 |
| - | |
| 2482 | + | |
2471 | 2483 |
| |
2472 | 2484 |
| |
2473 | 2485 |
| |
| |||
3512 | 3524 |
| |
3513 | 3525 |
| |
3514 | 3526 |
| |
3515 |
| - | |
3516 | 3527 |
| |
3517 | 3528 |
| |
3518 | 3529 |
| |
| |||
3785 | 3796 |
| |
3786 | 3797 |
| |
3787 | 3798 |
| |
3788 |
| - | |
3789 | 3799 |
| |
3790 | 3800 |
| |
3791 | 3801 |
| |
| |||
4074 | 4084 |
| |
4075 | 4085 |
| |
4076 | 4086 |
| |
4077 |
| - | |
4078 | 4087 |
| |
4079 | 4088 |
| |
4080 | 4089 |
| |
| |||
4384 | 4393 |
| |
4385 | 4394 |
| |
4386 | 4395 |
| |
4387 |
| - | |
4388 |
| - | |
4389 |
| - | |
4390 |
| - | |
4391 |
| - | |
4392 |
| - | |
4393 |
| - | |
4394 |
| - | |
4395 |
| - | |
4396 |
| - | |
4397 |
| - | |
4398 |
| - | |
4399 |
| - | |
4400 |
| - | |
4401 |
| - | |
4402 | 4396 |
| |
4403 | 4397 |
| |
4404 | 4398 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 | 19 |
| |
21 |
| - | |
| 20 | + | |
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 | 74 |
| |
76 |
| - | |
| 75 | + | |
77 | 76 |
| |
78 | 77 |
| |
79 | 78 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 | 22 |
|
Lines changed: 45 additions & 53 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1442 | 1442 |
| |
1443 | 1443 |
| |
1444 | 1444 |
| |
1445 |
| - | |
1446 |
| - | |
1447 |
| - | |
1448 |
| - | |
1449 |
| - | |
1450 |
| - | |
1451 |
| - | |
1452 |
| - | |
1453 |
| - | |
1454 |
| - | |
1455 |
| - | |
1456 |
| - | |
1457 |
| - | |
1458 |
| - | |
1459 |
| - | |
1460 |
| - | |
1461 |
| - | |
1462 |
| - | |
1463 |
| - | |
1464 |
| - | |
1465 |
| - | |
1466 |
| - | |
1467 |
| - | |
1468 |
| - | |
1469 |
| - | |
1470 |
| - | |
1471 |
| - | |
1472 |
| - | |
1473 |
| - | |
1474 |
| - | |
1475 |
| - | |
1476 |
| - | |
1477 |
| - | |
1478 |
| - | |
1479 |
| - | |
1480 |
| - | |
1481 |
| - | |
1482 |
| - | |
1483 |
| - | |
1484 |
| - | |
1485 |
| - | |
1486 |
| - | |
1487 |
| - | |
1488 |
| - | |
1489 |
| - | |
1490 |
| - | |
1491 |
| - | |
1492 |
| - | |
1493 |
| - | |
1494 |
| - | |
1495 |
| - | |
1496 |
| - | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
1497 | 1475 |
| |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
1498 | 1485 |
| |
1499 | 1486 |
| |
1500 |
| - | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
1501 | 1493 |
| |
1502 | 1494 |
| |
1503 | 1495 |
| |
|
0 commit comments