This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 6de065d
committed
Auto merge of rust-lang#120279 - fmease:rollup-4nhar13, r=fmease
Rollup of 12 pull requests
Successful merges:
- rust-lang#112806 (Small code improvements in `collect_intra_doc_links.rs`)
- rust-lang#119460 (coverage: Never emit improperly-ordered coverage regions)
- rust-lang#119766 (Split tait and impl trait in assoc items logic)
- rust-lang#120062 (llvm: change data layout bug to an error and make it trigger more)
- rust-lang#120099 (linker: Refactor library linking methods in `trait Linker`)
- rust-lang#120139 (Do not normalize closure signature when building `FnOnce` shim)
- rust-lang#120160 (Manually implement derived `NonZero` traits.)
- rust-lang#120171 (Fix assume and assert in jump threading)
- rust-lang#120183 (Add `#[coverage(off)]` to closures introduced by `#[test]` and `#[bench]`)
- rust-lang#120195 (add several resolution test cases)
- rust-lang#120259 (Split Diagnostics for Uncommon Codepoints: Add List to Display Characters Involved)
- rust-lang#120261 (Provide structured suggestion to use trait objects in some cases of `if` arm type divergence)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
99 files changed
+1950
-559
lines changed- compiler
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- rustc_codegen_llvm
- src
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval/src/interpret
- rustc_errors/src
- rustc_hir_analysis/src/collect
- type_of
- rustc_hir_typeck/src
- rustc_infer/src/infer/error_reporting
- rustc_lint
- src
- rustc_middle/src
- query
- ty
- rustc_mir_build/src/build/custom/parse
- rustc_mir_transform/src
- coverage
- rustc_monomorphize/src
- rustc_smir/src/rustc_smir
- rustc_span/src
- rustc_ty_utils/src
- library/core/src
- intrinsics
- macros
- num
- src
- bootstrap/src/core/build_steps
- librustdoc/passes
- tools/tidy/src
- tests
- coverage
- mir-opt
- building/custom
- pretty
- run-make/target-specs
- ui
- codegen
- impl-trait/rpit
- imports
- auxiliary
- lexer
- lint/rfc-2457-non-ascii-idents
- type-alias-impl-trait
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+1950
-559
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
185 | 196 | | |
186 | 197 | | |
187 | 198 | | |
| |||
190 | 201 | | |
191 | 202 | | |
192 | 203 | | |
| 204 | + | |
193 | 205 | | |
194 | | - | |
| 206 | + | |
195 | 207 | | |
196 | 208 | | |
197 | 209 | | |
| |||
206 | 218 | | |
207 | 219 | | |
208 | 220 | | |
209 | | - | |
| 221 | + | |
210 | 222 | | |
211 | 223 | | |
212 | 224 | | |
213 | 225 | | |
214 | 226 | | |
215 | 227 | | |
216 | 228 | | |
| 229 | + | |
217 | 230 | | |
218 | | - | |
| 231 | + | |
219 | 232 | | |
220 | 233 | | |
221 | 234 | | |
| |||
230 | 243 | | |
231 | 244 | | |
232 | 245 | | |
233 | | - | |
| 246 | + | |
234 | 247 | | |
235 | 248 | | |
236 | 249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
685 | | - | |
686 | 685 | | |
687 | 686 | | |
688 | 687 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
158 | | - | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
194 | 174 | | |
195 | 175 | | |
196 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
| |||
1265 | 1274 | | |
1266 | 1275 | | |
1267 | 1276 | | |
1268 | | - | |
| 1277 | + | |
1269 | 1278 | | |
1270 | 1279 | | |
1271 | 1280 | | |
1272 | 1281 | | |
1273 | 1282 | | |
1274 | 1283 | | |
1275 | 1284 | | |
1276 | | - | |
| 1285 | + | |
1277 | 1286 | | |
1278 | 1287 | | |
1279 | 1288 | | |
| |||
2445 | 2454 | | |
2446 | 2455 | | |
2447 | 2456 | | |
2448 | | - | |
| 2457 | + | |
2449 | 2458 | | |
2450 | 2459 | | |
2451 | 2460 | | |
| |||
2505 | 2514 | | |
2506 | 2515 | | |
2507 | 2516 | | |
2508 | | - | |
2509 | | - | |
2510 | | - | |
2511 | | - | |
2512 | | - | |
| 2517 | + | |
2513 | 2518 | | |
2514 | 2519 | | |
2515 | | - | |
2516 | | - | |
2517 | | - | |
2518 | | - | |
2519 | | - | |
2520 | | - | |
2521 | | - | |
2522 | | - | |
2523 | | - | |
| 2520 | + | |
2524 | 2521 | | |
2525 | 2522 | | |
2526 | 2523 | | |
2527 | 2524 | | |
2528 | 2525 | | |
2529 | | - | |
| 2526 | + | |
2530 | 2527 | | |
2531 | 2528 | | |
2532 | 2529 | | |
2533 | 2530 | | |
2534 | 2531 | | |
2535 | 2532 | | |
2536 | 2533 | | |
2537 | | - | |
| 2534 | + | |
2538 | 2535 | | |
2539 | 2536 | | |
2540 | 2537 | | |
2541 | | - | |
| 2538 | + | |
2542 | 2539 | | |
2543 | 2540 | | |
2544 | 2541 | | |
2545 | 2542 | | |
2546 | 2543 | | |
2547 | | - | |
| 2544 | + | |
2548 | 2545 | | |
2549 | 2546 | | |
2550 | 2547 | | |
| |||
2581 | 2578 | | |
2582 | 2579 | | |
2583 | 2580 | | |
2584 | | - | |
| 2581 | + | |
2585 | 2582 | | |
2586 | 2583 | | |
2587 | 2584 | | |
| |||
2623 | 2620 | | |
2624 | 2621 | | |
2625 | 2622 | | |
2626 | | - | |
| 2623 | + | |
2627 | 2624 | | |
2628 | 2625 | | |
2629 | 2626 | | |
| |||
2698 | 2695 | | |
2699 | 2696 | | |
2700 | 2697 | | |
2701 | | - | |
| 2698 | + | |
2702 | 2699 | | |
2703 | 2700 | | |
2704 | 2701 | | |
| |||
2720 | 2717 | | |
2721 | 2718 | | |
2722 | 2719 | | |
2723 | | - | |
| 2720 | + | |
2724 | 2721 | | |
2725 | 2722 | | |
2726 | 2723 | | |
| |||
2791 | 2788 | | |
2792 | 2789 | | |
2793 | 2790 | | |
2794 | | - | |
| 2791 | + | |
2795 | 2792 | | |
2796 | 2793 | | |
2797 | 2794 | | |
| |||
2859 | 2856 | | |
2860 | 2857 | | |
2861 | 2858 | | |
| 2859 | + | |
| 2860 | + | |
| 2861 | + | |
| 2862 | + | |
| 2863 | + | |
| 2864 | + | |
| 2865 | + | |
2862 | 2866 | | |
2863 | 2867 | | |
2864 | 2868 | | |
2865 | 2869 | | |
2866 | 2870 | | |
2867 | 2871 | | |
2868 | | - | |
| 2872 | + | |
2869 | 2873 | | |
2870 | 2874 | | |
2871 | 2875 | | |
| |||
0 commit comments