File tree
231 files changed
+2810
-3348
lines changed- compiler
- rustc_abi/src
- rustc_arena/src
- rustc_borrowck/src
- type_check
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_gcc/src/intrinsic
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- debuginfo
- mir
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- rustc_data_structures
- src
- rustc_feature/src
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- rustc_lint_defs/src
- rustc_lint/src
- rustc_middle/src
- mir
- traits
- ty
- inhabitedness
- print
- rustc_mir_build/src
- build/matches
- thir/pattern
- rustc_mir_dataflow/src
- move_paths
- rustc_mir_transform/src
- rustc_next_trait_solver/src/solve
- eval_ctxt
- rustc_passes/src
- rustc_pattern_analysis
- rustc_resolve/src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_smir/src/rustc_smir
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- error_reporting/traits
- traits
- query
- select
- rustc_transmute/src
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc
- benches
- src
- tests
- core
- src
- ptr
- sync
- tests
- panic_unwind/src
- portable-simd/crates/core_simd
- src
- tests
- proc_macro/src
- std/src
- sys/pal/windows
- c
- unwind/src
- src
- bootstrap/src/core/builder
- ci
- docker
- host-x86_64
- dist-various-2
- dist-x86_64-freebsd
- scripts
- github-actions
- doc
- rustc/src
- platform-support
- unstable-book/src/language-features
- librustdoc/clean
- rustdoc-json-types
- tools
- clippy
- clippy_lints/src
- loops
- matches
- methods
- clippy_utils/src
- jsondoclint
- linkchecker
- miri
- src
- intrinsics
- tests
- fail
- dangling_pointers
- intrinsics
- provenance
- stacked_borrows
- unaligned_pointers
- uninit
- pass-dep/libc
- pass
- concurrency
- shims
- stacked-borrows
- miropt-test-tools/src
- tidy
- tests
- codegen
- issues
- debuginfo
- mir-opt
- dest-prop
- issues
- run-make/rustc-crates-on-stable
- rustdoc
- ui
- argument-suggestions
- codegen/equal-pointers-unequal
- exposed-provenance
- strict-provenance
- feature-gates
- lint
- unused
- mir/alignment
- rfcs
- stats
- structs-enums
- traits/next-solver
- canonical
- normalize
- overflow
- transmutability
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
231 files changed
+2810
-3348
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1907 | 1907 | | |
1908 | 1908 | | |
1909 | 1909 | | |
1910 | | - | |
| 1910 | + | |
1911 | 1911 | | |
1912 | 1912 | | |
1913 | 1913 | | |
| |||
3514 | 3514 | | |
3515 | 3515 | | |
3516 | 3516 | | |
3517 | | - | |
| 3517 | + | |
3518 | 3518 | | |
3519 | 3519 | | |
3520 | 3520 | | |
| |||
4211 | 4211 | | |
4212 | 4212 | | |
4213 | 4213 | | |
4214 | | - | |
| 4214 | + | |
4215 | 4215 | | |
4216 | 4216 | | |
4217 | 4217 | | |
| |||
4609 | 4609 | | |
4610 | 4610 | | |
4611 | 4611 | | |
4612 | | - | |
| 4612 | + | |
4613 | 4613 | | |
4614 | 4614 | | |
4615 | 4615 | | |
| |||
5239 | 5239 | | |
5240 | 5240 | | |
5241 | 5241 | | |
5242 | | - | |
| 5242 | + | |
5243 | 5243 | | |
5244 | 5244 | | |
5245 | 5245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | | - | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
17 | | - | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| 116 | + | |
111 | 117 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 118 | | |
121 | 119 | | |
122 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
1644 | 1644 | | |
1645 | 1645 | | |
1646 | 1646 | | |
| 1647 | + | |
| 1648 | + | |
| 1649 | + | |
| 1650 | + | |
| 1651 | + | |
| 1652 | + | |
| 1653 | + | |
| 1654 | + | |
1647 | 1655 | | |
1648 | 1656 | | |
1649 | 1657 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1128 | 1128 | | |
1129 | 1129 | | |
1130 | 1130 | | |
1131 | | - | |
1132 | 1131 | | |
1133 | 1132 | | |
1134 | 1133 | | |
| |||
1919 | 1918 | | |
1920 | 1919 | | |
1921 | 1920 | | |
1922 | | - | |
| 1921 | + | |
1923 | 1922 | | |
1924 | 1923 | | |
1925 | 1924 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
806 | 807 | | |
807 | 808 | | |
808 | 809 | | |
809 | | - | |
810 | | - | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
811 | 814 | | |
812 | 815 | | |
813 | 816 | | |
| |||
907 | 910 | | |
908 | 911 | | |
909 | 912 | | |
910 | | - | |
911 | | - | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
912 | 917 | | |
913 | 918 | | |
914 | 919 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
696 | 698 | | |
697 | 699 | | |
698 | 700 | | |
699 | | - | |
700 | | - | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
701 | 705 | | |
702 | 706 | | |
703 | 707 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1179 | 1179 | | |
1180 | 1180 | | |
1181 | 1181 | | |
1182 | | - | |
1183 | | - | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
1184 | 1186 | | |
1185 | 1187 | | |
1186 | 1188 | | |
| |||
1245 | 1247 | | |
1246 | 1248 | | |
1247 | 1249 | | |
1248 | | - | |
1249 | | - | |
1250 | | - | |
1251 | | - | |
1252 | | - | |
1253 | | - | |
| 1250 | + | |
1254 | 1251 | | |
1255 | 1252 | | |
1256 | 1253 | | |
| |||
1469 | 1466 | | |
1470 | 1467 | | |
1471 | 1468 | | |
1472 | | - | |
1473 | | - | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
1474 | 1473 | | |
1475 | 1474 | | |
1476 | 1475 | | |
| |||
0 commit comments