Commit c78a294
committed
Auto merge of rust-lang#152986 - JonathanBrouwer:rollup-YgdiVyQ, r=JonathanBrouwer
Rollup of 7 pull requests
Successful merges:
- rust-lang#152779 (Clarify aspects of query macros)
- rust-lang#152958 (`rustc_queries` simplifications)
- rust-lang#152385 (Feature gate for defaulted associated type_consts with associated_type_defaults )
- rust-lang#152708 (Build: Add `stdenv.cc.cc.lib` to Nix dependencies)
- rust-lang#152921 (Add build.rustdoc option to bootstrap config)
- rust-lang#152926 (Fix ICE when an associated type is wrongly marked as `final`)
- rust-lang#152927 (Index expressions rendered the index: subexpression as the id, instea…)File tree
25 files changed
+1772
-486
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_macros/src
- rustc_middle/src
- dep_graph
- query
- rustc_mir_build/src/thir
- rustc_query_impl/src
- src/bootstrap/src
- core
- config
- toml
- tests/ui
- const-generics
- associated-const-bindings
- mgca
- generic-const-items
- sanitizer/cfi
- thir-print
- traits/final
25 files changed
+1772
-486
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
305 | 310 | | |
306 | 311 | | |
307 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1085 | 1085 | | |
1086 | 1086 | | |
1087 | 1087 | | |
1088 | | - | |
1089 | | - | |
1090 | | - | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
1091 | 1100 | | |
1092 | 1101 | | |
1093 | 1102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
441 | 452 | | |
442 | 453 | | |
443 | 454 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | | - | |
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
| |||
192 | 190 | | |
193 | 191 | | |
194 | 192 | | |
195 | | - | |
| 193 | + | |
196 | 194 | | |
197 | 195 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | 196 | | |
207 | | - | |
| 197 | + | |
208 | 198 | | |
209 | 199 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
| 200 | + | |
222 | 201 | | |
223 | | - | |
| 202 | + | |
224 | 203 | | |
225 | 204 | | |
226 | 205 | | |
| |||
313 | 292 | | |
314 | 293 | | |
315 | 294 | | |
316 | | - | |
317 | | - | |
318 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
319 | 300 | | |
320 | 301 | | |
321 | 302 | | |
322 | | - | |
| 303 | + | |
323 | 304 | | |
324 | 305 | | |
325 | 306 | | |
326 | 307 | | |
327 | | - | |
328 | | - | |
| 308 | + | |
329 | 309 | | |
330 | 310 | | |
331 | 311 | | |
332 | | - | |
333 | | - | |
| 312 | + | |
334 | 313 | | |
335 | 314 | | |
336 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
331 | | - | |
| 332 | + | |
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
| |||
382 | 383 | | |
383 | 384 | | |
384 | 385 | | |
385 | | - | |
| 386 | + | |
386 | 387 | | |
387 | 388 | | |
388 | | - | |
| 389 | + | |
389 | 390 | | |
390 | | - | |
| 391 | + | |
391 | 392 | | |
392 | | - | |
| 393 | + | |
393 | 394 | | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
399 | 400 | | |
400 | 401 | | |
401 | 402 | | |
| |||
0 commit comments