This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 0b77301
committed
Auto merge of rust-lang#120283 - fmease:rollup-rk0f6r5, r=fmease
Rollup of 9 pull requests
Successful merges:
- rust-lang#112806 (Small code improvements in `collect_intra_doc_links.rs`)
- rust-lang#119766 (Split tait and impl trait in assoc items logic)
- 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
87 files changed
+1606
-226
lines changed- compiler
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src/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
- rustc_monomorphize/src
- rustc_smir/src/rustc_smir
- rustc_span/src
- rustc_ty_utils/src
- library/core/src
- intrinsics
- macros
- num
- src/librustdoc/passes
- tests
- coverage
- mir-opt
- building/custom
- pretty
- ui
- 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.
87 files changed
+1606
-226
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 | |
|---|---|---|---|
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
439 | 438 | | |
440 | 439 | | |
441 | 440 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
113 | 121 | | |
114 | 122 | | |
115 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
534 | 534 | | |
535 | 535 | | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
536 | 540 | | |
537 | 541 | | |
538 | 542 | | |
| |||
Lines changed: 72 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
26 | 80 | | |
27 | 81 | | |
28 | 82 | | |
| |||
128 | 182 | | |
129 | 183 | | |
130 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
131 | 191 | | |
132 | 192 | | |
133 | | - | |
| 193 | + | |
134 | 194 | | |
135 | 195 | | |
136 | 196 | | |
| |||
182 | 242 | | |
183 | 243 | | |
184 | 244 | | |
185 | | - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
186 | 252 | | |
187 | 253 | | |
188 | 254 | | |
| |||
240 | 306 | | |
241 | 307 | | |
242 | 308 | | |
243 | | - | |
| 309 | + | |
244 | 310 | | |
245 | 311 | | |
246 | 312 | | |
247 | 313 | | |
248 | 314 | | |
249 | 315 | | |
250 | 316 | | |
251 | | - | |
| 317 | + | |
252 | 318 | | |
253 | 319 | | |
254 | 320 | | |
255 | 321 | | |
256 | 322 | | |
257 | 323 | | |
258 | 324 | | |
259 | | - | |
| 325 | + | |
260 | 326 | | |
261 | 327 | | |
262 | 328 | | |
263 | 329 | | |
264 | 330 | | |
265 | | - | |
| 331 | + | |
266 | 332 | | |
267 | 333 | | |
268 | 334 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
| |||
0 commit comments