-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit f2824da
Auto merge of #145970 - GuillaumeGomez:rollup-pr11qds, r=GuillaumeGomez
Rollup of 6 pull requests
Successful merges:
- #142472 (Add new `doc(attribute = "...")` attribute)
- #145368 (CFI: Make `lto` and `linker-plugin-lto` work the same for `compiler_builtins`)
- #145853 (Improve error messages around invalid literals in attribute arguments)
- #145920 (bootstrap: Explicitly mark the end of a failed test's captured output)
- #145937 (add doc-hidden to exports in attribute prelude)
- #145965 (Move exporting of profiler and sanitizer symbols to the LLVM backend)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
53 files changed
+514
-194
lines changed- compiler
- rustc_ast_passes/src
- rustc_attr_parsing/src
- attributes
- rustc_codegen_llvm/src/back
- rustc_codegen_ssa/src/back
- rustc_llvm/llvm-wrapper
- rustc_parse/src/parser
- rustc_passes
- src
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- src
- bootstrap/src/utils
- doc/rustdoc/src
- librustdoc
- clean
- formats
- html
- render
- static
- css
- js
- json
- passes
- rustdoc-json-types
- tools/jsondoclint/src
- tests
- rustdoc-gui
- src/test_docs
- rustdoc-json
- rustdoc-ui
- rustdoc
- ui
- feature-gates
- parser
- sanitizer/cfi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+514
-194
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 | + | ||
191 | 192 |
| |
192 | 193 |
| |
193 | 194 |
| |
|
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
2 | 1 |
| |
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
5 | 6 |
| |
7 | + | ||
6 | 8 |
| |
9 | + | ||
7 | 10 |
| |
11 | + | ||
8 | 12 |
| |
13 | + | ||
9 | 14 |
| |
10 | 15 |
| |
16 | + | ||
11 | 17 |
| |
12 | 18 |
| |
13 | 19 |
| |
14 | 20 |
| |
15 | 21 |
| |
22 | + | ||
16 | 23 |
| |
24 | + | ||
17 | 25 |
| |
18 | 26 |
| |
27 | + | ||
19 | 28 |
| |
29 | + | ||
20 | 30 |
|
Lines changed: 36 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | - | ||
13 | + | ||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | - | ||
17 | + | ||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
379 | 379 |
| |
380 | 380 |
| |
381 | 381 |
| |
382 | - | ||
383 | - | ||
384 | - | ||
385 | - | ||
382 | + | ||
383 | + | ||
384 | + | ||
386 | 385 |
| |
386 | + | ||
387 | + | ||
388 | + | ||
389 | + | ||
387 | 390 |
| |
388 | 391 |
| |
389 | 392 |
| |
390 | - | ||
391 | - | ||
392 | - | ||
393 | - | ||
394 | - | ||
395 | - | ||
396 | - | ||
397 | - | ||
393 | + | ||
394 | + | ||
395 | + | ||
396 | + | ||
397 | + | ||
398 | + | ||
398 | 399 |
| |
399 | 400 |
| |
400 | 401 |
| |
| |||
448 | 449 |
| |
449 | 450 |
| |
450 | 451 |
| |
451 | - | ||
452 | - | ||
453 | - | ||
454 | - | ||
455 | - | ||
456 | - | ||
457 | - | ||
458 | - | ||
452 | + | ||
453 | + | ||
454 | + | ||
455 | + | ||
456 | + | ||
457 | + | ||
458 | + | ||
459 | + | ||
460 | + | ||
461 | + | ||
462 | + | ||
463 | + | ||
464 | + | ||
465 | + | ||
466 | + | ||
467 | + | ||
468 | + | ||
469 | + | ||
459 | 470 |
| |
471 | + | ||
460 | 472 |
| |
473 | + | ||
461 | 474 |
| |
462 | 475 |
| |
463 | 476 |
| |
| |||
492 | 505 |
| |
493 | 506 |
| |
494 | 507 |
| |
495 | - | ||
508 | + | ||
496 | 509 |
| |
497 | 510 |
| |
498 | 511 |
| |
|
Lines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
45 | 77 |
| |
46 | 78 |
| |
47 | 79 |
| |
|
Lines changed: 1 addition & 48 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | - | ||
18 | + | ||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 | - | ||
246 | - | ||
247 | - | ||
248 | - | ||
249 | - | ||
250 | - | ||
251 | - | ||
252 | - | ||
253 | - | ||
254 | - | ||
255 | - | ||
256 | - | ||
257 | - | ||
258 | - | ||
259 | - | ||
260 | - | ||
261 | - | ||
262 | - | ||
263 | - | ||
264 | - | ||
265 | - | ||
266 | - | ||
267 | - | ||
268 | - | ||
269 | - | ||
270 | - | ||
271 | - | ||
272 | - | ||
273 | - | ||
274 | - | ||
275 | - | ||
276 | - | ||
277 | - | ||
278 | - | ||
279 | - | ||
280 | - | ||
281 | - | ||
282 | - | ||
283 | - | ||
284 | - | ||
285 | - | ||
286 | - | ||
287 | - | ||
288 | - | ||
289 | - | ||
290 | - | ||
291 | - | ||
292 | 245 |
| |
293 | 246 |
| |
294 | 247 |
| |
|
Lines changed: 1 addition & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 | - | ||
142 | - | ||
143 | - | ||
141 | + | ||
144 | 142 |
| |
145 | 143 |
| |
146 | 144 |
| |
147 | 145 |
| |
148 | 146 |
| |
149 | - | ||
150 | - | ||
151 | - | ||
152 | - | ||
153 | - | ||
154 | - | ||
155 | - | ||
156 | - | ||
157 | - | ||
158 | 147 |
| |
159 | 148 |
| |
160 | 149 |
| |
|
Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1226 | 1226 |
| |
1227 | 1227 |
| |
1228 | 1228 |
| |
1229 | - | ||
1230 | - | ||
1231 | - | ||
1232 | - | ||
1233 | - | ||
1234 | - | ||
1235 | 1229 |
| |
1236 | 1230 |
| |
1237 | 1231 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2077 | 2077 |
| |
2078 | 2078 |
| |
2079 | 2079 |
| |
2080 | - | ||
2080 | + | ||
2081 | 2081 |
| |
2082 | 2082 |
| |
2083 | 2083 |
| |
| |||
2086 | 2086 |
| |
2087 | 2087 |
| |
2088 | 2088 |
| |
2089 | - | ||
2089 | + | ||
2090 | 2090 |
| |
2091 | 2091 |
| |
2092 | 2092 |
| |
|
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
148 | 152 |
| |
149 | 153 |
| |
150 | 154 |
| |
| |||
173 | 177 |
| |
174 | 178 |
| |
175 | 179 |
| |
176 | - | ||
177 | - | ||
180 | + | ||
181 | + | ||
182 | + | ||
183 | + | ||
184 | + | ||
178 | 185 |
| |
179 | 186 |
| |
180 | 187 |
| |
181 | 188 |
| |
182 | 189 |
| |
183 | - | ||
184 | - | ||
185 | - | ||
186 | 190 |
| |
187 | 191 |
| |
188 | 192 |
| |
|
0 commit comments