This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
312 files changed
+1931
-880
lines changed- compiler
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_hir_analysis
- src
- check
- collect/type_of
- rustc_hir_typeck/src
- fn_ctxt
- generator_interior
- rustc_infer/src/infer/error_reporting
- rustc_lint_defs/src
- rustc_lint/src
- rustc_middle/src
- mir
- traits
- ty
- print
- rustc_mir_dataflow/src/move_paths
- rustc_passes
- src
- rustc_serialize/src
- rustc_session/src
- rustc_trait_selection/src/traits/error_reporting
- library
- core/src
- ops
- std/src
- io
- os
- fd
- fortanix_sgx
- solid
- unix/io
- windows/io
- process
- sys_common
- sys/unix
- process
- src
- librustdoc/clean
- tools
- clippy
- clippy_utils/src/ty/type_certainty
- tests/ui
- crashes
- miri
- tests/fail
- both_borrows
- function_calls
- intrinsics
- panic
- shims/fs
- stacked_borrows
- tree_borrows
- tests
- codegen/issues
- mir-opt
- building
- inline
- pre-codegen
- run-make/incr-foreign-head-span
- rustdoc
- ui-fulldeps/session-diagnostic
- ui
- asm
- aarch64
- x86_64
- async-await
- future-sizes
- issues
- return-type-notation
- block-result
- borrowck
- cast
- closure_context
- closures
- 2229_closure_analysis/match
- print
- coercion
- confuse-field-and-method
- const-generics/adt_const_params
- consts
- error-codes
- extern-flag
- functions-closures
- generator
- print
- generic-associated-types
- higher-ranked/trait-bounds
- impl-trait
- issues
- intrinsics
- issues
- auxiliary
- kindck
- lang-items
- lint
- large_assignments
- methods
- mismatched_types
- never_type
- nll
- panic-handler
- parser
- issues
- pattern
- print_type_sizes
- recursion
- rfcs
- rfc-2091-track-caller
- rfc-2396-target_feature-11
- rfc-2457-non-ascii-idents
- rfc-2632-const-trait-impl
- effects
- rust-2018
- span
- stats
- suggestions
- lifetimes
- traits
- new-solver
- tuple
- type-alias-impl-trait
- typeck
- unboxed-closures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
312 files changed
+1931
-880
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
155 | 160 |
| |
156 | 161 |
| |
157 | 162 |
| |
| |||
301 | 306 |
| |
302 | 307 |
| |
303 | 308 |
| |
| 309 | + | |
304 | 310 |
| |
305 | 311 |
| |
306 | 312 |
| |
|
Lines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
519 | 519 |
| |
520 | 520 |
| |
521 | 521 |
| |
522 |
| - | |
| 522 | + | |
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
| |||
1719 | 1719 |
| |
1720 | 1720 |
| |
1721 | 1721 |
| |
1722 |
| - | |
| 1722 | + | |
1723 | 1723 |
| |
1724 | 1724 |
| |
1725 | 1725 |
| |
1726 |
| - | |
| 1726 | + | |
1727 | 1727 |
| |
1728 | 1728 |
| |
1729 |
| - | |
| 1729 | + | |
1730 | 1730 |
| |
1731 | 1731 |
| |
1732 |
| - | |
1733 |
| - | |
1734 |
| - | |
| 1732 | + | |
1735 | 1733 |
| |
1736 | 1734 |
| |
1737 | 1735 |
| |
|
Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
273 |
| - | |
274 |
| - | |
| 273 | + | |
| 274 | + | |
275 | 275 |
| |
276 |
| - | |
277 |
| - | |
| 276 | + | |
| 277 | + | |
278 | 278 |
| |
279 |
| - | |
280 |
| - | |
| 279 | + | |
| 280 | + | |
281 | 281 |
| |
282 |
| - | |
283 |
| - | |
| 282 | + | |
| 283 | + | |
284 | 284 |
| |
285 |
| - | |
286 |
| - | |
| 285 | + | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
|
Lines changed: 20 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
1626 | 1626 |
| |
1627 | 1627 |
| |
1628 | 1628 |
| |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
| 1633 | + | |
| 1634 | + | |
| 1635 | + | |
| 1636 | + | |
| 1637 | + | |
| 1638 | + | |
| 1639 | + | |
| 1640 | + | |
| 1641 | + | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
1629 | 1648 |
| |
1630 | 1649 |
| |
1631 | 1650 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 |
| |
78 | 83 |
| |
79 |
| - | |
| 84 | + | |
80 | 85 |
| |
81 | 86 |
| |
82 | 87 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
725 | 725 |
| |
726 | 726 |
| |
727 | 727 |
| |
| 728 | + | |
| 729 | + | |
| 730 | + | |
728 | 731 |
| |
729 | 732 |
| |
730 | 733 |
| |
| |||
735 | 738 |
| |
736 | 739 |
| |
737 | 740 |
| |
738 |
| - | |
739 | 741 |
| |
740 | 742 |
| |
741 | 743 |
| |
742 | 744 |
| |
743 | 745 |
| |
744 | 746 |
| |
745 | 747 |
| |
746 |
| - | |
747 | 748 |
| |
748 | 749 |
| |
749 | 750 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
525 | 525 |
| |
526 | 526 |
| |
527 | 527 |
| |
528 |
| - | |
| 528 | + | |
529 | 529 |
| |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
530 | 536 |
| |
531 | 537 |
| |
532 | 538 |
| |
|
Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
667 |
| - | |
668 |
| - | |
669 |
| - | |
670 |
| - | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
671 | 673 |
| |
672 | 674 |
| |
673 | 675 |
| |
|
Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
518 | 518 |
| |
519 | 519 |
| |
520 | 520 |
| |
521 |
| - | |
522 |
| - | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
523 | 530 |
| |
524 | 531 |
| |
525 | 532 |
| |
|
0 commit comments