Skip to content

Commit 9ded2f1

Browse files
Mention that rustc_codegen_gcc is a subtree in rustc-dev-guide
1 parent 96815e7 commit 9ded2f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/external-repos.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The following external projects are managed using some form of a `subtree`:
2222
* [rustfmt](https://github.com/rust-lang/rustfmt)
2323
* [rust-analyzer](https://github.com/rust-lang/rust-analyzer)
2424
* [rustc_codegen_cranelift](https://github.com/rust-lang/rustc_codegen_cranelift)
25+
* [rustc_codegen_gcc](https://github.com/rust-lang/rustc_codegen_gcc)
2526
* [rustc-dev-guide](https://github.com/rust-lang/rustc-dev-guide)
2627
* [compiler-builtins](https://github.com/rust-lang/compiler-builtins)
2728
* [stdarch](https://github.com/rust-lang/stdarch)
@@ -40,6 +41,7 @@ implement a new tool feature or test, that should happen in one collective rustc
4041
* `portable-simd` ([sync script](https://github.com/rust-lang/portable-simd/blob/master/subtree-sync.sh))
4142
* `rustfmt`
4243
* `rustc_codegen_cranelift` ([sync script](https://github.com/rust-lang/rustc_codegen_cranelift/blob/113af154d459e41b3dc2c5d7d878e3d3a8f33c69/scripts/rustup.sh#L7))
44+
* `rustc_codegen_gcc` ([sync guide](https://github.com/rust-lang/rustc_codegen_gcc/blob/master/doc/subtree.md))
4345
* Using the [josh](#synchronizing-a-josh-subtree) tool
4446
* `miri`
4547
* `rust-analyzer`

0 commit comments

Comments
 (0)