File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
src/doc/rustc-dev-guide/src/notification-groups Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff 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 number Diff line number Diff line change 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 number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments