-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit a30f915
Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- #132983 (Edit dangling pointers )
- #135409 (Fix ICE-133117: multiple never-pattern arm doesn't have false_edge_start_block)
- #135557 (Point at invalid utf-8 span on user's source code)
- #135596 (Properly note when query stack is being cut off)
- #135794 (Detect missing fields with default values and suggest `..`)
- #135814 (ci: use ghcr buildkit image)
- #135826 (Misc. `rustc_resolve` cleanups)
- #135837 (Remove test panic from File::open)
- #135856 (Library: Finalize dyn compatibility renaming)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
55 files changed
+1079
-682
lines changed- compiler
- rustc_builtin_macros/src
- rustc_driver_impl/src
- rustc_hir_typeck/src
- rustc_interface/src
- rustc_lint
- src
- rustc_mir_build/src/builder/matches
- rustc_parse/src
- rustc_query_system/src/query
- rustc_resolve/src
- library/std/src
- sys/pal/windows
- src
- ci/docker
- tools
- compiletest/src
- tidy/src
- tests
- crashes
- ui
- const-generics/generic_const_exprs
- layout
- lint/dangling-pointers-from-temporaries
- macros
- modules
- parser
- issues
- resolve
- rfcs/rfc-0000-never_patterns
- structs/default-field-values
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+1079
-682
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | - | ||
16 | + | ||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 | - | ||
213 | - | ||
214 | - | ||
212 | + | ||
213 | + | ||
214 | + | ||
215 | + | ||
215 | 216 |
| |
216 | 217 |
| |
217 | 218 |
| |
| |||
273 | 274 |
| |
274 | 275 |
| |
275 | 276 |
| |
276 | - | ||
277 | + | ||
277 | 278 |
| |
278 | 279 |
| |
279 | 280 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1528 | 1528 |
| |
1529 | 1529 |
| |
1530 | 1530 |
| |
1531 | - | ||
1531 | + | ||
1532 | 1532 |
| |
1533 | - | ||
1533 | + | ||
1534 | 1534 |
| |
1535 | 1535 |
| |
1536 | 1536 |
| |
|
Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2349 | 2349 |
| |
2350 | 2350 |
| |
2351 | 2351 |
| |
2352 | + | ||
2352 | 2353 |
| |
2353 | 2354 |
| |
2354 | 2355 |
| |
| |||
2386 | 2387 |
| |
2387 | 2388 |
| |
2388 | 2389 |
| |
2390 | + | ||
2389 | 2391 |
| |
2390 | 2392 |
| |
2391 | 2393 |
| |
| |||
2425 | 2427 |
| |
2426 | 2428 |
| |
2427 | 2429 |
| |
2430 | + | ||
2431 | + | ||
2432 | + | ||
2433 | + | ||
2434 | + | ||
2435 | + | ||
2436 | + | ||
2437 | + | ||
2438 | + | ||
2439 | + | ||
2440 | + | ||
2441 | + | ||
2442 | + | ||
2443 | + | ||
2444 | + | ||
2445 | + | ||
2446 | + | ||
2447 | + | ||
2448 | + | ||
2449 | + | ||
2450 | + | ||
2451 | + | ||
2452 | + | ||
2453 | + | ||
2454 | + | ||
2455 | + | ||
2456 | + | ||
2457 | + | ||
2428 | 2458 |
| |
2429 | 2459 |
| |
2430 | 2460 |
| |
|
Lines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
533 | 533 |
| |
534 | 534 |
| |
535 | 535 |
| |
536 | - | ||
536 | + | ||
537 | 537 |
| |
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
544 | - | ||
544 | + | ||
545 | 545 |
| |
546 | 546 |
| |
547 | 547 |
| |
548 | 548 |
| |
549 | 549 |
| |
550 | - | ||
550 | + | ||
551 | 551 |
| |
552 | 552 |
| |
553 | 553 |
| |
554 | 554 |
| |
555 | 555 |
| |
556 | 556 |
| |
557 | 557 |
| |
558 | - | ||
559 | - | ||
558 | + | ||
559 | + | ||
560 | + | ||
561 | + | ||
562 | + | ||
563 | + | ||
564 | + | ||
560 | 565 |
| |
561 | - | ||
566 | + | ||
562 | 567 |
| |
563 | 568 |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 | - | ||
212 | + | ||
213 | + | ||
214 | + | ||
213 | 215 |
| |
214 | 216 |
| |
215 | 217 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1139 | 1139 |
| |
1140 | 1140 |
| |
1141 | 1141 |
| |
1142 | - | ||
1142 | + | ||
1143 | + | ||
1144 | + | ||
1143 | 1145 |
| |
1144 | 1146 |
| |
1145 | 1147 |
| |
|
Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1986 | 1986 |
| |
1987 | 1987 |
| |
1988 | 1988 |
| |
1989 | + | ||
1989 | 1990 |
| |
1990 | 1991 |
| |
1991 | 1992 |
| |
| |||
2000 | 2001 |
| |
2001 | 2002 |
| |
2002 | 2003 |
| |
2003 | - | ||
2004 | - | ||
2004 | + | ||
2005 | + | ||
2006 | + | ||
2007 | + | ||
2008 | + | ||
2009 | + | ||
2010 | + | ||
2011 | + | ||
2005 | 2012 |
| |
2006 | 2013 |
| |
2007 | 2014 |
| |
|
Lines changed: 63 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | + | ||
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 | - | ||
18 | + | ||
19 | + | ||
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
24 | - | ||
26 | + | ||
25 | 27 |
| |
28 | + | ||
26 | 29 |
| |
27 | 30 |
| |
28 | 31 |
| |
| |||
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
76 | - | ||
77 | - | ||
79 | + | ||
80 | + | ||
81 | + | ||
78 | 82 |
| |
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
79 | 95 |
| |
80 | 96 |
| |
81 | 97 |
| |
| |||
84 | 100 |
| |
85 | 101 |
| |
86 | 102 |
| |
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
87 | 146 |
| |
88 | 147 |
| |
89 | 148 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
567 | 567 |
| |
568 | 568 |
| |
569 | 569 |
| |
570 | - | ||
570 | + | ||
571 | 571 |
| |
572 | 572 |
| |
573 | 573 |
| |
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
587 | - | ||
587 | + | ||
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
| |||
615 | 615 |
| |
616 | 616 |
| |
617 | 617 |
| |
618 | - | ||
618 | + | ||
619 | 619 |
|
0 commit comments