Commit eee277d
committed
Auto merge of #153116 - jhpratt:rollup-yjBVB1Y, r=jhpratt
Rollup of 13 pull requests
Successful merges:
- rust-lang/rust#148146 (CI: use alternative disks if available)
- rust-lang/rust#151771 (Fix: On wasm targets, call `panic_in_cleanup` if panic occurs in cleanup)
- rust-lang/rust#153035 (rustc_target: callconv: powerpc64: Use llvm_abiname rather than target_abi for ABI determination)
- rust-lang/rust#153075 (mGCA: Lower negated literals directly and reject non-integer negations)
- rust-lang/rust#153078 (Remove `QuerySystemFns`)
- rust-lang/rust#153089 (interpret: avoid dummy spans in the stacktrace)
- rust-lang/rust#153111 (Refactor url_parts to return is_absolute instead of out param)
- rust-lang/rust#149978 (deprecate `Eq::assert_receiver_is_total_eq` and emit FCW on manual impls)
- rust-lang/rust#153029 (Rename `rustc::pass_by_value` lint as `rustc::disallowed_pass_by_ref`.)
- rust-lang/rust#153063 (`is_ty_must_use`: do not require a `span` argument)
- rust-lang/rust#153071 (Update books)
- rust-lang/rust#153092 (Remove redundant self usages)
- rust-lang/rust#153094 (Simplify `AppendOnlyVec` iterators)
Failed merges:
- rust-lang/rust#153091 (Migration of `LintDiagnostic` - part 4)5 files changed
Lines changed: 5 additions & 5 deletions
File tree
- crates
- base-db/src
- hir-expand/src/builtin
- hir-ty/src
- ide-assists/src/handlers
- rust-analyzer/src/tracing
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments