This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit c38ca44
committed
Auto merge of rust-lang#116769 - matthiaskrgr:rollup-1ivruaq, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#115955 (Stabilize `{IpAddr, Ipv6Addr}::to_canonical`)
- rust-lang#116033 (report `unused_import` for empty reexports even it is pub)
- rust-lang#116172 (Broaden the consequences of recursive TLS initialization)
- rust-lang#116341 (Implement sys::args for UEFI)
- rust-lang#116522 (use `PatKind::Error` when an ADT const value has violation)
- rust-lang#116732 (Make x capable of resolving symlinks)
- rust-lang#116755 (Remove me from libcore review rotation)
- rust-lang#116760 (Remove trivial cast in `guaranteed_eq`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
47 files changed
+347
-74
lines changed- compiler
- rustc_ast/src
- rustc_codegen_llvm/src
- debuginfo
- rustc_hir_typeck/src/fn_ctxt
- rustc_infer/src/traits
- rustc_middle/src
- mir
- ty
- rustc_mir_build/src/thir/pattern
- rustc_mir_dataflow/src/framework
- rustc_resolve/src
- rustc_trait_selection/src/traits
- error_reporting
- library
- core
- src
- net
- ptr
- tests
- num/flt2dec
- portable-simd/crates/core_simd/src
- std/src
- sys
- common
- uefi
- unix/process
- thread
- src
- doc/rustc/src/platform-support
- tools
- clippy/tests/ui
- miri/tests/utils
- rust-analyzer/crates
- parser/src
- syntax_kind
- syntax/src/tests
- rustfmt/src/config
- tests/ui
- imports
- lint/unused
- parser
- pattern
- privacy
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+347
-74
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
201 | 209 | | |
202 | 210 | | |
203 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
146 | 145 | | |
147 | 146 | | |
148 | 147 | | |
149 | | - | |
150 | 148 | | |
151 | 149 | | |
152 | 150 | | |
| |||
173 | 171 | | |
174 | 172 | | |
175 | 173 | | |
176 | | - | |
| 174 | + | |
177 | 175 | | |
178 | 176 | | |
179 | 177 | | |
| |||
332 | 330 | | |
333 | 331 | | |
334 | 332 | | |
335 | | - | |
336 | 333 | | |
337 | 334 | | |
338 | 335 | | |
| |||
0 commit comments