diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-07-08 15:12:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-08 15:12:54 +0800 |
| commit | 342d78d757ec56fb93ab1904ad87b024a107dd8b (patch) | |
| tree | d3b535ad7f3d8f52afd3e2eefc4b02a306732d3c | |
| parent | 33c70d98e8816b9bf987e48fbde7460bf688932b (diff) | |
| parent | 922ee88762e36dea38113f84ca3898b2e59531ee (diff) | |
| download | rust-342d78d757ec56fb93ab1904ad87b024a107dd8b.tar.gz rust-342d78d757ec56fb93ab1904ad87b024a107dd8b.zip | |
Merge pull request #2495 from Kobzol/josh-sync-stdarch
| -rw-r--r-- | src/doc/rustc-dev-guide/src/external-repos.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/external-repos.md b/src/doc/rustc-dev-guide/src/external-repos.md index fc40b5d2bfa..0f7322357b9 100644 --- a/src/doc/rustc-dev-guide/src/external-repos.md +++ b/src/doc/rustc-dev-guide/src/external-repos.md @@ -43,9 +43,9 @@ implement a new tool feature or test, that should happen in one collective rustc * Using the [josh] tool * `miri` ([sync guide](https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#advanced-topic-syncing-with-the-rustc-repo)) * `rust-analyzer` ([sync script](https://github.com/rust-lang/rust-analyzer/blob/2e13684be123eca7181aa48e043e185d8044a84a/xtask/src/release.rs#L147)) - * `rustc-dev-guide` + * `rustc-dev-guide` ([josh sync](#synchronizing-a-josh-subtree)) * `compiler-builtins` - * `stdarch` + * `stdarch` ([josh sync](#synchronizing-a-josh-subtree)) ### Josh subtrees @@ -57,6 +57,7 @@ We use a dedicated tool called [`rustc-josh-sync`][josh-sync] for performing Jos Currently, we are migrating Josh repositories to it. So far, it is used in: - rustc-dev-guide +- stdarch To use the tool, first install it with `cargo install --locked --git https://github.com/rust-lang/josh-sync`. |
