@@ -18,6 +18,7 @@ The following external projects are managed using some form of a `subtree`:
18
18
19
19
* [ clippy] ( https://github.com/rust-lang/rust-clippy )
20
20
* [ miri] ( https://github.com/rust-lang/miri )
21
+ * [ portable-simd] ( https://github.com/rust-lang/portable-simd )
21
22
* [ rustfmt] ( https://github.com/rust-lang/rustfmt )
22
23
* [ rust-analyzer] ( https://github.com/rust-lang/rust-analyzer )
23
24
* [ 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
34
35
35
36
* Using ` git subtree `
36
37
* ` 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 ) )
37
39
* ` rustfmt `
38
40
* ` rustc_codegen_cranelift ` ([ sync script] ( https://github.com/rust-lang/rustc_codegen_cranelift/blob/113af154d459e41b3dc2c5d7d878e3d3a8f33c69/scripts/rustup.sh#L7 ) )
39
41
* Using the [ josh] tool
0 commit comments