This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 1a1876c
committed
Auto merge of rust-lang#121804 - GuillaumeGomez:rollup-jh0v3ex, r=GuillaumeGomez
Rollup of 7 pull requests
Successful merges:
- rust-lang#119748 (Increase visibility of `join_path` and `split_paths`)
- rust-lang#120820 (Enable CMPXCHG16B, SSE3, SAHF/LAHF and 128-bit Atomics (in nightly) in Windows x64)
- rust-lang#121000 (pattern_analysis: rework how we hide empty private fields)
- rust-lang#121376 (Skip unnecessary comparison with half-open range patterns)
- rust-lang#121596 (Use volatile access instead of `#[used]` for `on_tls_callback`)
- rust-lang#121669 (Count stashed errors again)
- rust-lang#121783 (Emitter cleanups)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
66 files changed
+767
-715
lines changed- compiler
- rustc_codegen_ssa/src/back
- rustc_driver_impl/src
- rustc_errors/src
- json
- rustc_expand/src
- rustc_hir_analysis/src
- astconv
- check
- collect
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer
- rustc_lint/src
- rustc_middle/src
- ty
- rustc_mir_build/src/build/matches
- rustc_parse/src/parser
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_privacy/src
- rustc_query_system/src/query
- rustc_session/src
- rustc_target/src/spec/targets
- rustc_trait_selection/src/traits/error_reporting
- library/std/src/sys/pal/windows
- src
- librustdoc
- passes/lint
- tools
- clippy
- clippy_lints/src/doc
- tests/ui/crashes
- miri/src/bin
- rustfmt/src
- parse
- tests
- codegen
- ui
- foreign
- impl-trait
- lowering
- resolve
- 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.
66 files changed
+767
-715
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
1384 | 1385 | | |
1385 | 1386 | | |
1386 | 1387 | | |
1387 | | - | |
1388 | | - | |
| 1388 | + | |
| 1389 | + | |
1389 | 1390 | | |
1390 | 1391 | | |
1391 | | - | |
| 1392 | + | |
1392 | 1393 | | |
1393 | 1394 | | |
1394 | 1395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1308 | 1308 | | |
1309 | 1309 | | |
1310 | 1310 | | |
1311 | | - | |
1312 | | - | |
1313 | | - | |
1314 | | - | |
1315 | | - | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
1316 | 1314 | | |
1317 | 1315 | | |
1318 | 1316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 60 | | |
74 | 61 | | |
75 | 62 | | |
| |||
130 | 117 | | |
131 | 118 | | |
132 | 119 | | |
133 | | - | |
134 | | - | |
| 120 | + | |
| 121 | + | |
135 | 122 | | |
136 | 123 | | |
137 | 124 | | |
| |||
628 | 615 | | |
629 | 616 | | |
630 | 617 | | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | 618 | | |
638 | 619 | | |
639 | 620 | | |
| |||
657 | 638 | | |
658 | 639 | | |
659 | 640 | | |
660 | | - | |
661 | | - | |
662 | | - | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
663 | 644 | | |
664 | 645 | | |
665 | 646 | | |
666 | 647 | | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
| 648 | + | |
673 | 649 | | |
674 | 650 | | |
675 | 651 | | |
| |||
686 | 662 | | |
687 | 663 | | |
688 | 664 | | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | 665 | | |
697 | 666 | | |
698 | 667 | | |
| |||
724 | 693 | | |
725 | 694 | | |
726 | 695 | | |
727 | | - | |
728 | | - | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
729 | 699 | | |
730 | 700 | | |
731 | 701 | | |
| |||
2228 | 2198 | | |
2229 | 2199 | | |
2230 | 2200 | | |
2231 | | - | |
2232 | | - | |
| 2201 | + | |
| 2202 | + | |
2233 | 2203 | | |
2234 | 2204 | | |
2235 | 2205 | | |
| |||
2586 | 2556 | | |
2587 | 2557 | | |
2588 | 2558 | | |
| 2559 | + | |
2589 | 2560 | | |
2590 | 2561 | | |
2591 | 2562 | | |
| |||
2632 | 2603 | | |
2633 | 2604 | | |
2634 | 2605 | | |
2635 | | - | |
| 2606 | + | |
2636 | 2607 | | |
2637 | 2608 | | |
2638 | 2609 | | |
| |||
2674 | 2645 | | |
2675 | 2646 | | |
2676 | 2647 | | |
2677 | | - | |
| 2648 | + | |
2678 | 2649 | | |
2679 | 2650 | | |
2680 | 2651 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
0 commit comments