File tree 5 files changed +42
-7
lines changed
5 files changed +42
-7
lines changed Original file line number Diff line number Diff line change 29
29
- [ Emitting Errors and other Diagnostics] ( diagnostics.md )
30
30
- [ ` LintStore ` ] ( ./diagnostics/lintstore.md )
31
31
- [ Diagnostic Codes] ( ./diagnostics/diagnostic-codes.md )
32
- - [ ICE-breaker teams] ( ice-breaker/about.md )
33
- - [ "Cleanup Crew" ICE-breakers] ( ice-breaker/cleanup-crew.md )
34
- - [ LLVM ICE-breakers] ( ice-breaker/llvm.md )
32
+ - [ Notification groups] ( notification-groups/about.md )
33
+ - [ "Cleanup Crew"] ( notification-groups/cleanup-crew.md )
34
+ - [ LLVM] ( notification-groups/llvm.md )
35
+ - [ Windows] ( notification-groups/windows.md )
35
36
- [ Licenses] ( ./licenses.md )
36
37
- [ Part 2: High-level Compiler Architecture] ( ./part-2-intro.md )
37
38
- [ Overview of the Compiler] ( ./overview.md )
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
- # LLVM ICE-breakers
1
+ # LLVM Notification group
2
2
3
- ** Github Label:** [ ICEBreaker -LLVM]
3
+ ** Github Label:** [ A -LLVM]
4
4
5
- [ ICEBreaker -LLVM] : https://github.com/rust-lang/rust/labels/ICEBreaker -LLVM
5
+ [ A -LLVM] : https://github.com/rust-lang/rust/labels/A -LLVM
6
6
7
- The "LLVM ICE-breakers " are focused on bugs that center around LLVM.
7
+ The "LLVM Notification Group " are focused on bugs that center around LLVM.
8
8
These bugs often arise because of LLVM optimizations gone awry, or as
9
9
the result of an LLVM upgrade. The goal here is:
10
10
@@ -13,6 +13,9 @@ the result of an LLVM upgrade. The goal here is:
13
13
- if the former, to fix our IR;
14
14
- if the latter, to try and file a bug on LLVM (or identify an existing bug).
15
15
16
+ The group may also be asked to weigh in on other sorts of LLVM-focused
17
+ questions.
18
+
16
19
## Helpful tips and options
17
20
18
21
The [ "Debugging LLVM"] [ d ] section of the
Original file line number Diff line number Diff line change
1
+ # Windows notification group
2
+
3
+ ** Github Label:** [ O-Windows]
4
+
5
+ [ O-Windows ] : https://github.com/rust-lang/rust/labels/O-Windows
6
+
7
+ This list will be used to ask for help both in diagnosing and testing
8
+ Windows-related issues as well as suggestions on how to resolve
9
+ interesting questions regarding our Windows support.
10
+
11
+ The group also has an associated Zulip stream (` #t-compiler/windows ` )
12
+ where people can go to pose questions and discuss Windows-specific
13
+ topics.
14
+
15
+ To get a better idea for what the group will do, here are some
16
+ examples of the kinds of questions where we would have reached out to
17
+ the group for advice in determining the best course of action:
18
+
19
+ * Which versions of MinGW should we support?
20
+ * Should we remove the legacy InnoSetup GUI installer? [ #72569 ]
21
+ * What names should we use for static libraries on Windows? [ #29520 ]
22
+
23
+ So, if you are interested in participating, please sign up for the
24
+ Windows group! To do so, you open a PR against the [ rust-lang/team]
25
+ repository. Just [ follow this example] [ eg ] , but change the username to
26
+ your own!
27
+
28
+ [ rust-lang/team ] : https://github.com/rust-lang/team
29
+ [ eg ] : https://github.com/rust-lang/team/pull/348/
30
+ [ #72569 ] : https://github.com/rust-lang/rust/pull/72569
31
+ [ #29520 ] : https://github.com/rust-lang/rust/pull/29520
You can’t perform that action at this time.
0 commit comments