Skip to content

Commit 1b5b051

Browse files
authored
Merge pull request #2214 from Kobzol/subtree-portable-simd
2 parents 24f264a + 29be13d commit 1b5b051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/doc/rustc-dev-guide/src/external-repos.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The following external projects are managed using some form of a `subtree`:
1818

1919
* [clippy](https://github.com/rust-lang/rust-clippy)
2020
* [miri](https://github.com/rust-lang/miri)
21+
* [portable-simd](https://github.com/rust-lang/portable-simd)
2122
* [rustfmt](https://github.com/rust-lang/rustfmt)
2223
* [rust-analyzer](https://github.com/rust-lang/rust-analyzer)
2324
* [rustc_codegen_cranelift](https://github.com/rust-lang/rustc_codegen_cranelift)
@@ -34,6 +35,7 @@ implement a new tool feature or test, that should happen in one collective rustc
3435

3536
* Using `git subtree`
3637
* `clippy` ([sync guide](https://doc.rust-lang.org/nightly/clippy/development/infrastructure/sync.html#performing-the-sync-from-rust-langrust-to-clippy))
38+
* `portable-simd` ([sync script](https://github.com/rust-lang/portable-simd/blob/master/subtree-sync.sh))
3739
* `rustfmt`
3840
* `rustc_codegen_cranelift` ([sync script](https://github.com/rust-lang/rustc_codegen_cranelift/blob/113af154d459e41b3dc2c5d7d878e3d3a8f33c69/scripts/rustup.sh#L7))
3941
* Using the [josh] tool

0 commit comments

Comments
 (0)