Skip to content

Commit 32c3479

Browse files
authored
Merge branch 'rust-lang:master' into master
2 parents 3a036a1 + 6677875 commit 32c3479

File tree

5,153 files changed

+839338
-65450
lines changed

Some content is hidden

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

5,153 files changed

+839338
-65450
lines changed

.github/ISSUE_TEMPLATE/rustdoc.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
name: Problem with rustdoc
3+
about: Report an issue with how docs get generated.
4+
labels: C-bug, T-rustdoc
5+
---
6+
<!--
7+
Thank you for filing a rustdoc issue! Rustdoc is the tool that handles the generation of docs. It is usually invoked via `cargo doc`, but can also be used directly.
8+
9+
If you have an issue with the actual content of the docs, use the "Documentation problem" template instead.
10+
-->
11+
12+
# Code
13+
<!-- problematic snippet and/or link to repo and/or full path of standard library function -->
14+
15+
```rust
16+
<code>
17+
```
18+
19+
# Reproduction Steps
20+
<!--
21+
* command(s) to run, if any
22+
* permalink to hosted documentation, if any
23+
* search query, if any
24+
-->
25+
26+
# Expected Outcome
27+
<!--
28+
What did you want to happen?
29+
30+
For GUI issues, feel free to provide a mockup image of what you want it to look like.
31+
32+
For diagnostics, please provide a mockup of the desired output in a code block.
33+
-->
34+
35+
# Actual Output
36+
<!--
37+
* rustdoc console output
38+
* browser screenshot of generated html
39+
* rustdoc json (prettify by running through `jq` or running thorugh an online formatter)
40+
-->
41+
```console
42+
<code>
43+
```
44+
45+
46+
# Version
47+
<!--
48+
Available via `rustdoc --version` or under the "Help" menu.
49+
50+
If the issue involves opening the documentation in a browser, please also provide the name and version of the browser used.
51+
-->
52+
53+
# Additional Details
54+
<!-- Anything else you think is relevant -->

.github/workflows/ci.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ name: CI
1111
on:
1212
push:
1313
branches:
14-
# CI on master only serves for caching citool builds for the `calculate_matrix` job.
15-
# In order to use GHA cache on PR CI (and auto/try) jobs, we need to write to it
16-
# from the default branch.
17-
- master
1814
- auto
1915
- try
2016
- try-perf
@@ -57,19 +53,18 @@ jobs:
5753
steps:
5854
- name: Checkout the source code
5955
uses: actions/checkout@v4
60-
# Cache citool to make its build faster, as it's in the critical path.
61-
# The rust-cache doesn't bleed into the main `job`, so it should not affect any other
62-
# Rust compilation.
63-
- name: Cache citool
64-
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
65-
with:
66-
workspaces: src/ci/citool
56+
- name: Test citool
57+
# Only test citool on the auto branch, to reduce latency of the calculate matrix job
58+
# on PR/try builds.
59+
if: ${{ github.ref == 'refs/heads/auto' }}
60+
run: |
61+
cd src/ci/citool
62+
CARGO_INCREMENTAL=0 cargo test
6763
- name: Calculate the CI job matrix
6864
env:
6965
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
7066
run: |
7167
cd src/ci/citool
72-
CARGO_INCREMENTAL=0 cargo test
7368
CARGO_INCREMENTAL=0 cargo run calculate-job-matrix >> $GITHUB_OUTPUT
7469
id: jobs
7570
job:

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
path = src/doc/rust-by-example
1919
url = https://github.com/rust-lang/rust-by-example.git
2020
shallow = true
21-
[submodule "library/stdarch"]
22-
path = library/stdarch
23-
url = https://github.com/rust-lang/stdarch.git
24-
shallow = true
2521
[submodule "src/doc/edition-guide"]
2622
path = src/doc/edition-guide
2723
url = https://github.com/rust-lang/edition-guide.git

