forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Infineon/feature/update-test-doc-to-master
Solve conflicts with upstream
- Loading branch information
Showing
13,526 changed files
with
352,215 additions
and
203,612 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
BasedOnStyle: LLVM |
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 |
---|---|---|
|
@@ -64,11 +64,22 @@ jobs: | |
- name: cargo update | ||
# 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 | ||
- 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 | ||
cargo update --manifest-path src/tools/rustbook/Cargo.toml 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log | ||
- name: upload Cargo.lock artifact for use in PR | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: Cargo-lock | ||
path: 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 | ||
uses: actions/upload-artifact@v4 | ||
|
@@ -113,7 +124,7 @@ jobs: | |
git config user.name github-actions | ||
git config user.email [email protected] | ||
git switch --force-create cargo_update | ||
git add ./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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Make vscode *not* count `config.toml` as ignored, so it is included in search | ||
!/config.toml |
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 |
---|---|---|
|
@@ -81,6 +81,7 @@ 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 +147,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> | ||
|
@@ -379,6 +381,7 @@ Markus Westerlind <[email protected]> Markus <[email protected]> | |
Martin Carton <[email protected]> | ||
Martin Habovštiak <[email protected]> | ||
Martin Hafskjold Thoresen <[email protected]> | ||
Martin Nordholts <[email protected]> <[email protected]> | ||
Matej Lach <[email protected]> Matej Ľach <[email protected]> | ||
Mateusz Mikuła <[email protected]> | ||
Mateusz Mikuła <[email protected]> <[email protected]> | ||
|
@@ -434,7 +437,7 @@ Nick Platt <[email protected]> | |
Niclas Schwarzlose <[email protected]> | ||
Nicolas Abram <[email protected]> | ||
Nicole Mazzuca <[email protected]> | ||
Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> nils <[email protected]> | ||
Noratrieb <48135649+Noratrieb@users.noreply.github.com> <[email protected]> | ||
Nif Ward <[email protected]> | ||
Nika Layzell <[email protected]> <[email protected]> | ||
NODA Kai <[email protected]> | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.