Skip to content

Commit e09bf4c

Browse files
committed
Auto merge of rust-lang#18317 - lnicola:sync-from-rust, r=Veykril
minor: sync from downstream
2 parents ecf6fc5 + 6e4f8fe commit e09bf4c

File tree

1,490 files changed

+22804
-14124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,490 files changed

+22804
-14124
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ jobs:
122122
# which then uses log commands to actually set them.
123123
EXTRA_VARIABLES: ${{ toJson(matrix.env) }}
124124

125+
- name: setup upstream remote
126+
run: src/ci/scripts/setup-upstream-remote.sh
127+
125128
- name: ensure the channel matches the target branch
126129
run: src/ci/scripts/verify-channel.sh
127130

.mailmap

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Ben Striegel <[email protected]>
7474
Benjamin Jackman <[email protected]>
7575
Benoît Cortier <[email protected]>
7676
Bheesham Persaud <[email protected]> Bheesham Persaud <[email protected]>
77+
7778
7879
blake2-ppc <[email protected]> <blake2-ppc>
7980
blyxyas <[email protected]> Alejandra González <[email protected]>
@@ -279,6 +280,7 @@ Jerry Hardee <[email protected]>
279280
Jesús Rubio <[email protected]>
280281
Jethro Beekman <[email protected]>
281282
Jian Zeng <[email protected]>
283+
282284
283285
284286
Jihyun Yu <[email protected]> Jihyun Yu <[email protected]>
@@ -311,6 +313,7 @@ Josh Driver <[email protected]>
311313
Josh Holmer <[email protected]>
312314
313315
316+
314317
Julian Knodt <[email protected]>
315318
316319
Junyoung Cho <[email protected]>

0 commit comments

Comments
 (0)