Commit cf79d03
committed
Auto merge of #155720 - jhpratt:rollup-OEB9tQ5, r=jhpratt
Rollup of 9 pull requests
Successful merges:
- #155684 (Generalize IO Traits for `Arc<T>` where `&T: IoTrait`)
- #155081 (Move and clean up some ui test)
- #155379 (Avoid query cycles in DataflowConstProp)
- #155663 (Eliminate `CrateMetadataRef`.)
- #155669 (Add `Sender` diagnostic item for `std::sync::mpsc::Sender`)
- #155698 (Syntactically reject tuple index shorthands in struct patterns to fix a correctness regression)
- #155703 (Remove myself as a maintainer of `wasm32-wasip1-threads`)
- #155706 (Remove `AttributeLintKind` variants - part 7)
- #155712 (Forbid `*-pass` and `*-fail` directives in tests/crashes)77 files changed
Lines changed: 555 additions & 694 deletions
File tree
- compiler
- rustc_attr_parsing/src
- attributes/diagnostic
- rustc_lint_defs/src
- rustc_lint/src
- early
- rustc_metadata/src
- rmeta
- decoder
- rustc_mir_transform/src
- rustc_parse/src/parser
- library/std/src
- io
- sync
- src
- doc
- rustc-dev-guide/src/tests
- rustc/src/platform-support
- tools
- compiletest/src
- runtest
- tidy/src
- tests/ui
- dataflow_const_prop
- deref-patterns
- keyword
- lint
- unknown-lints
- parser
- pattern
- deref-patterns
- self
- structs
- tuple
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | | - | |
| 148 | + | |
148 | 149 | | |
149 | | - | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
154 | | - | |
| 155 | + | |
155 | 156 | | |
156 | | - | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 43 | | |
54 | 44 | | |
55 | 45 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3282 | 3282 | | |
3283 | 3283 | | |
3284 | 3284 | | |
3285 | | - | |
3286 | | - | |
3287 | | - | |
3288 | | - | |
3289 | | - | |
3290 | | - | |
3291 | | - | |
3292 | | - | |
3293 | 3285 | | |
3294 | 3286 | | |
3295 | 3287 | | |
3296 | 3288 | | |
3297 | | - | |
3298 | | - | |
3299 | | - | |
3300 | | - | |
3301 | | - | |
3302 | | - | |
3303 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
659 | | - | |
660 | | - | |
661 | 659 | | |
662 | 660 | | |
663 | 661 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | 114 | | |
130 | 115 | | |
131 | 116 | | |
| |||
245 | 230 | | |
246 | 231 | | |
247 | 232 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
| 233 | + | |
| 234 | + | |
253 | 235 | | |
254 | 236 | | |
255 | 237 | | |
| |||
284 | 266 | | |
285 | 267 | | |
286 | 268 | | |
287 | | - | |
288 | | - | |
| 269 | + | |
289 | 270 | | |
290 | 271 | | |
291 | 272 | | |
292 | 273 | | |
293 | | - | |
294 | | - | |
| 274 | + | |
| 275 | + | |
295 | 276 | | |
296 | 277 | | |
297 | 278 | | |
| |||
676 | 657 | | |
677 | 658 | | |
678 | 659 | | |
679 | | - | |
680 | 660 | | |
681 | 661 | | |
682 | 662 | | |
| |||
865 | 845 | | |
866 | 846 | | |
867 | 847 | | |
868 | | - | |
869 | | - | |
| 848 | + | |
| 849 | + | |
870 | 850 | | |
871 | 851 | | |
872 | | - | |
873 | | - | |
| 852 | + | |
| 853 | + | |
874 | 854 | | |
875 | 855 | | |
876 | 856 | | |
| |||
1045 | 1025 | | |
1046 | 1026 | | |
1047 | 1027 | | |
1048 | | - | |
| 1028 | + | |
1049 | 1029 | | |
1050 | 1030 | | |
1051 | 1031 | | |
1052 | | - | |
| 1032 | + | |
1053 | 1033 | | |
1054 | 1034 | | |
1055 | | - | |
| 1035 | + | |
1056 | 1036 | | |
1057 | 1037 | | |
1058 | 1038 | | |
| |||
1086 | 1066 | | |
1087 | 1067 | | |
1088 | 1068 | | |
1089 | | - | |
| 1069 | + | |
1090 | 1070 | | |
1091 | 1071 | | |
1092 | | - | |
| 1072 | + | |
1093 | 1073 | | |
1094 | 1074 | | |
1095 | 1075 | | |
| |||
1243 | 1223 | | |
1244 | 1224 | | |
1245 | 1225 | | |
1246 | | - | |
1247 | | - | |
1248 | | - | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
1249 | 1229 | | |
1250 | 1230 | | |
1251 | 1231 | | |
| |||
0 commit comments