Commit d7daac0
committed
Auto merge of #152562 - Zalathar:rollup-tQDKhYQ, r=Zalathar
Rollup of 17 pull requests
Successful merges:
- #150551 (Compute localized outlives constraints lazily)
- #150988 (Improve code suggestion for incorrect macro_rules! usage)
- #152422 (Change query proc macro to be more rust-analyzer friendly)
- #152496 (Fix multi-cgu+debug builds using autodiff by delaying autodiff till lto)
- #152514 (Collect active query jobs into struct `QueryJobMap`)
- #152520 (Don't use `DepContext` in `rustc_middle::traits::cache`)
- #152528 (Support serializing CodegenContext)
- #152082 (Move tests)
- #152232 (Add must_use for FileTimes)
- #152329 (Simplify parallel! macro)
- #152444 (`-Znext-solver` Prevent committing unfulfilled unsized coercion)
- #152486 (remove redundant backchain attribute in codegen)
- #152519 (Fix feature gating for new `try bikeshed` expressions)
- #152529 (sparc64: enable abi compatibility test)
- #152548 (reject inline const patterns pre-expansion)
- #152550 (Port #[prelude_import] to the attribute parser)
- #152552 (Add 2048-bit HvxVectorPair support to Hexagon SIMD ABI checks)
Failed merges:
- #152515 (Extract `DepKindVTable` constructors to their own module)File tree
111 files changed
+1548
-1282
lines changed- compiler
- rustc_ast_passes/src
- rustc_attr_parsing/src
- attributes
- rustc_borrowck/src
- diagnostics
- polonius
- type_check
- liveness
- rustc_codegen_gcc/src
- back
- rustc_codegen_llvm/src
- back
- rustc_codegen_ssa/src
- back
- traits
- rustc_data_structures/src
- sync
- rustc_hir_typeck/src
- rustc_hir/src/attrs
- rustc_incremental/src/persist
- rustc_interface/src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_macros/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- query
- traits
- rustc_monomorphize/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_query_impl/src
- rustc_session/src
- rustc_target/src
- spec
- rustc_trait_selection/src/solve/inspect
- library/std/src
- tests
- codegen-llvm
- pretty
- ui
- abi
- autodiff
- borrowck
- consts/const-block-items
- feature-gates
- inline-const
- issues
- macros
- match
- panics
- parser
- resolve
- structs
- traits
- next-solver/coercion
- try-block
- type-alias-impl-trait
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
111 files changed
+1548
-1282
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
| 345 | + | |
350 | 346 | | |
351 | 347 | | |
352 | 348 | | |
| |||
522 | 518 | | |
523 | 519 | | |
524 | 520 | | |
| 521 | + | |
525 | 522 | | |
526 | 523 | | |
527 | 524 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1211 | 1211 | | |
1212 | 1212 | | |
1213 | 1213 | | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
261 | 262 | | |
262 | 263 | | |
263 | 264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | | - | |
653 | | - | |
| 652 | + | |
| 653 | + | |
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
| 451 | + | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | | - | |
| 493 | + | |
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
532 | | - | |
| 532 | + | |
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| |||
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
782 | | - | |
| 782 | + | |
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
159 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments