This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
167 files changed
+4381
-1830
lines changed- compiler
- rustc_borrowck/src
- polonius
- type_check
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src
- check_consts
- interpret
- rustc_expand/src/mbe
- rustc_hir_analysis/src
- check
- coherence
- rustc_hir_typeck/src
- rustc_infer/src
- infer
- traits
- rustc_lint/src
- rustc_lint_defs/src
- rustc_middle/src
- mir
- traits
- ty
- print
- rustc_mir_build/src
- build
- expr
- rustc_mir_dataflow/src
- impls
- move_paths
- rustc_mir_transform/src
- coverage
- spans
- rustc_monomorphize/src
- rustc_next_trait_solver/src
- solve
- assembly
- eval_ctxt
- rustc_resolve/src
- late
- rustc_smir/src/rustc_smir/convert
- rustc_trait_selection/src
- solve
- traits
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src
- core/src/ffi
- src
- librustdoc
- clean
- formats
- html/render
- json
- passes
- rustdoc-json-types
- tools
- clippy/clippy_utils/src
- jsondoclint/src
- miri
- src
- shims
- tests
- fail/tail_calls
- pass
- run-make-support/src
- tidy/src
- tests
- mir-opt
- run-make/output-type-permutations
- rustdoc-json
- ui
- explicit-tail-calls
- intrinsics
- lint
- macros
- macro-metavar-expr-concat
- rfc-3086-metavar-expr
- never_type
- parser
- resolve
- rfcs/rfc-2632-const-trait-impl/effects
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
167 files changed
+4381
-1830
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
727 | 727 |
| |
728 | 728 |
| |
729 | 729 |
| |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
730 | 736 |
| |
731 | 737 |
| |
732 | 738 |
| |
| |||
813 | 819 |
| |
814 | 820 |
| |
815 | 821 |
| |
| 822 | + | |
816 | 823 |
| |
817 |
| - | |
818 |
| - | |
819 | 824 |
| |
820 | 825 |
| |
821 | 826 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
128 | 134 |
| |
129 | 135 |
| |
130 | 136 |
| |
|
0 commit comments