Commit 38081f2
committed
Auto merge of rust-lang#141716 - jhpratt:rollup-9bjrzfi, r=jhpratt
Rollup of 16 pull requests
Successful merges:
- rust-lang#136429 (GCI: At their def site, actually wfcheck the where-clause & always eval free lifetime-generic constants)
- rust-lang#138139 (Emit warning while outputs is not exe and prints linkage info)
- rust-lang#141104 (Test(fs): Fix `test_eq_windows_file_type` for Windows 7)
- rust-lang#141477 (Path::with_extension: show that it adds an extension where one did no…)
- rust-lang#141533 (clean up old rintf leftovers)
- rust-lang#141612 (Call out possibility of invariant result in variance markers)
- rust-lang#141638 (Use `builtin_index` instead of hand-rolling it)
- rust-lang#141643 (ci: verify that codebuild jobs use ghcr.io)
- rust-lang#141675 (Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.)
- rust-lang#141680 (replace TraitRef link memory.md)
- rust-lang#141682 (interpret/allocation: Fixup type for `alloc_bytes`)
- rust-lang#141683 (Handle ed2021 precise capturing of unsafe binder)
- rust-lang#141684 (rustbook: Bump versions of `onig` and `onig_sys`)
- rust-lang#141687 (core: unstably expose atomic_compare_exchange so stdarch can use it)
- rust-lang#141690 (Add `rustc_diagnostic_item` to `sys::Mutex` methods)
- rust-lang#141702 (Add eholk to compiler reviewer rotation)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
56 files changed
+322
-145
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust/state
- rustc_ast/src
- rustc_builtin_macros/src/deriving
- cmp
- generic
- rustc_codegen_ssa/src/back
- rustc_expand/src
- rustc_hir_analysis/src
- check
- rustc_hir_typeck/src
- rustc_middle/src
- mir/interpret
- ty
- rustc_mir_build/src/builder/expr
- rustc_monomorphize/src
- rustc_parse/src/parser
- rustc_pattern_analysis/src
- rustc_resolve/src
- rustc_span/src
- library
- core/src
- intrinsics
- marker
- sync
- std/src
- fs
- sys/sync/mutex
- src
- ci/citool/src
- jobs
- doc/rustc-dev-guide/src
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- ast_utils
- rustbook
- rustfmt/src
- tests/ui
- generic-const-items
- print-request
- unsafe-binders
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+322
-145
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3417 | 3417 | | |
3418 | 3418 | | |
3419 | 3419 | | |
3420 | | - | |
3421 | | - | |
3422 | | - | |
| 3420 | + | |
| 3421 | + | |
| 3422 | + | |
3423 | 3423 | | |
3424 | 3424 | | |
3425 | 3425 | | |
| |||
3663 | 3663 | | |
3664 | 3664 | | |
3665 | 3665 | | |
3666 | | - | |
| 3666 | + | |
3667 | 3667 | | |
3668 | 3668 | | |
3669 | 3669 | | |
3670 | | - | |
| 3670 | + | |
3671 | 3671 | | |
3672 | 3672 | | |
3673 | 3673 | | |
3674 | | - | |
| 3674 | + | |
3675 | 3675 | | |
3676 | 3676 | | |
3677 | 3677 | | |
| |||
3688 | 3688 | | |
3689 | 3689 | | |
3690 | 3690 | | |
3691 | | - | |
3692 | 3691 | | |
3693 | 3692 | | |
3694 | | - | |
3695 | 3693 | | |
3696 | 3694 | | |
3697 | 3695 | | |
| |||
3767 | 3765 | | |
3768 | 3766 | | |
3769 | 3767 | | |
3770 | | - | |
3771 | | - | |
3772 | | - | |
| 3768 | + | |
| 3769 | + | |
| 3770 | + | |
3773 | 3771 | | |
3774 | 3772 | | |
3775 | 3773 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
| 511 | + | |
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
520 | | - | |
| 519 | + | |
| 520 | + | |
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1010 | 1010 | | |
1011 | 1011 | | |
1012 | 1012 | | |
1013 | | - | |
| 1013 | + | |
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
| |||
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
1064 | | - | |
| 1064 | + | |
1065 | 1065 | | |
1066 | 1066 | | |
1067 | 1067 | | |
| |||
1070 | 1070 | | |
1071 | 1071 | | |
1072 | 1072 | | |
1073 | | - | |
| 1073 | + | |
1074 | 1074 | | |
1075 | 1075 | | |
1076 | 1076 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
302 | | - | |
| 301 | + | |
| 302 | + | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
71 | 88 | | |
72 | 89 | | |
73 | 90 | | |
| |||
180 | 197 | | |
181 | 198 | | |
182 | 199 | | |
| 200 | + | |
| 201 | + | |
183 | 202 | | |
184 | 203 | | |
185 | 204 | | |
| |||
0 commit comments