This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 7c4ac06
committed
Auto merge of rust-lang#124752 - GuillaumeGomez:rollup-a4qagbd, r=GuillaumeGomez
Rollup of 6 pull requests
Successful merges:
- rust-lang#124148 (rustdoc-search: search for references)
- rust-lang#124668 (Fix bootstrap panic when build from tarball)
- rust-lang#124736 (compiler: upgrade time from 0.3.34 to 0.3.36)
- rust-lang#124748 (Fix unwinding on 32-bit watchOS ARM (v2))
- rust-lang#124749 (Stabilize exclusive_range_pattern (v2))
- rust-lang#124750 (Document That `f16` And `f128` Hardware Support is Limited (v2))
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
98 files changed
+1281
-741
lines changed- compiler
- rustc_ast_passes/src
- rustc_driver_impl
- rustc_error_codes/src/error_codes
- rustc_feature/src
- rustc_lint_defs/src
- rustc_pattern_analysis/src
- library
- alloc/src
- core/src
- std/src/sys/personality
- dwarf
- unwind/src
- src
- bootstrap/src/core
- doc
- rustdoc/src/read-documentation
- unstable-book/src/language-features
- librustdoc/html
- render
- static/js
- tools/clippy/tests/ui
- tests
- mir-opt/building/match
- rustdoc-js-std
- rustdoc-js
- ui
- binding
- consts/miri_unleashed
- feature-gates
- half-open-range-patterns
- inline-const
- match
- mir
- parser
- issues
- recover
- pattern
- usefulness
- integer-ranges
- range
- rfcs/rfc-1445-restrict-constants-in-patterns
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
98 files changed
+1281
-741
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5597 | 5597 | | |
5598 | 5598 | | |
5599 | 5599 | | |
5600 | | - | |
| 5600 | + | |
5601 | 5601 | | |
5602 | | - | |
| 5602 | + | |
5603 | 5603 | | |
5604 | 5604 | | |
5605 | 5605 | | |
| |||
5618 | 5618 | | |
5619 | 5619 | | |
5620 | 5620 | | |
5621 | | - | |
| 5621 | + | |
5622 | 5622 | | |
5623 | | - | |
| 5623 | + | |
5624 | 5624 | | |
5625 | 5625 | | |
5626 | 5626 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | 421 | | |
431 | 422 | | |
432 | 423 | | |
| |||
619 | 610 | | |
620 | 611 | | |
621 | 612 | | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | 613 | | |
627 | 614 | | |
628 | 615 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
458 | | - | |
459 | 457 | | |
460 | 458 | | |
461 | 459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
847 | | - | |
848 | 847 | | |
849 | 848 | | |
850 | 849 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
182 | | - | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1133 | 1133 | | |
1134 | 1134 | | |
1135 | 1135 | | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
1136 | 1142 | | |
1137 | 1143 | | |
1138 | 1144 | | |
| |||
1232 | 1238 | | |
1233 | 1239 | | |
1234 | 1240 | | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
1235 | 1247 | | |
1236 | 1248 | | |
1237 | 1249 | | |
| |||
0 commit comments