-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into stabilize-ipv6-unique-local
- Loading branch information
Showing
11,661 changed files
with
282,462 additions
and
185,718 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,9 +61,15 @@ jobs: | |
rustup toolchain install --no-self-update --profile minimal $TOOLCHAIN | ||
rustup default $TOOLCHAIN | ||
- name: cargo update | ||
- name: cargo update compiler & tools | ||
# Remove first line that always just says "Updating crates.io index" | ||
run: cargo update 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log | ||
run: | | ||
echo -e "\ncompiler & tools dependencies:" >> cargo_update.log | ||
cargo update 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log | ||
- name: cargo update library | ||
run: | | ||
echo -e "\nlibrary dependencies:" >> cargo_update.log | ||
cargo update --manifest-path library/Cargo.toml 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log | ||
- name: cargo update rustbook | ||
run: | | ||
echo -e "\nrustbook dependencies:" >> cargo_update.log | ||
|
@@ -74,6 +80,7 @@ jobs: | |
name: Cargo-lock | ||
path: | | ||
Cargo.lock | ||
library/Cargo.lock | ||
src/tools/rustbook/Cargo.lock | ||
retention-days: 1 | ||
- name: upload cargo-update log artifact for use in PR | ||
|
@@ -119,7 +126,7 @@ jobs: | |
git config user.name github-actions | ||
git config user.email [email protected] | ||
git switch --force-create cargo_update | ||
git add ./Cargo.lock ./src/tools/rustbook/Cargo.lock | ||
git add ./Cargo.lock ./library/Cargo.lock ./src/tools/rustbook/Cargo.lock | ||
git commit --no-verify --file=commit.txt | ||
- name: push | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ Alexis Beingessner <[email protected]> | |
Alfie John <[email protected]> Alfie John <[email protected]> | ||
Alona Enraght-Moony <[email protected]> <[email protected]> | ||
Alona Enraght-Moony <[email protected]> <[email protected]> | ||
Alona Enraght-Moony <[email protected]> <[email protected]> | ||
Amanda Stjerna <[email protected]> <[email protected]> | ||
Amanda Stjerna <[email protected]> <[email protected]> | ||
Amos Onn <[email protected]> | ||
|
@@ -74,13 +75,16 @@ Ben Striegel <[email protected]> | |
Benjamin Jackman <[email protected]> | ||
Benoît Cortier <[email protected]> | ||
Bheesham Persaud <[email protected]> Bheesham Persaud <[email protected]> | ||
bjorn3 <[email protected]> <[email protected]> | ||
bjorn3 <[email protected]> <[email protected]> | ||
Björn Steinbrink <[email protected]> <[email protected]> | ||
blake2-ppc <[email protected]> <blake2-ppc> | ||
blyxyas <[email protected]> Alejandra González <[email protected]> | ||
boolean_coercion <[email protected]> | ||
Boris Egorov <[email protected]> <[email protected]> | ||
bors <[email protected]> bors[bot] <26634292+bors[bot]@users.noreply.github.com> | ||
bors <[email protected]> bors[bot] <bors[bot]@users.noreply.github.com> | ||
Boxy <[email protected]> <[email protected]> | ||
Braden Nelson <[email protected]> | ||
Brandon Sanderson <[email protected]> Brandon Sanderson <[email protected]> | ||
Brett Cannon <[email protected]> Brett Cannon <[email protected]> | ||
|
@@ -146,6 +150,7 @@ David Klein <[email protected]> | |
David Manescu <[email protected]> <[email protected]> | ||
David Ross <[email protected]> | ||
David Wood <[email protected]> <[email protected]> | ||
David Wood <[email protected]> <[email protected]> | ||
Deadbeef <[email protected]> | ||
Deadbeef <[email protected]> <[email protected]> | ||
dependabot[bot] <dependabot[bot]@users.noreply.github.com> <27856297+dependabot-preview[bot]@users.noreply.github.com> | ||
|
@@ -169,6 +174,7 @@ Dzmitry Malyshau <[email protected]> | |
E. Dunham <[email protected]> edunham <[email protected]> | ||
Ed Barnard <[email protected]> | ||
Eduard-Mihai Burtescu <[email protected]> | ||
Eduard-Mihai Burtescu <[email protected]> <[email protected]> | ||
Eduardo Bautista <[email protected]> <=> | ||
Eduardo Bautista <[email protected]> <[email protected]> | ||
Eduardo Broto <[email protected]> | ||
|
@@ -183,6 +189,7 @@ Erick Tryzelaar <[email protected]> <[email protected]> | |
Erik Desjardins <[email protected]> | ||
Erik Jensen <[email protected]> | ||
Erin Power <[email protected]> | ||
Erin Power <[email protected]> <[email protected]> | ||
Erin Power <[email protected]> <[email protected]> | ||
Erin Power <[email protected]> <[email protected]> | ||
Esteban Küber <[email protected]> | ||
|
@@ -195,6 +202,7 @@ F001 <[email protected]> | |
Fabian Kössel <[email protected]> | ||
Falco Hirschenberger <[email protected]> <[email protected]> | ||
Felix S. Klock II <[email protected]> Felix S Klock II <[email protected]> | ||
Felix S. Klock II <[email protected]> <[email protected]> | ||
Félix Saparelli <[email protected]> | ||
Flaper Fesp <[email protected]> | ||
Florian Berger <[email protected]> | ||
|
@@ -242,7 +250,7 @@ Irina Popa <[email protected]> | |
Ivan Ivaschenko <[email protected]> | ||
ivan tkachenko <[email protected]> | ||
J. J. Weber <[email protected]> | ||
Jack Huey <[email protected]> | ||
Jack Huey <[email protected]> <[email protected]> | ||
Jacob <[email protected]> | ||
Jacob Greenfield <[email protected]> | ||
Jacob Pratt <[email protected]> <[email protected]> | ||
|
@@ -253,6 +261,7 @@ Jakub Adam Wieczorek <[email protected]> | |
Jakub Adam Wieczorek <[email protected]> <[email protected]> | ||
Jakub Adam Wieczorek <[email protected]> <[email protected]> | ||
Jakub Adam Wieczorek <[email protected]> <[email protected]> | ||
Jakub Beránek <[email protected]> <[email protected]> | ||
James [Undefined] <[email protected]> | ||
James Deng <[email protected]> <[email protected]> | ||
James Hinshelwood <[email protected]> <[email protected]> | ||
|
@@ -277,6 +286,7 @@ Jerry Hardee <[email protected]> | |
Jesús Rubio <[email protected]> | ||
Jethro Beekman <[email protected]> | ||
Jian Zeng <[email protected]> | ||
Jieyou Xu <[email protected]> <[email protected]> | ||
Jihyun Yu <[email protected]> <[email protected]> | ||
Jihyun Yu <[email protected]> jihyun <[email protected]> | ||
Jihyun Yu <[email protected]> Jihyun Yu <[email protected]> | ||
|
@@ -287,6 +297,7 @@ John Clements <[email protected]> <[email protected]> | |
John Hodge <[email protected]> John Hodge <[email protected]> | ||
John Hörnvall <[email protected]> | ||
John Kåre Alsaker <[email protected]> | ||
John Kåre Alsaker <[email protected]> <[email protected]> | ||
John Talling <[email protected]> | ||
John Van Enk <[email protected]> | ||
Jonas Tepe <[email protected]> | ||
|
@@ -309,6 +320,7 @@ Josh Driver <[email protected]> | |
Josh Holmer <[email protected]> | ||
Josh Stone <[email protected]> <[email protected]> | ||
Josh Stone <[email protected]> <[email protected]> | ||
Julia Ryan <[email protected]> <[email protected]> | ||
Julian Knodt <[email protected]> | ||
jumbatm <[email protected]> <[email protected]> | ||
Junyoung Cho <[email protected]> | ||
|
@@ -362,6 +374,7 @@ Lukas Lueg <[email protected]> | |
Luke Metz <[email protected]> | ||
Luqman Aden <[email protected]> <[email protected]> | ||
Luqman Aden <[email protected]> <[email protected]> | ||
Luqman Aden <[email protected]> <[email protected]> | ||
Lzu Tao <[email protected]> | ||
Maik Klein <[email protected]> | ||
Malo Jaffré <[email protected]> | ||
|
@@ -403,6 +416,7 @@ mental <[email protected]> | |
mibac138 <[email protected]> | ||
Michael Williams <[email protected]> | ||
Michael Woerister <michaelwoerister@posteo> <michaelwoerister@gmail> | ||
Michael Woerister <michaelwoerister@posteo> <[email protected]> | ||
Michael Woerister <michaelwoerister@posteo> <[email protected]> | ||
Michael Woerister <michaelwoerister@posteo> <[email protected]> | ||
Michael Zhang <[email protected]> | ||
|
@@ -416,6 +430,7 @@ Ms2ger <[email protected]> <[email protected]> | |
msizanoen1 <[email protected]> | ||
Mukilan Thiagarajan <[email protected]> | ||
Nadrieril Feneanar <[email protected]> | ||
Nadrieril Feneanar <[email protected]> <[email protected]> | ||
NAKASHIMA, Makoto <[email protected]> <[email protected]> | ||
NAKASHIMA, Makoto <[email protected]> <[email protected]> | ||
Nathan Ringo <[email protected]> | ||
|
@@ -436,6 +451,8 @@ Niclas Schwarzlose <[email protected]> | |
Nicolas Abram <[email protected]> | ||
Nicole Mazzuca <[email protected]> | ||
Noratrieb <[email protected]> <[email protected]> | ||
Noratrieb <[email protected]> <[email protected]> | ||
Noratrieb <[email protected]> <[email protected]> | ||
Nif Ward <[email protected]> | ||
Nika Layzell <[email protected]> <[email protected]> | ||
NODA Kai <[email protected]> | ||
|
@@ -454,6 +471,7 @@ Oliver Scherer <[email protected]> <[email protected]> | |
Oliver Scherer <[email protected]> <[email protected]> | ||
Oliver Scherer <[email protected]> <[email protected]> | ||
Oliver Scherer <[email protected]> <[email protected]> | ||
Oliver Scherer <[email protected]> <[email protected]> | ||
Oliver Scherer <[email protected]> | ||
Onur Özkan <[email protected]> <[email protected]> | ||
Onur Özkan <[email protected]> | ||
|
@@ -490,6 +508,7 @@ Raphaël Huchet <[email protected]> | |
rChaser53 <[email protected]> | ||
Rémy Rakic <[email protected]> | ||
Rémy Rakic <[email protected]> <[email protected]> | ||
Rémy Rakic <[email protected]> <[email protected]> | ||
Renato Riccieri Santos Zannon <[email protected]> | ||
Richard Diamond <[email protected]> <[email protected]> | ||
Ricky Hosfelt <[email protected]> | ||
|
@@ -519,6 +538,7 @@ Samuel Tardieu <[email protected]> | |
Santiago Pastorino <[email protected]> | ||
Santiago Pastorino <[email protected]> <[email protected]> | ||
Scott McMurray <[email protected]> | ||
Scott McMurray <[email protected]> <[email protected]> | ||
Scott Olson <[email protected]> Scott Olson <[email protected]> | ||
Sean Gillespie <[email protected]> swgillespie <[email protected]> | ||
Seiichi Uchida <[email protected]> | ||
|
@@ -530,6 +550,7 @@ Shyam Sundar B <[email protected]> | |
Simon Barber-Dueck <[email protected]> Simon BD <simon@server> | ||
Simon Sapin <[email protected]> <[email protected]> | ||
Simonas Kazlauskas <[email protected]> Simonas Kazlauskas <[email protected]> | ||
Simonas Kazlauskas <[email protected]> <[email protected]> | ||
Siva Prasad <[email protected]> | ||
Smittyvb <[email protected]> | ||
Srinivas Reddy Thatiparthy <[email protected]> | ||
|
@@ -550,6 +571,8 @@ Tatsuyuki Ishi <[email protected]> | |
Tau Gärtli <[email protected]> <[email protected]> | ||
Tero Hänninen <[email protected]> Tero Hänninen <[email protected]> | ||
The8472 <[email protected]> | ||
The8472 <[email protected]> <[email protected]> | ||
The8472 <[email protected]> <[email protected]> | ||
Theo Belaire <[email protected]> Theo Belaire <[email protected]> | ||
Theodore Luo Wang <[email protected]> | ||
Thiago Pontes <[email protected]> thiagopnts <[email protected]> | ||
|
@@ -587,7 +610,8 @@ Waffle Lapkin <[email protected]> | |
Wesley Wiser <[email protected]> <[email protected]> | ||
whitequark <[email protected]> | ||
William Ting <[email protected]> <[email protected]> | ||
Wim Looman <[email protected]> | ||
Wim Looman <[email protected]> <[email protected]> | ||
Wim Looman <[email protected]> <[email protected]> | ||
Without Boats <[email protected]> | ||
Without Boats <[email protected]> <[email protected]> | ||
Xinye Tao <[email protected]> | ||
|
Oops, something went wrong.