This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 54cdc75
committed
Auto merge of rust-lang#136965 - jhpratt:rollup-bsnqvmf, r=jhpratt
Rollup of 8 pull requests
Successful merges:
- rust-lang#134999 (Add cygwin target.)
- rust-lang#136559 (Resolve named regions when reporting type test failures in NLL)
- rust-lang#136660 (Use a trait to enforce field validity for union fields + `unsafe` fields + `unsafe<>` binder types)
- rust-lang#136858 (Parallel-compiler-related cleanup)
- rust-lang#136881 (cg_llvm: Reduce visibility of all functions in the llvm module)
- rust-lang#136888 (Always perform discr read for never pattern in EUV)
- rust-lang#136948 (Split out the `extern_system_varargs` feature)
- rust-lang#136949 (Fix import in bench for wasm)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
71 files changed
+1232
-791
lines changed- compiler
- rustc_abi/src
- rustc_borrowck/src/diagnostics
- rustc_codegen_cranelift/example
- rustc_codegen_gcc
- example
- src/back
- rustc_codegen_llvm/src
- llvm
- rustc_data_structures/src
- sync
- rustc_feature/src
- rustc_hir_analysis/src
- check
- rustc_hir_typeck/src
- rustc_hir/src
- rustc_middle/src
- traits
- ty
- rustc_next_trait_solver/src/solve
- assembly
- normalizes_to
- rustc_query_system/src/dep_graph
- rustc_span/src
- rustc_target/src/spec
- base
- targets
- rustc_trait_selection/src/traits
- select
- rustc_type_ir/src
- library
- core/src
- std/benches
- src
- bootstrap/src/core/builder
- doc
- rustc-dev-guide/src
- rustc/src
- platform-support
- tests
- assembly/targets
- auxiliary
- ui
- c-variadic
- check-cfg
- cmse-nonsecure
- cmse-nonsecure-call
- cmse-nonsecure-entry
- error-codes
- feature-gates
- layout
- nll/ty-outlives
- rfcs/rfc-0000-never_patterns
- unsafe-binders
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+1232
-791
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | 198 | | |
200 | 199 | | |
201 | 200 | | |
| |||
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
207 | | - | |
208 | 206 | | |
209 | 207 | | |
210 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
320 | 323 | | |
321 | 324 | | |
322 | 325 | | |
323 | 326 | | |
324 | 327 | | |
325 | | - | |
| 328 | + | |
326 | 329 | | |
327 | 330 | | |
328 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
713 | | - | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | 713 | | |
718 | 714 | | |
719 | 715 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | 248 | | |
252 | 249 | | |
253 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments