File tree
6 files changed
+46
-8
lines changed- compiler/rustc_lint_defs/src
- library
- tests/ui/check-cfg
- auxiliary
6 files changed
+46
-8
lines changedDiff for: Cargo.lock
+7-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
| 115 | + | |
116 | 116 |
| |
117 |
| - | |
| 117 | + | |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 |
| - | |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 |
| - | |
| 181 | + | |
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
| |||
1991 | 1991 |
| |
1992 | 1992 |
| |
1993 | 1993 |
| |
1994 |
| - | |
| 1994 | + | |
1995 | 1995 |
| |
1996 | 1996 |
| |
1997 | 1997 |
| |
| |||
5928 | 5928 |
| |
5929 | 5929 |
| |
5930 | 5930 |
| |
5931 |
| - | |
| 5931 | + | |
5932 | 5932 |
| |
5933 | 5933 |
| |
5934 | 5934 |
| |
|
Diff for: compiler/rustc_lint_defs/src/builtin.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3184 | 3184 |
| |
3185 | 3185 |
| |
3186 | 3186 |
| |
| 3187 | + | |
3187 | 3188 |
| |
3188 | 3189 |
| |
3189 | 3190 |
| |
|
Diff for: library/stdarch
- .github/workflows/main.yml+110-97
- ci/docker/loongarch64-unknown-linux-gnu/Dockerfile+10-15
- ci/run.sh+14-14
- crates/core_arch/src/powerpc/altivec.rs+1-1
- crates/core_arch/src/wasm32/mod.rs+1-1
- crates/std_detect/src/detect/arch/aarch64.rs+1
- crates/std_detect/src/detect/arch/arm.rs+1
- crates/std_detect/src/detect/arch/powerpc.rs+1
- crates/std_detect/src/detect/arch/powerpc64.rs+1
- crates/std_detect/src/detect/arch/riscv.rs+19
- crates/std_detect/src/detect/arch/x86.rs+4
- crates/std_detect/src/detect/macros.rs+29-1
+11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
+14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
0 commit comments