You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/inside-rust/2019-10-22-LLVM-ICE-breakers.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,19 @@ At its heart, the LLVM ICE-breaker group is just a list of people who would like
14
14
15
15
[open a PR]: https://rustc-dev-guide.rust-lang.org/ice-breaker/about.html#join
16
16
17
-
There are a few other things associated with the group too, however. For example, we've got a [guide] that offers some tips for how to fix LLVM-related bugs and may help you get started (particularly if you're not that familiar with rustc).
17
+
There are a few other things associated with the group too, however. For example, we've got a [guide][llvm guide] that offers some tips for how to fix LLVM-related bugs and may help you get started (particularly if you're not that familiar with rustc).
The goal is to identify "self-contained" bugs that are unlikely to require large-scale compiler refactorings or to get entangled in other big projects.
24
24
25
+
As Rust developers triage bugs and tag them for the ICE-breakers,
This group is a great fit for anyone who is familiar with LLVM and who would like to learn more about Rust or to get more involved in the Rust project. Even if you don't have time to open PRs against rustc, there are many other ways to help:
@@ -45,6 +50,11 @@ But of course we also hope that these ICE-breaker groups can help people to get
45
50
46
51
I certainly hope so! As I mentioned before, this is an experiment, but presuming that it works out well we fully intend to create more ICE-breaker groups.
47
52
53
+
The current list of ICE-breaker groups is documented in the
54
+
[rustc development guide][rustc dev guide]
55
+
56
+
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/ice-breaker/about.html
0 commit comments