This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 1627c60
committed
Auto merge of rust-lang#119558 - matthiaskrgr:rollup-ghm80lp, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#117449 (Avoid silencing relevant follow-up errors)
- rust-lang#117556 (Disallow reference to `static mut` and adding `static_mut_ref` lint)
- rust-lang#118521 (Enable address sanitizer for MSVC targets using INFERASANLIBS linker flag)
- rust-lang#118704 (Promote `riscv32{im|imafc}` targets to tier 2)
- rust-lang#119026 (std::net::bind using -1 for openbsd which in turn sets it to somaxconn.)
- rust-lang#119151 (Hide foreign `#[doc(hidden)]` paths in import suggestions)
- rust-lang#119195 (Make named_asm_labels lint not trigger on unicode and trigger on format args)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
280 files changed
+4500
-789
lines changed- compiler
- rustc_codegen_cranelift/example
- rustc_codegen_gcc/example
- rustc_codegen_ssa/src/back
- rustc_error_codes/src
- error_codes
- rustc_hir_analysis
- src
- check
- rustc_lint_defs/src
- rustc_lint/src
- rustc_middle/src/ty
- rustc_resolve/src
- late
- rustc_session/src
- rustc_target/src/spec/targets
- rustc_trait_selection/src/traits
- library
- panic_unwind/src
- std/src
- os/unix/net
- sys/common/thread_local
- src
- bootstrap/src/core
- build_steps
- config
- doc/rustc/src
- platform-support
- tools
- clippy/tests/ui/crashes
- lint-docs/src
- miri/tests
- fail/tls
- pass
- tls
- tests
- run-make
- sanitizer-cdylib-link
- sanitizer-dylib-link
- sanitizer-staticlib-link
- ui
- abi/statics
- asm
- associated-inherent-types
- associated-type-bounds
- associated-types
- async-await
- issues
- return-type-notation
- track-caller
- borrowck
- const-generics
- generic_const_exprs
- late-bound-vars
- min_const_generics
- consts
- miri_unleashed
- derives
- did_you_mean
- drop
- dyn-keyword
- error-codes
- feature-gates
- fn
- generic-associated-types
- parse
- generic-const-items
- generics
- impl-header-lifetime-elision
- impl-trait
- issues
- intrinsics
- issues
- lang-items
- lifetimes
- nll
- object-lifetime
- object-safety
- parser
- issues
- rfcs/rfc-2632-const-trait-impl
- const_derives
- effects
- sanitize
- stability-attribute
- statics
- static
- suggestions
- auxiliary
- target-feature
- thread-local
- traits
- associated_type_bound
- non_lifetime_binders
- object
- transmutability
- type-alias-impl-trait
- typeck
- unboxed-closures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
280 files changed
+4500
-789
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3877 | 3877 | | |
3878 | 3878 | | |
3879 | 3879 | | |
| 3880 | + | |
3880 | 3881 | | |
3881 | 3882 | | |
3882 | 3883 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1186 | 1186 | | |
1187 | 1187 | | |
1188 | 1188 | | |
1189 | | - | |
1190 | | - | |
1191 | | - | |
1192 | | - | |
1193 | | - | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
1194 | 1199 | | |
1195 | 1200 | | |
1196 | 1201 | | |
1197 | | - | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
1198 | 1205 | | |
1199 | 1206 | | |
1200 | 1207 | | |
| |||
1204 | 1211 | | |
1205 | 1212 | | |
1206 | 1213 | | |
1207 | | - | |
| 1214 | + | |
1208 | 1215 | | |
1209 | 1216 | | |
1210 | | - | |
| 1217 | + | |
1211 | 1218 | | |
1212 | 1219 | | |
1213 | | - | |
| 1220 | + | |
1214 | 1221 | | |
1215 | 1222 | | |
1216 | | - | |
| 1223 | + | |
1217 | 1224 | | |
1218 | 1225 | | |
1219 | | - | |
| 1226 | + | |
1220 | 1227 | | |
1221 | 1228 | | |
1222 | | - | |
| 1229 | + | |
1223 | 1230 | | |
1224 | 1231 | | |
1225 | 1232 | | |
1226 | | - | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
1227 | 1239 | | |
1228 | 1240 | | |
1229 | 1241 | | |
| |||
1254 | 1266 | | |
1255 | 1267 | | |
1256 | 1268 | | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
1257 | 1273 | | |
1258 | 1274 | | |
1259 | 1275 | | |
| |||
2076 | 2092 | | |
2077 | 2093 | | |
2078 | 2094 | | |
2079 | | - | |
| 2095 | + | |
2080 | 2096 | | |
2081 | 2097 | | |
2082 | 2098 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| 518 | + | |
518 | 519 | | |
519 | 520 | | |
520 | 521 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
349 | 363 | | |
350 | 364 | | |
351 | 365 | | |
| |||
| 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 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments