This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit d887ce2
committed
Auto merge of rust-lang#125755 - fmease:rollup-aybyh6c, r=fmease
Rollup of 6 pull requests
Successful merges:
- rust-lang#124636 (Make `std::env::{set_var, remove_var}` unsafe in edition 2024)
- rust-lang#125342 (Document platform-specifics for `Read` and `Write` of `File`)
- rust-lang#125671 (Do not equate `Const`'s ty in `super_combine_const`)
- rust-lang#125711 (Make `body_owned_by` return the `Body` instead of just the `BodyId`)
- rust-lang#125745 (Bump the stage0 compiler to beta.7 (2024-05-26))
- rust-lang#125753 (compiletest: Unify `cmd2procres` with `run_command_to_procres`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
110 files changed
+1258
-1020
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_driver_impl/src
- rustc_feature/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src
- rustc_infer/src/infer
- error_reporting
- nice_region_error
- relate
- rustc_lint_defs/src
- rustc_lint/src
- rustc_metadata/src/rmeta
- rustc_middle/src/hir
- map
- rustc_mir_build
- src
- build
- thir/cx
- rustc_mir_transform/src
- rustc_passes/src
- rustc_privacy/src
- rustc_span/src
- rustc_trait_selection/src
- solve
- traits
- error_reporting
- select
- rustc_ty_utils/src
- library/std/src
- sys/pal
- hermit
- sgx
- solid
- teeos
- uefi
- unix
- unsupported
- wasi
- windows
- xous
- zkvm
- src
- librustdoc
- clean
- html/render
- json
- tools
- clippy/clippy_lints/src
- methods
- operators
- transmute
- utils
- compiletest/src
- tests
- crashes
- ui
- coherence/negative-coherence
- const-generics
- adt_const_params
- defaults
- generic_arg_infer
- generic_const_exprs
- issues
- consts
- inference
- inline-const
- rust-2024
- specialization/min_specialization
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+1258
-1020
lines changedLines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
403 | | - | |
| 402 | + | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
560 | | - | |
| 559 | + | |
561 | 560 | | |
562 | 561 | | |
563 | | - | |
| 562 | + | |
564 | 563 | | |
565 | 564 | | |
566 | 565 | | |
| |||
665 | 664 | | |
666 | 665 | | |
667 | 666 | | |
668 | | - | |
| 667 | + | |
669 | 668 | | |
670 | 669 | | |
671 | 670 | | |
| |||
Lines changed: 8 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
651 | | - | |
| 650 | + | |
652 | 651 | | |
653 | 652 | | |
654 | 653 | | |
655 | 654 | | |
656 | 655 | | |
657 | 656 | | |
658 | 657 | | |
659 | | - | |
| 658 | + | |
660 | 659 | | |
661 | 660 | | |
662 | 661 | | |
| |||
746 | 745 | | |
747 | 746 | | |
748 | 747 | | |
749 | | - | |
750 | | - | |
751 | | - | |
| 748 | + | |
| 749 | + | |
752 | 750 | | |
753 | 751 | | |
754 | 752 | | |
| |||
867 | 865 | | |
868 | 866 | | |
869 | 867 | | |
870 | | - | |
871 | | - | |
| 868 | + | |
| 869 | + | |
872 | 870 | | |
873 | 871 | | |
874 | 872 | | |
| |||
1189 | 1187 | | |
1190 | 1188 | | |
1191 | 1189 | | |
1192 | | - | |
| 1190 | + | |
1193 | 1191 | | |
1194 | | - | |
1195 | | - | |
| 1192 | + | |
1196 | 1193 | | |
1197 | 1194 | | |
1198 | 1195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
1186 | | - | |
1187 | | - | |
| 1186 | + | |
| 1187 | + | |
1188 | 1188 | | |
1189 | 1189 | | |
1190 | 1190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
581 | 587 | | |
582 | 588 | | |
583 | 589 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
581 | | - | |
| 581 | + | |
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
821 | | - | |
| 821 | + | |
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
| |||
896 | 896 | | |
897 | 897 | | |
898 | 898 | | |
899 | | - | |
| 899 | + | |
900 | 900 | | |
901 | 901 | | |
902 | 902 | | |
| |||
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
910 | | - | |
911 | 910 | | |
912 | | - | |
| 911 | + | |
913 | 912 | | |
914 | 913 | | |
915 | 914 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
| 330 | + | |
332 | 331 | | |
333 | 332 | | |
334 | 333 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
909 | 909 | | |
910 | 910 | | |
911 | 911 | | |
912 | | - | |
913 | | - | |
| 912 | + | |
914 | 913 | | |
915 | 914 | | |
916 | 915 | | |
| |||
0 commit comments