This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 929f899
committed
Auto merge of rust-lang#133322 - compiler-errors:rollup-pcn90qt, r=compiler-errors
Rollup of 9 pull requests
Successful merges:
- rust-lang#129238 (Stabilize `Ipv6Addr::is_unique_local` and `Ipv6Addr::is_unicast_link_local`)
- rust-lang#130867 (distinguish overflow and unimplemented in Step::steps_between)
- rust-lang#131505 (use `confstr(_CS_DARWIN_USER_TEMP_DIR, ...)` as a `TMPDIR` fallback on Darwin)
- rust-lang#132090 (Stop being so bail-y in candidate assembly)
- rust-lang#133159 (Don't allow `-Zunstable-options` to take a value )
- rust-lang#133215 (Fix missing submodule in `./x vendor`)
- rust-lang#133286 (Re-delay a resolve `bug` related to `Self`-ctor in patterns)
- rust-lang#133301 (Add code example for `wrapping_neg` method for signed integers)
- rust-lang#133313 (Use arc4random of libc for RTEMS target)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
64 files changed
+639
-385
lines changed- compiler
- rustc_abi/src
- rustc_index_macros/src
- rustc_resolve/src
- rustc_session/src
- rustc_trait_selection/src/traits/select
- rustc_ty_utils/src
- library
- core
- src
- iter
- net
- num
- tests/iter/traits
- std/src
- sys
- pal/unix
- os
- random
- src/bootstrap/src/core/build_steps
- tests
- crashes
- ui
- codemap_tests
- const-generics
- generic_const_exprs
- diagnostic-width
- error-emitter
- generic-associated-types
- impl-trait
- issues
- layout
- lazy-type-alias
- nll/user-annotations
- pattern
- specialization
- traits
- object
- type-alias-impl-trait
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+639
-385
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
| 641 | + | |
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3940 | 3940 | | |
3941 | 3941 | | |
3942 | 3942 | | |
3943 | | - | |
3944 | | - | |
3945 | | - | |
| 3943 | + | |
| 3944 | + | |
3946 | 3945 | | |
3947 | 3946 | | |
3948 | 3947 | | |
| 3948 | + | |
3949 | 3949 | | |
3950 | 3950 | | |
3951 | 3951 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
466 | | - | |
467 | | - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
468 | 471 | | |
469 | 472 | | |
470 | 473 | | |
471 | 474 | | |
472 | 475 | | |
| 476 | + | |
473 | 477 | | |
474 | 478 | | |
475 | 479 | | |
| |||
1609 | 1613 | | |
1610 | 1614 | | |
1611 | 1615 | | |
1612 | | - | |
| 1616 | + | |
1613 | 1617 | | |
1614 | 1618 | | |
1615 | 1619 | | |
1616 | 1620 | | |
1617 | | - | |
| 1621 | + | |
1618 | 1622 | | |
1619 | | - | |
| 1623 | + | |
1620 | 1624 | | |
1621 | | - | |
| 1625 | + | |
1622 | 1626 | | |
1623 | 1627 | | |
1624 | 1628 | | |
| |||
1915 | 1919 | | |
1916 | 1920 | | |
1917 | 1921 | | |
1918 | | - | |
| 1922 | + | |
1919 | 1923 | | |
1920 | | - | |
| 1924 | + | |
1921 | 1925 | | |
1922 | | - | |
| 1926 | + | |
1923 | 1927 | | |
1924 | 1928 | | |
1925 | 1929 | | |
1926 | | - | |
| 1930 | + | |
1927 | 1931 | | |
1928 | | - | |
| 1932 | + | |
1929 | 1933 | | |
1930 | | - | |
| 1934 | + | |
1931 | 1935 | | |
1932 | | - | |
| 1936 | + | |
1933 | 1937 | | |
1934 | | - | |
| 1938 | + | |
1935 | 1939 | | |
1936 | | - | |
| 1940 | + | |
1937 | 1941 | | |
1938 | 1942 | | |
1939 | 1943 | | |
| |||
1991 | 1995 | | |
1992 | 1996 | | |
1993 | 1997 | | |
1994 | | - | |
| 1998 | + | |
1995 | 1999 | | |
1996 | 2000 | | |
1997 | 2001 | | |
| |||
2165 | 2169 | | |
2166 | 2170 | | |
2167 | 2171 | | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
2168 | 2178 | | |
2169 | | - | |
| 2179 | + | |
2170 | 2180 | | |
2171 | 2181 | | |
2172 | 2182 | | |
| |||
Lines changed: 0 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 94 | | |
103 | 95 | | |
104 | 96 | | |
| |||
230 | 222 | | |
231 | 223 | | |
232 | 224 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | 225 | | |
241 | 226 | | |
242 | 227 | | |
| |||
563 | 548 | | |
564 | 549 | | |
565 | 550 | | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | 551 | | |
580 | 552 | | |
581 | 553 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2487 | 2487 | | |
2488 | 2488 | | |
2489 | 2489 | | |
2490 | | - | |
2491 | | - | |
2492 | | - | |
2493 | | - | |
2494 | 2490 | | |
2495 | 2491 | | |
2496 | 2492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 97 | | |
102 | 98 | | |
103 | 99 | | |
| |||
0 commit comments