.mailmap

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ Alona Enraght-Moony <code@alona.page> <nixon@caminus.local>
3434
Alona Enraght-Moony <code@alona.page> <contact@alona.page>
3535
Amanda Stjerna <mail@amandastjerna.se> <albin.stjerna@gmail.com>
3636
Amanda Stjerna <mail@amandastjerna.se> <amanda.stjerna@it.uu.se>
37+
Amanieu d'Antras <amanieu@gmail.com> <amanieu.dantras@huawei.com>
3738
Amos Onn <amosonn@gmail.com>
3839
Ana-Maria Mihalache <mihalacheana.maria@yahoo.com>
3940
Anatoly Ikorsky <aikorsky@gmail.com>
4041
Andre Bogus <bogusandre@gmail.com>
42+
Andre Bogus <bogusandre@gmail.com> <andre.bogus@aleph-alpha.de>
43+
Andre Bogus <bogusandre@gmail.com> <andre.bogus@ankordata.de>
4144
Andrea Ciliberti <meziu210@icloud.com>
4245
Andreas Gal <gal@mozilla.com> <andreas.gal@gmail.com>
4346
Andreas Jonson <andjo403@users.noreply.github.com>
@@ -116,6 +119,7 @@ Carol Willing <carolcode@willingconsulting.com>
116119
Chandler Deng <chandde@microsoft.com>
117120
Charles Lew <crlf0710@gmail.com> CrLF0710 <crlf0710@gmail.com>
118121
Chris C Cerami <chrisccerami@users.noreply.github.com> Chris C Cerami <chrisccerami@gmail.com>
122+
Chris Denton <chris@chrisdenton.dev> <christophersdenton@gmail.com>
119123
Chris Denton <chris@chrisdenton.dev> Chris Denton <ChrisDenton@users.noreply.github.com>
120124
Chris Gregory <czipperz@gmail.com>
121125
Chris Pardy <chrispardy36@gmail.com>
@@ -158,8 +162,10 @@ David Carlier <devnexen@gmail.com>
158162
David Klein <david.klein@baesystemsdetica.com>
159163
David Manescu <david.manescu@gmail.com> <dman2626@uni.sydney.edu.au>
160164
David Ross <daboross@daboross.net>
161-
David Wood <david@davidtw.co> <david.wood@huawei.com>
165+
David Wood <david@davidtw.co> <Q0KPU0H1YOEPHRY1R2SN5B5RL@david.davidtw.co>
166+
David Wood <david@davidtw.co> <agile.lion3441@fuligin.ink>
162167
David Wood <david@davidtw.co> <david.wood2@arm.com>
168+
David Wood <david@davidtw.co> <david.wood@huawei.com>
163169
Deadbeef <ent3rm4n@gmail.com>
164170
Deadbeef <ent3rm4n@gmail.com> <fee1-dead-beef@protonmail.com>
165171
dependabot[bot] <dependabot[bot]@users.noreply.github.com> <27856297+dependabot-preview[bot]@users.noreply.github.com>
@@ -403,6 +409,8 @@ Urgau <urgau@numericable.fr> <3616612+Urgau@users.noreply.github.com>
403409
Lucy <luxx4x@protonmail.com>
404410
Lukas H. <lukaramu@users.noreply.github.com>
405411
Lukas Lueg <lukas.lueg@gmail.com>
412+
Lukas Wirth <lukastw97@gmail.com> <lukas.wirth@ferrous-systems.com>
413+
Lukas Wirth <lukastw97@gmail.com> <me@lukaswirth.dev>
406414
Luke Metz <luke.metz@students.olin.edu>
407415
Luqman Aden <me@luqman.ca> <laden@csclub.uwaterloo.ca>
408416
Luqman Aden <me@luqman.ca> <laden@mozilla.com>
@@ -493,6 +501,7 @@ Nicolas Abram <abramlujan@gmail.com>
493501
Nicole Mazzuca <npmazzuca@gmail.com>
494502
Niko Matsakis <rust@nikomatsakis.com>
495503
Niko Matsakis <rust@nikomatsakis.com> <niko@alum.mit.edu>
504+
Niko Matsakis <rust@nikomatsakis.com> <nikomat@amazon.com>
496505
Noratrieb <48135649+Noratrieb@users.noreply.github.com>
497506
Noratrieb <48135649+Noratrieb@users.noreply.github.com> <48135649+Nilstrieb@users.noreply.github.com>
498507
Noratrieb <48135649+Noratrieb@users.noreply.github.com> <nilstrieb@gmail.com>
@@ -681,6 +690,7 @@ Xinye Tao <xy.tao@outlook.com>
681690
Xuefeng Wu <benewu@gmail.com> Xuefeng Wu <xfwu@thoughtworks.com>
682691
Xuefeng Wu <benewu@gmail.com> XuefengWu <benewu@gmail.com>
683692
York Xiang <bombless@126.com>
693+
Yotam Ofek <yotam.ofek@gmail.com> <yotamofek@microsoft.com>
684694
Youngsoo Son <ysson83@gmail.com> <ysoo.son@samsung.com>
685695
Youngsuk Kim <joseph942010@gmail.com>
686696
Yuki Okushi <jtitor@2k36.org>
@@ -691,3 +701,4 @@ Zach Pomerantz <zmp@umich.edu>
691701
Zack Corr <zack@z0w0.me> <zackcorr95@gmail.com>
692702
Zack Slayton <zack.slayton@gmail.com>
693703
Zbigniew Siciarz <zbigniew@siciarz.net> Zbigniew Siciarz <antyqjon@gmail.com>
704+
y21 <30553356+y21@users.noreply.github.com>

0 commit comments

Comments
 (0)