This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
6 files changed
+10
-5
lines changed- compiler
- rustc_codegen_llvm/src
- rustc_target/src
- library
- std/tests
- tests/ui/check-cfg
6 files changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
251 | 253 | | |
252 | 254 | | |
253 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
227 | 229 | | |
228 | 230 | | |
229 | 231 | | |
230 | | - | |
| 232 | + | |
231 | 233 | | |
232 | 234 | | |
233 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
- .github/workflows/main.yml+6-6
- crates/std_detect/src/detect/arch/aarch64.rs+5-2
- crates/std_detect/src/detect/cache.rs+5-4
- crates/std_detect/src/detect/mod.rs+2-2
- crates/std_detect/src/detect/os/darwin/aarch64.rs+101
- crates/std_detect/src/detect/os/freebsd/auxvec.rs+22-58
- crates/std_detect/src/detect/os/linux/aarch64.rs+6-9
- crates/std_detect/src/detect/os/linux/auxvec.rs+1-1
- crates/std_detect/src/detect/os/linux/mips.rs+1-1
- crates/std_detect/src/detect/os/macos/aarch64.rs-98
- crates/std_detect/tests/cpu-detection.rs+8-4
- crates/stdarch-test/src/disassembly.rs+2-2
- triagebot.toml+3-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments