File tree 3 files changed +16
-1
lines changed
src/doc/rustc-dev-guide/src/notification-groups
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:
22
22
- [ Apple] ( ./apple.md )
23
23
- [ ARM] ( ./arm.md )
24
24
- [ Cleanup Crew] ( ./cleanup-crew.md )
25
+ - [ codegen-cranelift] ( ./codegen-cranelift.md )
26
+ - [ codegen-gcc] ( ./codegen-gcc.md )
25
27
- [ Emscripten] ( ./emscripten.md )
26
28
- [ LLVM] ( ./llvm.md )
27
29
- [ RISC-V] ( ./risc-v.md )
30
+ - [ Rust for Linux] ( ./rust-for-linux.md )
28
31
- [ WASI] ( ./wasi.md )
29
32
- [ WebAssembly] ( ./wasm.md )
30
33
- [ Windows] ( ./windows.md )
31
- - [ Rust for Linux] ( ./rust-for-linux.md )
32
34
33
35
## What issues are a good fit for notification groups?
34
36
@@ -82,9 +84,12 @@ group. For example:
82
84
@rustbot ping apple
83
85
@rustbot ping arm
84
86
@rustbot ping cleanup-crew
87
+ @rustbot ping codegen-cranelift
88
+ @rustbot ping codegen-gcc
85
89
@rustbot ping emscripten
86
90
@rustbot ping llvm
87
91
@rustbot ping risc-v
92
+ @rustbot ping rfl
88
93
@rustbot ping wasi
89
94
@rustbot ping wasm
90
95
@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