Skip to content

Commit bd3d0d0

Browse files
authored
Merge branch 'rust-lang:main' into map-diagnostics-fix
2 parents 9fea208 + 57f772f commit bd3d0d0

10,554 files changed

Lines changed: 624390 additions & 177878 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/ISSUE_TEMPLATE/library_tracking_issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ It's useful to link any relevant discussions and conclusions (whether on GitHub,
8383
Zulip, or the internals forum) here.
8484
-->
8585

86-
- None yet.
86+
- [ ] None yet.
8787

8888
[^1]: https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html

.github/ISSUE_TEMPLATE/tracking_issue.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ for larger features an implementation could be broken up into multiple PRs.
5555
### Unresolved Questions
5656
<!--
5757
Include any open questions that need to be answered before the feature can be
58-
stabilised.
58+
stabilised. It is useful to link related discussions and conculsions as they
59+
develop.
5960
-->
6061

61-
XXX --- list all the "unresolved questions" found in the RFC to ensure they are
62-
not forgotten
62+
- [ ] list all the "unresolved questions" found in the RFC to ensure they are
63+
not forgotten.
6364

6465
### Implementation history
6566

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
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) }}
@@ -250,7 +254,7 @@ jobs:
250254
df -h
251255
252256
- name: upload artifacts to github
253-
uses: actions/upload-artifact@v4
257+
uses: actions/upload-artifact@v7
254258
with:
255259
# name is set in previous step
256260
name: ${{ env.DOC_ARTIFACT_NAME }}

.github/workflows/dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: ./src/tools/update-lockfile.sh
6767

6868
- name: upload Cargo.lock artifact for use in PR
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: Cargo-lock
7272
path: |
@@ -75,7 +75,7 @@ jobs:
7575
src/tools/rustbook/Cargo.lock
7676
retention-days: 1
7777
- name: upload cargo-update log artifact for use in PR
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v7
7979
with:
8080
name: cargo-updates
8181
path: cargo_update.log

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
[submodule "src/llvm-project"]
2626
path = src/llvm-project
2727
url = https://github.com/rust-lang/llvm-project.git
28-
branch = rustc/22.1-2026-01-27
28+
branch = rustc/22.1-2026-03-22
2929
shallow = true
3030
[submodule "src/doc/embedded-book"]
3131
path = src/doc/embedded-book

.mailmap

Lines changed: 12 additions & 5 deletions
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>
@@ -257,10 +258,11 @@ Greg V <greg@unrelenting.technology>
257258
Gregor Peach <gregorpeach@gmail.com>
258259
Grzegorz Bartoszek <grzegorz.bartoszek@thaumatec.com>
259260
Guanqun Lu <guanqun.lu@gmail.com>
260-
Guillaume Gomez <guillaume1.gomez@gmail.com>
261-
Guillaume Gomez <guillaume1.gomez@gmail.com> ggomez <ggomez@ggo.ifr.lan>
262-
Guillaume Gomez <guillaume1.gomez@gmail.com> Guillaume Gomez <ggomez@ggo.ifr.lan>
263-
Guillaume Gomez <guillaume1.gomez@gmail.com> Guillaume Gomez <guillaume.gomez@huawei.com>
261+
Guillaume Gomez <contact@guillaume-gomez.fr>
262+
Guillaume Gomez <contact@guillaume-gomez.fr> Guillaume Gomez <guillaume1.gomez@gmail.com>
263+
Guillaume Gomez <contact@guillaume-gomez.fr> ggomez <ggomez@ggo.ifr.lan>
264+
Guillaume Gomez <contact@guillaume-gomez.fr> Guillaume Gomez <ggomez@ggo.ifr.lan>
265+
Guillaume Gomez <contact@guillaume-gomez.fr> Guillaume Gomez <guillaume.gomez@huawei.com>
264266
gnzlbg <gonzalobg88@gmail.com> <gnzlbg@users.noreply.github.com>
265267
hamidreza kalbasi <hamidrezakalbasi@protonmail.com>
266268
Hanna Kruppe <hanna.kruppe@gmail.com> <robin.kruppe@gmail.com>
@@ -579,9 +581,14 @@ Ralph Giles <giles@thaumas.net> Ralph Giles <giles@mozilla.com>
579581
Ramkumar Ramachandra <r@artagnon.com> <artagnon@gmail.com>
580582
Raphaël Huchet <rap2hpoutre@users.noreply.github.com>
581583
rChaser53 <tayoshizawa29@gmail.com>
584+
Redddy <rust@redddy.com>
585+
Redddy <rust@redddy.com> <midzy0228@gmail.com>
586+
Redddy <rust@redddy.com> <78539407+reddevilmidzy@users.noreply.github.com>
582587
Rémy Rakic <remy.rakic@gmail.com>
588+
Rémy Rakic <remy.rakic@gmail.com> <remy.rakic@arm.com>
583589
Rémy Rakic <remy.rakic@gmail.com> <remy.rakic+github@gmail.com>
584590
Rémy Rakic <remy.rakic@gmail.com> <remy.rakic+rust@gmail.com>
591+
Rémy Rakic <remy.rakic@gmail.com> <lqd@users.noreply.github.com>
585592
Renato Riccieri Santos Zannon <renato@rrsz.com.br>
586593
Richard Diamond <wichard@vitalitystudios.com> <wichard@hahbee.co>
587594
Ricky Hosfelt <ricky@hosfelt.io>

0 commit comments

Comments
 (0)