This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 252d70e
committed
Auto merge of rust-lang#137347 - workingjubilee:rollup-8l6sr60, r=<try>
Rollup of 12 pull requests
Successful merges:
- rust-lang#128080 (Specify scope in `out_of_scope_macro_calls` lint)
- rust-lang#135354 ([Debuginfo] Add MSVC Synthetic and Summary providers to LLDB)
- rust-lang#135630 (add more `s390x` target features)
- rust-lang#136089 (Reduce `Box::default` stack copies in debug mode)
- rust-lang#136148 (Optionally add type names to `TypeId`s.)
- rust-lang#137192 (Remove obsolete Windows ThinLTO+TLS workaround)
- rust-lang#137204 (Clarify MIR dialects and phases)
- rust-lang#137299 (Simplify `Postorder` customization.)
- rust-lang#137302 (Use a probe to avoid registering stray region obligations when re-checking drops in MIR typeck)
- rust-lang#137305 (Tweaks in and around `rustc_middle`)
- rust-lang#137313 (Some codegen_llvm cleanups)
- rust-lang#137333 (Use `edition = "2024"` in the compiler (redux))
r? `@ghost`
`@rustbot` modify labels: rollup
try-job: test-various
try-job: x86_64-msvc-1
try-job: x86_64-msvc-2
try-job: i686-msvc-1
try-job: i686-msvc-2
try-job: i686-mingw-1
try-job: i686-mingw-2
try-job: i686-mingw-3
try-job: x86_64-gnu-noptFile tree
198 files changed
+1225
-628
lines changed- compiler
- rustc_abi
- src
- rustc_arena
- rustc_ast_ir
- rustc_ast_lowering
- rustc_ast_passes
- rustc_ast_pretty
- rustc_ast
- src
- rustc_attr_data_structures
- rustc_attr_parsing
- rustc_baked_icu_data
- rustc_borrowck
- src
- diagnostics
- polonius
- type_check/liveness
- rustc_builtin_macros
- rustc_codegen_llvm
- src
- back
- llvm
- rustc_codegen_ssa
- src
- back
- mir
- rustc_const_eval
- src/const_eval
- rustc_data_structures
- src
- graph/scc
- sorted_map
- rustc_driver_impl
- rustc_driver
- rustc_error_codes
- rustc_error_messages
- rustc_errors
- rustc_expand
- src
- mbe
- rustc_feature
- rustc_fluent_macro
- rustc_fs_util
- rustc_graphviz
- rustc_hashes
- rustc_hir_analysis
- src
- collect
- hir_ty_lowering
- rustc_hir_pretty
- src
- rustc_hir_typeck
- src
- method
- rustc_hir
- src
- hir
- rustc_incremental
- rustc_index_macros
- rustc_index
- src
- rustc_infer
- src/infer
- rustc_interface
- src
- rustc_lexer
- rustc_lint_defs
- src
- rustc_lint
- src
- early
- rustc_llvm
- rustc_log
- rustc_macros
- src/diagnostics
- rustc_metadata
- rustc_middle
- src
- middle
- mir
- thir
- traits
- ty
- rustc_mir_build
- src
- builder
- expr
- matches
- thir
- cx
- pattern
- rustc_mir_dataflow
- src
- rustc_mir_transform
- src
- rustc_monomorphize
- src
- rustc_next_trait_solver
- rustc_parse_format
- rustc_parse
- rustc_passes
- src
- rustc_pattern_analysis
- rustc_privacy
- rustc_query_impl
- rustc_query_system
- rustc_resolve
- src
- late
- rustc_sanitizers
- rustc_serialize
- rustc_session
- src
- rustc_smir
- rustc_span
- src
- rustc_symbol_mangling
- rustc_target
- src
- rustc_trait_selection
- src
- error_reporting
- infer
- traits
- solve
- traits
- rustc_traits
- rustc_transmute
- rustc_ty_utils
- rustc_type_ir_macros
- rustc_type_ir
- rustc
- stable_mir
- library
- alloc/src
- coretests/tests
- core
- src
- std
- src/sys/thread_local
- sysroot
- src
- etc
- tools/clippy
- clippy_lints/src
- clippy_utils/src/mir
- tests
- codegen
- debuginfo
- ui
- attributes
- borrowck
- check-cfg
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
198 files changed
+1225
-628
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
1805 | 1805 | | |
1806 | 1806 | | |
1807 | 1807 | | |
1808 | | - | |
| 1808 | + | |
1809 | 1809 | | |
1810 | 1810 | | |
1811 | 1811 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | | - | |
| 600 | + | |
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments