Commit 86dbd71
committed
Auto merge of #142750 - jhpratt:rollup-6t1h6wx, r=jhpratt
Rollup of 10 pull requests
Successful merges:
- #138291 (rewrite `optimize` attribute to use new attribute parsing infrastructure)
- #141990 (Implement send_signal for unix child processes)
- #142331 (Add `trim_prefix` and `trim_suffix` methods for both `slice` and `str` types.)
- #142478 (install docs for each target in different directory)
- #142571 (Reason about borrowed classes in CopyProp.)
- #142668 (vec_deque/fmt/vec tests: remove static mut)
- #142687 (Reduce uses of `hir_crate`.)
- #142690 (expand: Remove some unnecessary generic parameters)
- #142699 (Update books)
- #142714 (add comment to `src/bootstrap/build.rs`)
Failed merges:
- #142502 (rustdoc_json: improve handling of generic args)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
58 files changed
+650
-522
lines changed- compiler
- rustc_attr_data_structures/src
- rustc_attr_parsing/src
- attributes
- rustc_codegen_ssa
- src
- rustc_const_eval/src
- check_consts
- rustc_driver_impl/src
- rustc_error_codes/src
- error_codes
- rustc_expand/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- method
- rustc_interface/src
- rustc_lint/src
- rustc_middle/src
- hir
- ty
- rustc_mir_transform/src
- rustc_parse/src
- rustc_passes/src
- rustc_trait_selection/src/error_reporting/traits
- library
- alloctests
- testing
- tests
- testing
- alloc/src/collections
- linked_list
- vec_deque
- coretests/tests
- core/src
- slice
- str
- std/src
- os/unix
- sys
- pal/unix/linux
- process/unix
- src
- bootstrap
- src/core/build_steps
- doc
- librustdoc
- rustdoc-json-types
- tests
- mir-opt/copy-prop
- ui/feature-gates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+650
-522
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
232 | | - | |
| 233 | + | |
| 234 | + | |
233 | 235 | | |
234 | 236 | | |
235 | 237 | | |
| |||
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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 87 | | |
93 | 88 | | |
94 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
| 458 | + | |
| 459 | + | |
485 | 460 | | |
486 | 461 | | |
487 | 462 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | 211 | | |
226 | 212 | | |
227 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | 466 | | |
473 | 467 | | |
474 | 468 | | |
| |||
543 | 537 | | |
544 | 538 | | |
545 | 539 | | |
546 | | - | |
547 | 540 | | |
548 | 541 | | |
549 | 542 | | |
| |||
919 | 912 | | |
920 | 913 | | |
921 | 914 | | |
922 | | - | |
923 | 915 | | |
924 | 916 | | |
925 | 917 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
388 | 387 | | |
389 | 388 | | |
390 | 389 | | |
| |||
412 | 411 | | |
413 | 412 | | |
414 | 413 | | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
| 414 | + | |
429 | 415 | | |
430 | 416 | | |
431 | 417 | | |
| |||
452 | 438 | | |
453 | 439 | | |
454 | 440 | | |
455 | | - | |
456 | 441 | | |
457 | 442 | | |
458 | 443 | | |
| |||
472 | 457 | | |
473 | 458 | | |
474 | 459 | | |
475 | | - | |
476 | | - | |
| 460 | + | |
477 | 461 | | |
478 | 462 | | |
479 | 463 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
141 | | - | |
| 139 | + | |
142 | 140 | | |
143 | 141 | | |
144 | 142 | | |
| |||
0 commit comments