-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 91ee6a4
Auto merge of #145886 - GuillaumeGomez:rollup-9qv7jhv, r=GuillaumeGomez
Rollup of 11 pull requests
Successful merges:
- #144373 (remove deprecated Error::description in impls)
- #144551 (Add aarch64_be-unknown-linux-musl target)
- #145076 (Add new Tier-3 target: riscv64a23-unknown-linux-gnu)
- #145481 (Add parentheses for closure when suggesting calling closure)
- #145596 (Losslessly optimize PNG files)
- #145615 (Fix doc of `std::os::windows::io::BorrowedSocket::borrow_raw`)
- #145841 (Always build miri for the host in `x run miri`)
- #145861 (bootstrap: vendor `clippy_test_deps` too)
- #145863 (formatting_options: Make all methods `const`)
- #145867 (cg_llvm: Assert that LLVM range-attribute values don't exceed 128 bits)
- #145875 (Make bootstrap command caching opt-in)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
84 files changed
+486
-445
lines changed- compiler
- rustc_codegen_llvm/src
- llvm
- rustc_llvm/llvm-wrapper
- rustc_target/src
- spec
- targets
- rustc_thread_pool/src
- rustc_trait_selection/src/error_reporting/traits
- library
- alloc/src
- boxed
- collections/btree/map
- ffi
- core/src
- array
- char
- convert
- fmt
- net
- num
- dec2flt
- str
- std/src
- collections/hash
- io
- buffered
- os/windows/io
- sync
- sys
- net/connection
- pal
- hermit
- sgx
- solid
- teeos
- uefi
- unix
- unsupported
- wasi
- windows
- xous
- zkvm
- src
- bootstrap/src
- core
- build_steps
- builder
- config
- utils
- doc
- rustc/src
- images
- platform-support
- rustdoc/src/images
- etc/installer/gfx
- librustdoc/html/static/images
- tests
- assembly-llvm/targets
- ui
- check-cfg
- const-generics/adt_const_params
- resolve
- suggestions
- 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.
84 files changed
+486
-445
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1929 | 1929 |
| |
1930 | 1930 |
| |
1931 | 1931 |
| |
1932 | + | ||
1933 | + | ||
1934 | + | ||
1935 | + | ||
1936 | + | ||
1937 | + | ||
1932 | 1938 |
| |
1933 | 1939 |
| |
1934 | - | ||
1935 | - | ||
1936 | - | ||
1940 | + | ||
1941 | + | ||
1942 | + | ||
1937 | 1943 |
| |
1938 | 1944 |
| |
1939 | 1945 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 | + | ||
115 | 116 |
| |
116 | - | ||
117 | - | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
118 | 133 |
| |
119 | - | ||
120 | - | ||
121 | - | ||
122 | - | ||
123 | - | ||
124 | - | ||
134 | + | ||
125 | 135 |
| |
126 | 136 |
| |
127 | 137 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
282 | - | ||
282 | + | ||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
488 | 488 |
| |
489 | 489 |
| |
490 | 490 |
| |
491 | + | ||
492 | + | ||
493 | + | ||
491 | 494 |
| |
492 | 495 |
| |
493 | 496 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1954 | 1954 |
| |
1955 | 1955 |
| |
1956 | 1956 |
| |
1957 | + | ||
1957 | 1958 |
| |
1958 | 1959 |
| |
1959 | 1960 |
| |
| |||
2149 | 2150 |
| |
2150 | 2151 |
| |
2151 | 2152 |
| |
2153 | + | ||
2152 | 2154 |
| |
2153 | 2155 |
| |
2154 | 2156 |
| |
|
Lines changed: 40 additions & 0 deletions
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 | + |
Lines changed: 27 additions & 0 deletions
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 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
601 | 601 |
| |
602 | 602 |
| |
603 | 603 |
| |
604 | + | ||
605 | + | ||
606 | + | ||
607 | + | ||
608 | + | ||
609 | + | ||
610 | + | ||
611 | + | ||
612 | + | ||
613 | + | ||
614 | + | ||
615 | + | ||
616 | + | ||
617 | + | ||
618 | + | ||
619 | + | ||
620 | + | ||
621 | + | ||
622 | + | ||
623 | + | ||
624 | + | ||
625 | + | ||
626 | + | ||
627 | + | ||
628 | + | ||
629 | + | ||
630 | + | ||
631 | + | ||
632 | + | ||
633 | + | ||
634 | + | ||
635 | + | ||
636 | + | ||
637 | + | ||
638 | + | ||
639 | + | ||
640 | + | ||
641 | + | ||
642 | + | ||
643 | + | ||
644 | + | ||
645 | + | ||
646 | + | ||
604 | 647 |
| |
605 | 648 |
| |
606 | 649 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
787 | 787 |
| |
788 | 788 |
| |
789 | 789 |
| |
790 | - | ||
791 | - | ||
792 | - | ||
793 | 790 |
| |
794 | - | ||
795 | - | ||
796 | - | ||
797 | - | ||
798 | - | ||
799 | - | ||
800 | - | ||
801 | - | ||
802 | 791 |
| |
803 | 792 |
| |
804 | 793 |
| |
| |||
810 | 799 |
| |
811 | 800 |
| |
812 | 801 |
| |
813 | - | ||
802 | + | ||
803 | + | ||
804 | + | ||
814 | 805 |
| |
815 | 806 |
| |
816 | 807 |
| |
|
Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
820 | 820 |
| |
821 | 821 |
| |
822 | 822 |
| |
823 | + | ||
824 | + | ||
825 | + | ||
826 | + | ||
827 | + | ||
828 | + | ||
829 | + | ||
830 | + | ||
831 | + | ||
823 | 832 |
| |
824 | 833 |
| |
825 | 834 |
| |
826 | 835 |
| |
827 | - | ||
828 | - | ||
829 | - | ||
830 | - | ||
831 | - | ||
832 | - | ||
836 | + | ||
833 | 837 |
| |
834 | 838 |
| |
835 | 839 |
| |
|
0 commit comments