This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 2076173
committed
Auto merge of rust-lang#119604 - matthiaskrgr:rollup-vd0snqf, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#117556 (Disallow reference to `static mut` and adding `static_mut_ref` lint)
- rust-lang#119354 (Make `negative_bounds` internal & fix some of its issues)
- rust-lang#119420 (Handle ForeignItem as TAIT scope.)
- rust-lang#119506 (Use `resolutions(()).effective_visiblities` to avoid cycle errors in `report_object_error`)
- rust-lang#119566 (Remove `-Zdump-mir-spanview`)
- rust-lang#119567 (Remove `-Zreport-delayed-bugs`.)
- rust-lang#119577 (Migrate memory overlap check from validator to lint)
- rust-lang#119586 ([rustdoc] Fix invalid handling for static method calls in jump to definition feature)
- rust-lang#119588 (Move `i586-unknown-netbsd` from tier 2 to tier 3 platform support table)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
121 files changed
+2018
-1552
lines changed- compiler
- rustc_ast_passes
- src
- rustc_codegen_cranelift/example
- rustc_codegen_gcc/example
- rustc_const_eval/src/transform
- rustc_error_codes/src
- error_codes
- rustc_errors/src
- rustc_feature/src
- rustc_hir_analysis
- src
- astconv
- check
- collect/type_of
- rustc_infer/src/traits/error_reporting
- rustc_interface/src
- rustc_lint_defs/src
- rustc_middle/src
- mir
- ty/print
- rustc_mir_transform/src
- rustc_session/src
- library
- panic_unwind/src
- std/src/sys/common/thread_local
- src
- doc/rustc/src
- librustdoc/html/render
- tools
- lint-docs/src
- miri/tests
- fail/tls
- pass
- tls
- tests
- mir-opt
- copy-prop
- dest-prop
- rustdoc
- ui
- abi/statics
- borrowck
- consts
- miri_unleashed
- drop
- error-codes
- impl-header-lifetime-elision
- impl-trait/in-trait
- issues
- mir/lint
- nll
- statics
- static
- thread-local
- traits/negative-bounds
- type-alias-impl-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
121 files changed
+2018
-1552
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3877 | 3877 | | |
3878 | 3878 | | |
3879 | 3879 | | |
| 3880 | + | |
3880 | 3881 | | |
3881 | 3882 | | |
3882 | 3883 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1312 | 1312 | | |
1313 | 1313 | | |
1314 | 1314 | | |
1315 | | - | |
1316 | 1315 | | |
1317 | | - | |
1318 | | - | |
1319 | | - | |
1320 | | - | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
1321 | 1331 | | |
| 1332 | + | |
1322 | 1333 | | |
1323 | 1334 | | |
1324 | 1335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
763 | 763 | | |
764 | 764 | | |
765 | 765 | | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
766 | 773 | | |
767 | 774 | | |
768 | 775 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
109 | | - | |
110 | 108 | | |
111 | 109 | | |
112 | 110 | | |
| |||
294 | 292 | | |
295 | 293 | | |
296 | 294 | | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | 295 | | |
311 | 296 | | |
312 | 297 | | |
| |||
341 | 326 | | |
342 | 327 | | |
343 | 328 | | |
344 | | - | |
| 329 | + | |
| 330 | + | |
345 | 331 | | |
346 | 332 | | |
347 | 333 | | |
| |||
404 | 390 | | |
405 | 391 | | |
406 | 392 | | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
| 393 | + | |
411 | 394 | | |
412 | 395 | | |
413 | 396 | | |
| |||
418 | 401 | | |
419 | 402 | | |
420 | 403 | | |
421 | | - | |
422 | 404 | | |
423 | 405 | | |
424 | | - | |
425 | 406 | | |
426 | 407 | | |
427 | 408 | | |
| |||
434 | 415 | | |
435 | 416 | | |
436 | 417 | | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | 418 | | |
448 | 419 | | |
449 | 420 | | |
| |||
1112 | 1083 | | |
1113 | 1084 | | |
1114 | 1085 | | |
1115 | | - | |
1116 | | - | |
1117 | | - | |
1118 | | - | |
1119 | | - | |
1120 | | - | |
1121 | | - | |
1122 | | - | |
1123 | | - | |
1124 | | - | |
1125 | | - | |
1126 | 1086 | | |
1127 | 1087 | | |
1128 | 1088 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| 518 | + | |
518 | 519 | | |
519 | 520 | | |
520 | 521 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | 528 | | |
532 | 529 | | |
533 | 530 | | |
| |||
1004 | 1001 | | |
1005 | 1002 | | |
1006 | 1003 | | |
1007 | | - | |
1008 | 1004 | | |
1009 | 1005 | | |
1010 | 1006 | | |
| |||
1016 | 1012 | | |
1017 | 1013 | | |
1018 | 1014 | | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
1023 | | - | |
| 1015 | + | |
1024 | 1016 | | |
1025 | 1017 | | |
1026 | 1018 | | |
| |||
1430 | 1422 | | |
1431 | 1423 | | |
1432 | 1424 | | |
1433 | | - | |
1434 | | - | |
1435 | | - | |
1436 | | - | |
| 1425 | + | |
| 1426 | + | |
1437 | 1427 | | |
1438 | 1428 | | |
1439 | 1429 | | |
| |||
0 commit comments