Commit 098c1db
committed
Auto merge of rust-lang#114449 - matthiaskrgr:rollup-cekswes, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#113534 (Forbid old-style `simd_shuffleN` intrinsics)
- rust-lang#113999 (Specify macro is invalid in certain contexts)
- rust-lang#114348 (Migrate GUI colors test to original CSS color format)
- rust-lang#114373 (unix/kernel_copy.rs: copy_file_range_candidate allows empty output files)
- rust-lang#114404 (Migrate GUI colors test to original CSS color format)
- rust-lang#114409 (builtin impl confirmation wuhu)
- rust-lang#114429 (compiletest: Handle non-utf8 paths (fix FIXME))
- rust-lang#114431 (Enable tests on rustc_codegen_ssa)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
31 files changed
+715
-488
lines changed- compiler
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_gcc/src/intrinsic
- rustc_codegen_llvm/src
- rustc_codegen_ssa
- src/mir
- rustc_error_codes/src/error_codes
- rustc_hir_analysis/src/check
- rustc_mir_transform/src
- rustc_parse
- src
- parser
- rustc_trait_selection/src/traits/select
- library/std/src/sys/unix
- src/tools/compiletest/src
- tests
- incremental
- rustdoc-gui
- ui
- parser/macro
- simd
- intrinsic
31 files changed
+715
-488
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
162 | 155 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | 156 | | |
167 | 157 | | |
168 | 158 | | |
| |||
179 | 169 | | |
180 | 170 | | |
181 | 171 | | |
182 | | - | |
| 172 | + | |
183 | 173 | | |
184 | 174 | | |
185 | 175 | | |
| |||
0 commit comments