Commit 2a2e570
committed
Auto merge of #153098 - JonathanBrouwer:rollup-dGxVpH7, r=JonathanBrouwer
Rollup of 13 pull requests
Successful merges:
- #153079 (Revert "Move aarch64-apple dist builder to dynamic llvm linking")
- #148146 (CI: use alternative disks if available)
- #149937 (spliit out `linker-info` from `linker-messages`)
- #151771 (Fix: On wasm targets, call `panic_in_cleanup` if panic occurs in cleanup)
- #153035 (rustc_target: callconv: powerpc64: Use llvm_abiname rather than target_abi for ABI determination)
- #153075 (mGCA: Lower negated literals directly and reject non-integer negations)
- #153078 (Remove `QuerySystemFns`)
- #149978 (deprecate `Eq::assert_receiver_is_total_eq` and emit FCW on manual impls)
- #153029 (Rename `rustc::pass_by_value` lint as `rustc::disallowed_pass_by_ref`.)
- #153063 (`is_ty_must_use`: do not require a `span` argument)
- #153071 (Update books)
- #153092 (Remove redundant self usages)
- #153094 (Simplify `AppendOnlyVec` iterators)
Failed merges:
- #153091 (Migration of `LintDiagnostic` - part 4)File tree
119 files changed
+948
-385
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast/src
- rustc_attr_parsing/src
- attributes
- rustc_builtin_macros/src
- deriving/cmp
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- debuginfo/metadata
- enums
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_data_structures/src/sync
- rustc_hir_typeck/src
- rustc_lint_defs/src
- rustc_lint/src
- unused
- rustc_macros/src
- rustc_middle/src
- hooks
- query
- ty
- context
- rustc_mir_build/src/builder/expr
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_query_impl/src
- rustc_resolve/src
- rustc_span/src
- rustc_target/src/callconv
- rustc_trait_selection/src/error_reporting/infer
- library
- alloc/src/vec
- coretests/tests
- iter/adapters
- core/src
- test/src
- formatters
- src
- ci
- docker
- github-actions
- scripts
- doc
- librustdoc
- html/render
- tools
- clippy/clippy_lints/src
- methods
- types
- lld-wrapper/src
- rust-analyzer/crates
- base-db/src
- hir-expand/src/builtin
- hir-ty/src
- ide-assists/src/handlers
- rust-analyzer/src/tracing
- tidy/src
- tests
- codegen-llvm
- run-make/macos-deployment-target-warning
- ui-fulldeps/internal-lints
- ui
- const-generics
- associated-const-bindings
- mgca
- deriving
- internal-lints
- linkage-attr/raw-dylib/elf
- linking
- auxiliary
- lint
- process
- stats
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+948
-385
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
760 | | - | |
| 760 | + | |
| 761 | + | |
761 | 762 | | |
762 | | - | |
| 763 | + | |
| 764 | + | |
763 | 765 | | |
764 | 766 | | |
765 | 767 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2521 | 2521 | | |
2522 | 2522 | | |
2523 | 2523 | | |
2524 | | - | |
2525 | | - | |
2526 | | - | |
2527 | | - | |
2528 | | - | |
2529 | | - | |
2530 | | - | |
2531 | | - | |
2532 | | - | |
2533 | | - | |
2534 | 2524 | | |
2535 | 2525 | | |
2536 | 2526 | | |
| |||
2553 | 2543 | | |
2554 | 2544 | | |
2555 | 2545 | | |
| 2546 | + | |
| 2547 | + | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
| 2553 | + | |
| 2554 | + | |
| 2555 | + | |
| 2556 | + | |
2556 | 2557 | | |
2557 | 2558 | | |
2558 | 2559 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1655 | 1655 | | |
1656 | 1656 | | |
1657 | 1657 | | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
1658 | 1662 | | |
1659 | 1663 | | |
1660 | 1664 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1296 | 1296 | | |
1297 | 1297 | | |
1298 | 1298 | | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
1299 | 1303 | | |
1300 | 1304 | | |
1301 | 1305 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | | - | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | | - | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments