Commit efcaddb
committed
Auto merge of #157121 - JonathanBrouwer:rollup-htRw3jp, r=JonathanBrouwer
Rollup of 16 pull requests
Successful merges:
- #149195 (resolve: Partially convert `ambiguous_glob_imports` lint into a hard error)
- #156960 (Some cleanups around passing extra lifetime params from the resolver to ast lowering)
- #156963 (definitions: remove `DefPathTable`, use `LocalDefId` instead of `DefIndex`)
- #157053 (Eagerly resolve delegations in late resolution)
- #157068 (NVPTX: Remove the unstable ptx linker flavor)
- #157076 (Various proc-macro related code cleanups)
- #157106 (add ABI check logic for wasm)
- #154835 (std::offload sharedmem)
- #157065 (Stabilize `Path::is_empty`)
- #157088 (Improve suggestions for malformed deprecated attribute)
- #157098 (Add the `clflushopt` x86 target feature)
- #157103 (Add reproducibly failing tests for parallel frontend)
- #157111 (Update target maintainer for x86_64-unknown-linux-none)
- #157116 (rustc_public: add `with_cx()` to `CompilerInterface`)
- #157119 (ast_lowering: Simplify `resolve_pin_drop_sugar_impl_item`)
- #157120 (Cleanups around attribute target checking)
Failed merges:
- #157100 (Some more per owner things)120 files changed
Lines changed: 1335 additions & 2034 deletions
File tree
- compiler
- rustc_ast_lowering/src
- rustc_attr_parsing/src
- attributes
- rustc_codegen_gcc/build_system/src
- rustc_codegen_llvm/src
- builder
- rustc_codegen_ssa/src/back
- rustc_feature/src
- rustc_hir_analysis/src/check
- rustc_hir/src
- rustc_lint_defs/src
- rustc_metadata/src/rmeta
- rustc_middle/src/ty
- rustc_public/src
- rustc_resolve/src
- late
- rustc_span/src
- rustc_target/src
- spec
- targets
- library
- core/src/intrinsics
- proc_macro/src/bridge
- std_detect
- src/detect
- arch
- os
- tests
- std/src
- src
- doc
- rustc/src/platform-support
- unstable-book/src/compiler-flags
- tools/compiletest/src/runtest
- tests
- assembly-llvm
- nvptx-kernel-abi
- codegen-llvm/gpu_offload
- ui
- check-cfg
- closures/2229_closure_analysis/diagnostics
- deprecation
- error-codes
- feature-gates
- imports
- linkage-attr
- lint/unused
- liveness
- pattern/usefulness
- pin-ergonomics
- target-feature
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
| 233 | + | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
| 238 | + | |
249 | 239 | | |
250 | 240 | | |
251 | 241 | | |
| |||
255 | 245 | | |
256 | 246 | | |
257 | 247 | | |
258 | | - | |
259 | | - | |
| 248 | + | |
| 249 | + | |
260 | 250 | | |
261 | 251 | | |
262 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
1195 | | - | |
| 1195 | + | |
1196 | 1196 | | |
1197 | 1197 | | |
1198 | 1198 | | |
1199 | | - | |
1200 | | - | |
1201 | | - | |
1202 | | - | |
1203 | | - | |
1204 | | - | |
1205 | | - | |
1206 | | - | |
1207 | | - | |
1208 | | - | |
1209 | | - | |
1210 | | - | |
1211 | | - | |
1212 | | - | |
1213 | | - | |
1214 | | - | |
1215 | | - | |
1216 | | - | |
1217 | | - | |
1218 | | - | |
1219 | | - | |
1220 | | - | |
1221 | | - | |
1222 | | - | |
1223 | | - | |
1224 | | - | |
1225 | | - | |
1226 | | - | |
1227 | | - | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
1228 | 1220 | | |
1229 | 1221 | | |
1230 | | - | |
1231 | | - | |
1232 | | - | |
1233 | | - | |
1234 | | - | |
1235 | | - | |
1236 | | - | |
1237 | | - | |
1238 | | - | |
| 1222 | + | |
1239 | 1223 | | |
1240 | 1224 | | |
1241 | 1225 | | |
| |||
1356 | 1340 | | |
1357 | 1341 | | |
1358 | 1342 | | |
1359 | | - | |
1360 | | - | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
1361 | 1351 | | |
1362 | 1352 | | |
1363 | 1353 | | |
| |||
1928 | 1918 | | |
1929 | 1919 | | |
1930 | 1920 | | |
1931 | | - | |
| 1921 | + | |
1932 | 1922 | | |
1933 | 1923 | | |
1934 | 1924 | | |
1935 | | - | |
| 1925 | + | |
1936 | 1926 | | |
1937 | 1927 | | |
1938 | 1928 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| |||
948 | 948 | | |
949 | 949 | | |
950 | 950 | | |
951 | | - | |
| 951 | + | |
952 | 952 | | |
953 | | - | |
954 | | - | |
955 | | - | |
956 | | - | |
957 | | - | |
958 | | - | |
959 | | - | |
960 | | - | |
961 | | - | |
962 | | - | |
963 | | - | |
964 | | - | |
965 | | - | |
966 | | - | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
967 | 962 | | |
968 | | - | |
969 | | - | |
970 | | - | |
971 | | - | |
972 | | - | |
973 | | - | |
974 | | - | |
975 | | - | |
976 | 963 | | |
977 | 964 | | |
978 | | - | |
| 965 | + | |
979 | 966 | | |
980 | 967 | | |
981 | | - | |
| 968 | + | |
982 | 969 | | |
983 | 970 | | |
984 | | - | |
| 971 | + | |
985 | 972 | | |
986 | 973 | | |
987 | | - | |
| 974 | + | |
988 | 975 | | |
989 | 976 | | |
990 | 977 | | |
| |||
1005 | 992 | | |
1006 | 993 | | |
1007 | 994 | | |
1008 | | - | |
| 995 | + | |
1009 | 996 | | |
1010 | 997 | | |
1011 | 998 | | |
| |||
Lines changed: 50 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
79 | 112 | | |
80 | 113 | | |
81 | 114 | | |
| |||
133 | 166 | | |
134 | 167 | | |
135 | 168 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 169 | + | |
| 170 | + | |
145 | 171 | | |
146 | | - | |
147 | 172 | | |
| 173 | + | |
148 | 174 | | |
149 | 175 | | |
150 | 176 | | |
| |||
163 | 189 | | |
164 | 190 | | |
165 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
416 | | - | |
417 | | - | |
| 415 | + | |
418 | 416 | | |
419 | 417 | | |
420 | 418 | | |
| |||
0 commit comments