This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
240 files changed
+1745
-1341
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_codegen_cranelift/src
- abi
- debuginfo
- intrinsics
- rustc_codegen_gcc/src
- intrinsic
- rustc_codegen_llvm/src
- debuginfo
- metadata
- rustc_codegen_ssa/src
- back
- debuginfo
- mir
- traits
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- util
- rustc_hir_analysis/src
- check
- coherence
- hir_ty_lowering
- rustc_hir_typeck/src
- rustc_infer/src/infer
- rustc_lint/src
- rustc_metadata/src
- rustc_middle/src
- mir
- interpret
- query
- ty
- inhabitedness
- util
- rustc_mir_build/src
- build
- custom
- parse
- expr
- matches
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- inline
- shim
- rustc_monomorphize/src
- mono_checks
- rustc_next_trait_solver/src/solve
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_smir/src/rustc_smir
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- error_reporting
- infer/nice_region_error
- traits
- traits
- query
- select
- rustc_traits/src
- rustc_transmute/src/maybe_transmutable
- rustc_ty_utils/src
- layout
- rustc_type_ir/src
- src
- librustdoc
- clean
- html/render
- tools
- clippy
- clippy_lints/src
- loops
- methods
- operators
- transmute
- clippy_utils/src
- miri/src
- borrow_tracker
- stacked_borrows
- tree_borrows
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
240 files changed
+1745
-1341
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
685 |
| - | |
686 |
| - | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
687 | 691 |
| |
688 | 692 |
| |
689 | 693 |
| |
| |||
703 | 707 |
| |
704 | 708 |
| |
705 | 709 |
| |
706 |
| - | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
707 | 713 |
| |
708 | 714 |
| |
709 | 715 |
| |
| |||
3831 | 3837 |
| |
3832 | 3838 |
| |
3833 | 3839 |
| |
3834 |
| - | |
3835 |
| - | |
| 3840 | + | |
| 3841 | + | |
| 3842 | + | |
| 3843 | + | |
| 3844 | + | |
| 3845 | + | |
| 3846 | + | |
3836 | 3847 |
| |
3837 | 3848 |
| |
3838 |
| - | |
| 3849 | + | |
3839 | 3850 |
| |
3840 | 3851 |
| |
3841 | 3852 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
864 | 864 |
| |
865 | 865 |
| |
866 | 866 |
| |
867 |
| - | |
| 867 | + | |
868 | 868 |
| |
869 | 869 |
| |
870 | 870 |
| |
|
0 commit comments