Skip to content

Commit fac8ec0

Browse files
authored
Merge branch 'main' into s390x_packed_stack_attribute
2 parents 462efd0 + 8db65c7 commit fac8ec0

4,389 files changed

Lines changed: 115517 additions & 56633 deletions

File tree

Some content is hidden

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

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ trim_trailing_whitespace = true
1212
indent_style = space
1313
indent_size = 4
1414

15+
[*.css]
16+
indent_style = tab
17+
1518
# some tests need trailing whitespace in output snapshots
1619
[tests/**]
1720
trim_trailing_whitespace = false

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
CACHE_DOMAIN: ci-caches.rust-lang.org
9595
continue-on-error: ${{ matrix.continue_on_error || false }}
9696
strategy:
97+
# If the user starts multiple jobs in a try build, let them all finish.
98+
# Try builds are sometimes used to test several jobs at once, and it is useful to know which
99+
# of them would succeed or not.
100+
fail-fast: ${{ needs.calculate_matrix.outputs.run_type != 'try' }}
97101
matrix:
98102
# Check the `calculate_matrix` job to see how is the matrix defined.
99103
include: ${{ fromJSON(needs.calculate_matrix.outputs.jobs) }}

.mailmap

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ Ben Sago <ogham@users.noreply.github.com> <ogham@bsago.me>
8383
Ben Striegel <ben.striegel@gmail.com>
8484
Benjamin Jackman <ben@jackman.biz>
8585
Benoît Cortier <benoit.cortier@fried-world.eu>
86-
binarycat <binarycat@envs.net> lolbinarycat <dogedoge61+github@gmail.com> <dogedoge61@gmail.com>
86+
binarycat <binarycat@envs.net> lolbinarycat <dogedoge61+github@gmail.com>
87+
binarycat <binarycat@envs.net> lolbinarycat <dogedoge61@gmail.com>
8788
Bheesham Persaud <bheesham123@hotmail.com> Bheesham Persaud <bheesham.persaud@live.ca>
8889
bjorn3 <17426603+bjorn3@users.noreply.github.com> <bjorn3@users.noreply.github.com>
8990
bjorn3 <17426603+bjorn3@users.noreply.github.com> <bjorn3_gh@protonmail.com>
@@ -579,9 +580,14 @@ Ralph Giles <giles@thaumas.net> Ralph Giles <giles@mozilla.com>
579580
Ramkumar Ramachandra <r@artagnon.com> <artagnon@gmail.com>
580581
Raphaël Huchet <rap2hpoutre@users.noreply.github.com>
581582
rChaser53 <tayoshizawa29@gmail.com>
583+
Redddy <rust@redddy.com>
584+
Redddy <rust@redddy.com> <midzy0228@gmail.com>
585+
Redddy <rust@redddy.com> <78539407+reddevilmidzy@users.noreply.github.com>
582586
Rémy Rakic <remy.rakic@gmail.com>
587+
Rémy Rakic <remy.rakic@gmail.com> <remy.rakic@arm.com>
583588
Rémy Rakic <remy.rakic@gmail.com> <remy.rakic+github@gmail.com>
584589
Rémy Rakic <remy.rakic@gmail.com> <remy.rakic+rust@gmail.com>
590+
Rémy Rakic <remy.rakic@gmail.com> <lqd@users.noreply.github.com>
585591
Renato Riccieri Santos Zannon <renato@rrsz.com.br>
586592
Richard Diamond <wichard@vitalitystudios.com> <wichard@hahbee.co>
587593
Ricky Hosfelt <ricky@hosfelt.io>

0 commit comments

Comments
 (0)