Commit 4a14677
committed
Auto merge of rust-lang#102192 - matthiaskrgr:rollup-0ctjzco, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#102094 (Add missing documentation for `bool::from_str`)
- rust-lang#102115 (Add examples to `bool::then` and `bool::then_some`)
- rust-lang#102134 (Detect panic strategy using `rustc --print cfg`)
- rust-lang#102137 (Don't convert valtree to constvalue during normalization)
- rust-lang#102148 (add regression test for miri issue 2433)
- rust-lang#102158 (rustdoc: clean up CSS/DOM for deprecation warnings)
- rust-lang#102177 (Fix a typo in `std`'s root docs)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
69 files changed
+98
-166
lines changed- compiler/rustc_trait_selection/src/traits/query
- library
- core/src
- str
- std/src
- src
- librustdoc/html
- markdown
- render
- static/css
- test/ui
- async-await
- issues/issue-65419
- binding
- cfg
- closures/2229_closure_analysis/migrations
- drop
- extern-flag
- extern
- generator
- intrinsics
- issues
- iterators
- macros
- mir
- numbers-arithmetic
- panic-handler
- panic-runtime
- privacy
- proc-macro
- rfc-1937-termination-trait
- rfc-2091-track-caller
- rfcs
- runtime
- test-attrs
- transmutability/malformed-program-gracefulness
- unwind-abis
- tools
- compiletest/src
- miri
- cargo-miri/src
- src
- tests/pass/issues
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+98
-166
lines changedLines changed: 1 addition & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
| 354 | + | |
373 | 355 | | |
374 | 356 | | |
375 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
21 | 33 | | |
22 | 34 | | |
23 | 35 | | |
| |||
37 | 49 | | |
38 | 50 | | |
39 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
40 | 63 | | |
41 | 64 | | |
42 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
576 | | - | |
577 | | - | |
| 576 | + | |
| 577 | + | |
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
122 | 117 | | |
123 | 118 | | |
124 | 119 | | |
| |||
1072 | 1067 | | |
1073 | 1068 | | |
1074 | 1069 | | |
1075 | | - | |
| 1070 | + | |
1076 | 1071 | | |
1077 | | - | |
| 1072 | + | |
1078 | 1073 | | |
1079 | 1074 | | |
1080 | 1075 | | |
| |||
1093 | 1088 | | |
1094 | 1089 | | |
1095 | 1090 | | |
1096 | | - | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
1097 | 1094 | | |
1098 | 1095 | | |
1099 | 1096 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
| 282 | + | |
284 | 283 | | |
285 | 284 | | |
286 | 285 | | |
287 | | - | |
288 | | - | |
289 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
290 | 289 | | |
291 | 290 | | |
292 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
584 | 586 | | |
585 | 587 | | |
586 | 588 | | |
587 | | - | |
588 | 589 | | |
589 | 590 | | |
590 | 591 | | |
| |||
608 | 609 | | |
609 | 610 | | |
610 | 611 | | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
| 612 | + | |
618 | 613 | | |
619 | 614 | | |
620 | 615 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1068 | 1068 | | |
1069 | 1069 | | |
1070 | 1070 | | |
1071 | | - | |
1072 | | - | |
1073 | | - | |
1074 | | - | |
1075 | 1071 | | |
1076 | 1072 | | |
1077 | 1073 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments