Skip to content

Commit 1ae5bb0

Browse files
committed
Document codegen-{gcc,cranelift} ping groups in rustc-dev-guide
1 parent e3857ac commit 1ae5bb0

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

src/doc/rustc-dev-guide/src/notification-groups/about.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ Here's the list of the notification groups:
2222
- [Apple](./apple.md)
2323
- [ARM](./arm.md)
2424
- [Cleanup Crew](./cleanup-crew.md)
25+
- [codegen-cranelift](./codegen-cranelift.md)
26+
- [codegen-gcc](./codegen-gcc.md)
2527
- [Emscripten](./emscripten.md)
2628
- [LLVM](./llvm.md)
2729
- [RISC-V](./risc-v.md)
30+
- [Rust for Linux](./rust-for-linux.md)
2831
- [WASI](./wasi.md)
2932
- [WebAssembly](./wasm.md)
3033
- [Windows](./windows.md)
31-
- [Rust for Linux](./rust-for-linux.md)
3234

3335
## What issues are a good fit for notification groups?
3436

@@ -82,9 +84,12 @@ group. For example:
8284
@rustbot ping apple
8385
@rustbot ping arm
8486
@rustbot ping cleanup-crew
87+
@rustbot ping codegen-cranelift
88+
@rustbot ping codegen-gcc
8589
@rustbot ping emscripten
8690
@rustbot ping llvm
8791
@rustbot ping risc-v
92+
@rustbot ping rfl
8893
@rustbot ping wasi
8994
@rustbot ping wasm
9095
@rustbot ping windows
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Cranelift codegen backend notification group
2+
3+
**Ping command:** `@rustbot ping codegen-cranelift`
4+
5+
This ping group is intended to ping the cranelift codegen backend team for guidance on a specific issue or PR.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# GCC codegen backend notification group
2+
3+
**Ping command:** `@rustbot ping codegen-gcc`
4+
5+
This ping group is intended to ping the gcc codegen backend team for guidance on a specific issue or PR.

0 commit comments

Comments
 (0)