forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename wasm32-wasi-preview2 to wasm32-wasip2
Signed-off-by: Ryan Levick <[email protected]>
- Loading branch information
Showing
22 changed files
with
28 additions
and
28 deletions.
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 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
File renamed without changes.
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
Submodule book
updated
95 files
Submodule edition-guide
updated
10 files
Submodule reference
updated
10 files
+30 −27 | README.md | |
+2 −0 | rust-toolchain.toml | |
+4 −4 | src/attributes/codegen.md | |
+15 −0 | src/conditional-compilation.md | |
+49 −1 | src/expressions/literal-expr.md | |
+27 −8 | src/expressions/operator-expr.md | |
+1 −1 | src/items/external-blocks.md | |
+2 −2 | src/lifetime-elision.md | |
+2 −1 | src/paths.md | |
+2 −3 | src/tokens.md |
Submodule rust-by-example
updated
13 files
+2 −2 | .github/workflows/rbe.yml | |
+0 −23 | .travis.yml | |
+7 −0 | CONTRIBUTING.md | |
+7 −1 | README.md | |
+257 −0 | TRANSLATING_JA.md | |
+17,231 −0 | po/ja.po | |
+1 −1 | src/attribute.md | |
+2 −1 | src/custom_types/structs.md | |
+1 −1 | src/hello/print.md | |
+1 −1 | src/macros.md | |
+1 −1 | src/scope/borrow.md | |
+1 −1 | src/std_misc/process/pipe.md | |
+3 −0 | theme/index.hbs |
Submodule rustc-dev-guide
updated
33 files
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
6 changes: 3 additions & 3 deletions
6
.../platform-support/wasm32-wasi-preview2.md → ...stc/src/platform-support/wasm32-wasip2.md
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
Submodule llvm-project
updated
from 700fbf to 9ea7f7
Submodule cargo
updated
1035 files
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