Skip to content

Commit d0d5f41

Browse files
authored
Merge branch 'rust-lang:master' into master
2 parents 5bdc632 + 3a0db6c commit d0d5f41

File tree

1,328 files changed

+27488
-14521
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,328 files changed

+27488
-14521
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: src/ci/scripts/verify-stable-version-number.sh
157157
if: success() && !env.SKIP_JOB
158158
- name: run the build
159-
run: src/ci/scripts/run-build-from-ci.sh
159+
run: src/ci/scripts/run-build-from-ci.sh 2>&1
160160
env:
161161
AWS_ACCESS_KEY_ID: "${{ env.CACHES_AWS_ACCESS_KEY_ID }}"
162162
AWS_SECRET_ACCESS_KEY: "${{ secrets[format('AWS_SECRET_ACCESS_KEY_{0}', env.CACHES_AWS_ACCESS_KEY_ID)] }}"
@@ -566,7 +566,7 @@ jobs:
566566
run: src/ci/scripts/verify-stable-version-number.sh
567567
if: success() && !env.SKIP_JOB
568568
- name: run the build
569-
run: src/ci/scripts/run-build-from-ci.sh
569+
run: src/ci/scripts/run-build-from-ci.sh 2>&1
570570
env:
571571
AWS_ACCESS_KEY_ID: "${{ env.CACHES_AWS_ACCESS_KEY_ID }}"
572572
AWS_SECRET_ACCESS_KEY: "${{ secrets[format('AWS_SECRET_ACCESS_KEY_{0}', env.CACHES_AWS_ACCESS_KEY_ID)] }}"
@@ -705,7 +705,7 @@ jobs:
705705
run: src/ci/scripts/verify-stable-version-number.sh
706706
if: success() && !env.SKIP_JOB
707707
- name: run the build
708-
run: src/ci/scripts/run-build-from-ci.sh
708+
run: src/ci/scripts/run-build-from-ci.sh 2>&1
709709
env:
710710
AWS_ACCESS_KEY_ID: "${{ env.CACHES_AWS_ACCESS_KEY_ID }}"
711711
AWS_SECRET_ACCESS_KEY: "${{ secrets[format('AWS_SECRET_ACCESS_KEY_{0}', env.CACHES_AWS_ACCESS_KEY_ID)] }}"

.mailmap

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ Joseph T. Lyons <[email protected]> <[email protected]>
307307
Josh Cotton <[email protected]>
308308
Josh Driver <[email protected]>
309309
Josh Holmer <[email protected]>
310+
311+
310312
Julian Knodt <[email protected]>
311313
312314
Junyoung Cho <[email protected]>
@@ -474,7 +476,8 @@ Philipp Matthias Schäfer <[email protected]>
474476
phosphorus <[email protected]>
475477
Pierre Krieger <[email protected]>
476478
477-
479+
480+
478481
Pradyumna Rahul <[email protected]>
479482
Przemysław Wesołek <[email protected]> Przemek Wesołek <[email protected]>
480483
@@ -543,6 +546,7 @@ Takashi Idobe <[email protected]>
543546
Takayuki Maeda <[email protected]>
544547
Tamir Duberstein <[email protected]> Tamir Duberstein <[email protected]>
545548
Tatsuyuki Ishi <[email protected]>
549+
546550
Tero Hänninen <[email protected]> Tero Hänninen <[email protected]>
547551
548552
Theo Belaire <[email protected]> Theo Belaire <[email protected]>

0 commit comments

Comments
 (0)