This repository was archived by the owner on May 28, 2025. It is now read-only.
forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit ddea0bb
Auto merge of rust-lang#136734 - matthiaskrgr:rollup-e6v3wwe, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#131282 (std: detect stack overflows in TLS destructors on UNIX)
- rust-lang#135696 (std: move `io` module out of `pal`, get rid of `sys_common::io`)
- rust-lang#136099 (Optimize `Rc::<str>::default()` implementation)
- rust-lang#136200 (Generate correct terminate block under Wasm EH)
- rust-lang#136626 (create `initial_rustdoc` field in `Build`)
- rust-lang#136657 (Make empty-line-after an early clippy lint)
- rust-lang#136679 (ci: Use largedisk for loongarch)
- rust-lang#136715 (Subtree sync for rustc_codegen_cranelift)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
81 files changed
+1150
-1046
lines changed- compiler
- rustc_codegen_cranelift
- build_system
- example
- patches
- scripts
- src
- driver
- intrinsics
- rustc_codegen_ssa/src/mir
- rustc_lint/src
- library
- alloc/src
- ffi
- std
- src
- fs
- io
- os/unix
- fs
- net
- process
- sys_common
- sys
- io
- io_slice
- is_terminal
- pal
- hermit
- sgx
- solid
- teeos
- uefi
- unix
- kernel_copy
- unsupported
- wasip2
- wasi
- wasm
- windows
- process
- xous
- zkvm
- tests/common
- src
- bootstrap/src
- core/build_steps
- ci/github-actions
- tools/clippy
- clippy_lints/src
- doc
- tests/ui
- doc
- empty_line_after
- tests
- codegen
- ui/runtime
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+1150
-1046
lines changedLines changed: 30 additions & 30 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | - | ||
46 | + | ||
47 | 47 |
| |
48 | - | ||
48 | + | ||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | - | ||
55 | + | ||
56 | 56 |
| |
57 | - | ||
57 | + | ||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | - | ||
61 | + | ||
62 | 62 |
| |
63 | - | ||
63 | + | ||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | - | ||
85 | + | ||
86 | 86 |
| |
87 | - | ||
87 | + | ||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | - | ||
94 | + | ||
95 | 95 |
| |
96 | - | ||
96 | + | ||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | - | ||
100 | + | ||
101 | 101 |
| |
102 | - | ||
102 | + | ||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | - | ||
109 | + | ||
110 | 110 |
| |
111 | - | ||
111 | + | ||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 | - | ||
118 | + | ||
119 | 119 |
| |
120 | - | ||
120 | + | ||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 | - | ||
130 | + | ||
131 | 131 |
| |
132 | - | ||
132 | + | ||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 | - | ||
136 | + | ||
137 | 137 |
| |
138 | - | ||
138 | + | ||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 | - | ||
156 | + | ||
157 | 157 |
| |
158 | - | ||
158 | + | ||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 | - | ||
167 | + | ||
168 | 168 |
| |
169 | - | ||
169 | + | ||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 | - | ||
178 | + | ||
179 | 179 |
| |
180 | - | ||
180 | + | ||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
| |||
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
416 | - | ||
416 | + | ||
417 | 417 |
| |
418 | - | ||
418 | + | ||
419 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
| |||
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
428 | - | ||
428 | + | ||
429 | 429 |
| |
430 | - | ||
430 | + | ||
431 | 431 |
| |
432 | 432 |
| |
433 | 433 |
| |
|
Lines changed: 13 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
16 | - | ||
17 | - | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | - | ||
28 | - | ||
29 | - | ||
30 | - | ||
31 | - | ||
32 | - | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
189 | - | ||
189 | + | ||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
|
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
333 | - | ||
334 | - | ||
335 | - | ||
336 | - | ||
337 | - | ||
338 | - | ||
339 | - | ||
340 | - | ||
341 | 333 |
| |
342 | 334 |
| |
343 | 335 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 | - | ||
277 | + | ||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | - | ||
40 | - | ||
39 | + | ||
40 | + | ||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
|
Lines changed: 16 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 | - | ||
87 | 86 |
| |
88 | 87 |
| |
89 | 88 |
| |
90 | 89 |
| |
91 | 90 |
| |
92 | 91 |
| |
93 | 92 |
| |
94 | - | ||
95 | - | ||
96 | - | ||
97 | 93 |
| |
98 | 94 |
| |
99 | 95 |
| |
100 | 96 |
| |
97 | + | ||
101 | 98 |
| |
102 | 99 |
| |
103 | 100 |
| |
| |||
130 | 127 |
| |
131 | 128 |
| |
132 | 129 |
| |
130 | + | ||
133 | 131 |
| |
134 | 132 |
| |
135 | 133 |
| |
| |||
156 | 154 |
| |
157 | 155 |
| |
158 | 156 |
| |
159 | - | ||
160 | - | ||
161 | 157 |
| |
162 | 158 |
| |
163 | 159 |
| |
| |||
196 | 192 |
| |
197 | 193 |
| |
198 | 194 |
| |
195 | + | ||
196 | + | ||
197 | + | ||
198 | + | ||
199 | + | ||
200 | + | ||
201 | + | ||
202 | + | ||
203 | + | ||
204 | + | ||
205 | + | ||
206 | + | ||
207 | + | ||
208 | + | ||
199 | 209 |
| |
200 | 210 |
| |
201 | 211 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | + | ||
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 | - | ||
49 | + | ||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 | - | ||
58 | + | ||
59 | + | ||
60 | + | ||
59 | 61 |
| |
60 | 62 |
| |
61 | 63 |
| |
| |||
90 | 92 |
| |
91 | 93 |
| |
92 | 94 |
| |
93 | - | ||
95 | + | ||
94 | 96 |
| |
95 | 97 |
| |
96 | 98 |
| |
| |||
231 | 233 |
| |
232 | 234 |
| |
233 | 235 |
| |
234 | - | ||
235 | - | ||
236 | - | ||
236 | + | ||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
|
0 commit comments