This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 37d6b94
committed
Auto merge of rust-lang#138020 - workingjubilee:rollup-eva637e, r=workingjubilee
Rollup of 33 pull requests
Successful merges:
- rust-lang#136581 (Retire the legacy `Makefile`-based `run-make` test infra)
- rust-lang#136764 (Make `ptr_cast_add_auto_to_object` lint into hard error)
- rust-lang#136798 (Added documentation for flushing per rust-lang#74348)
- rust-lang#136865 (Perform deeper compiletest path normalization for `$TEST_BUILD_DIR` to account for compare-mode/debugger cases, and normalize long type file filename hashes)
- rust-lang#136975 (Look for `python3` first on MacOS, not `py`)
- rust-lang#137240 (Slightly reformat `std::fs::remove_dir_all` error docs)
- rust-lang#137303 (Remove `MaybeForgetReturn` suggestion)
- rust-lang#137327 (Undeprecate env::home_dir)
- rust-lang#137502 (Don't include global asm in `mir_keys`, fix error body synthesis)
- rust-lang#137534 ([rustdoc] hide item that is not marked as doc(inline) and whose src is doc(hidden))
- rust-lang#137565 (Try to point of macro expansion from resolver and method errors if it involves macro var)
- rust-lang#137643 (Add DWARF test case for non-C-like `repr128` enums)
- rust-lang#137758 (fix usage of ty decl macro fragments in attributes)
- rust-lang#137764 (Ensure that negative auto impls are always applicable)
- rust-lang#137772 (Fix char count in `Display` for `ByteStr`)
- rust-lang#137798 (ci: use ubuntu 24 on arm large runner)
- rust-lang#137805 (adjust Layout debug printing to match the internal field name)
- rust-lang#137808 (Do not require that unsafe fields lack drop glue)
- rust-lang#137820 (Clarify why InhabitedPredicate::instantiate_opt exists)
- rust-lang#137825 (Provide more context on resolve error caused from incorrect RTN)
- rust-lang#137829 (Stabilize [T]::split_off... methods)
- rust-lang#137834 (rustc_fluent_macro: use CARGO_CRATE_NAME instead of CARGO_PKG_NAME)
- rust-lang#137850 (Stabilize `box_uninit_write`)
- rust-lang#137912 (Do not recover missing lifetime with random in-scope lifetime)
- rust-lang#137913 (Allow struct field default values to reference struct's generics)
- rust-lang#137923 (Simplify `<Postorder as Iterator>::size_hint`)
- rust-lang#137949 (Update MSVC INSTALL.md instructions to recommend VS 2022 + recent Windows 10/11 SDK)
- rust-lang#137963 (Add ``dyn`` keyword to `E0373` examples)
- rust-lang#137975 (Remove unused `PpMode::needs_hir`)
- rust-lang#137986 (Fix some typos)
- rust-lang#137991 (Add `avr-none` to SUMMARY.md and platform-support.md)
- rust-lang#137993 (Remove obsolete comment from DeduceReadOnly)
- rust-lang#137996 (Revert "compiler/rustc_data_structures/src/sync/worker_local.rs: delete "unsafe impl Sync"")
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
246 files changed
+1682
-1902
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_attr_parsing/src
- rustc_data_structures/src
- sync
- rustc_error_codes/src
- error_codes
- rustc_errors/src
- rustc_fluent_macro/src
- rustc_hir_analysis
- src
- check
- coherence
- collect
- hir_ty_lowering
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_lint_defs/src
- rustc_lint/src
- rustc_middle/src
- mir
- traits
- ty/inhabitedness
- rustc_mir_build/src/builder
- rustc_mir_transform/src
- rustc_resolve/src
- late
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src/error_reporting/traits
- library
- alloc/src
- coretests/tests
- core/src
- convert
- slice
- std/src
- io
- sys/pal/uefi
- src
- ci/github-actions
- doc
- rustc-dev-guide/src/tests
- rustc/src
- platform-support
- librustdoc/passes
- tools
- compiletest/src
- header
- runtest
- run-make-support/src
- external_deps
- c_cxx_compiler
- tidy/src
- tests
- run-make
- repr128-dwarf
- rustc_fluent_macro-hyphen-package
- src
- rustdoc
- inline_cross
- ui-fulldeps/codegen-backend
- ui
- abi
- asm
- associated-type-bounds/return-type-notation
- associated-types
- async-await/issues
- attributes
- cast
- coherence
- crate-loading
- diagnostic-width
- error-codes
- higher-ranked/trait-bounds
- hygiene
- impl-trait
- in-trait
- precise-capturing
- inference
- infinite
- issues
- issue-37311-type-length-limit
- json
- layout
- lifetimes
- lint/removed-lints
- macros
- rfc-3086-metavar-expr
- methods
- recursion
- regions
- repr
- return
- rmeta
- specialization
- defaultimpl
- structs
- default-field-values
- suggestions
- traits
- negative-impls
- type/pattern_types
- unsafe-fields
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
246 files changed
+1682
-1902
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
215 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
216 | 220 | | |
217 | 221 | | |
218 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1812 | 1812 | | |
1813 | 1813 | | |
1814 | 1814 | | |
1815 | | - | |
| 1815 | + | |
1816 | 1816 | | |
1817 | 1817 | | |
1818 | 1818 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
926 | 926 | | |
927 | 927 | | |
928 | 928 | | |
929 | | - | |
930 | 929 | | |
931 | 930 | | |
932 | 931 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | 271 | | |
273 | 272 | | |
274 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
476 | 485 | | |
477 | 486 | | |
478 | 487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
32 | | - | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
99 | | - | |
100 | | - | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
| |||
132 | 138 | | |
133 | 139 | | |
134 | 140 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| 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 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments