Skip to content

Commit 3de15d9

Browse files
authored
Merge branch 'master' into unify_box_rc
2 parents 5fc162f + 6e92fb4 commit 3de15d9

File tree

3,536 files changed

+116493
-20648
lines changed

Some content is hidden

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

3,536 files changed

+116493
-20648
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ config.toml.example linguist-language=TOML
1616
*.ico binary
1717
*.woff binary
1818
*.woff2 binary
19+
20+
# Needed as part of converting rustfmt to a subtree, can hopefully be removed later.
21+
src/tools/rustfmt/tests/source/issue-3494/crlf.rs -text
22+
src/tools/rustfmt/tests/source/comment_crlf_newline.rs -text
23+
src/tools/rustfmt/tests/source/configs/enum_discrim_align_threshold/40.rs -text
24+
src/tools/rustfmt/tests/target/issue-3494/crlf.rs -text
25+
src/tools/rustfmt/tests/target/comment_crlf_newline.rs -text
26+
src/tools/rustfmt/tests/target/configs/enum_discrim_align_threshold/40.rs -text

.github/ISSUE_TEMPLATE/regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Regression
33
about: Report something that unexpectedly changed between Rust versions.
4-
labels: C-bug regression-untriaged
4+
labels: C-bug, regression-untriaged
55
---
66
<!--
77
Thank you for filing a regression report! 🐛 A regression is something that changed between versions of Rust but was not supposed to.

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- name: decide whether to skip this job
7373
run: src/ci/scripts/should-skip-this.sh
7474
if: success() && !env.SKIP_JOB
75+
- name: ensure the channel matches the target branch
76+
run: src/ci/scripts/verify-channel.sh
77+
if: success() && !env.SKIP_JOB
7578
- name: configure GitHub Actions to kill the build when outdated
7679
uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
7780
with:
@@ -434,6 +437,9 @@ jobs:
434437
- name: decide whether to skip this job
435438
run: src/ci/scripts/should-skip-this.sh
436439
if: success() && !env.SKIP_JOB
440+
- name: ensure the channel matches the target branch
441+
run: src/ci/scripts/verify-channel.sh
442+
if: success() && !env.SKIP_JOB
437443
- name: configure GitHub Actions to kill the build when outdated
438444
uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
439445
with:
@@ -541,6 +547,9 @@ jobs:
541547
- name: decide whether to skip this job
542548
run: src/ci/scripts/should-skip-this.sh
543549
if: success() && !env.SKIP_JOB
550+
- name: ensure the channel matches the target branch
551+
run: src/ci/scripts/verify-channel.sh
552+
if: success() && !env.SKIP_JOB
544553
- name: configure GitHub Actions to kill the build when outdated
545554
uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
546555
with:

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
[submodule "src/tools/rls"]
1717
path = src/tools/rls
1818
url = https://github.com/rust-lang/rls.git
19-
[submodule "src/tools/rustfmt"]
20-
path = src/tools/rustfmt
21-
url = https://github.com/rust-lang/rustfmt.git
2219
[submodule "src/tools/miri"]
2320
path = src/tools/miri
2421
url = https://github.com/rust-lang/miri.git

.mailmap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Brian Anderson <[email protected]> <[email protected]>
4343
4444
Brian Dawn <[email protected]>
4545
Brian Leibig <[email protected]> Brian Leibig <[email protected]>
46-
46+
47+
4748
Carl-Anton Ingmarsson <[email protected]> <[email protected]>
4849
Carol (Nichols || Goulding) <[email protected]> <[email protected]>
4950
Carol (Nichols || Goulding) <[email protected]> <[email protected]>

0 commit comments

Comments
 (0)