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
`wg-learning` aims to make the compiler easier to learn by ensuring that rustc-guide and api docs are “complete”.
31
+
`wg-learning` aims to make the compiler easier to learn by ensuring that [rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/) and api docs are “complete”.
32
32
33
-
-`wg-learning` has been working on transcribing videos from the [compiler lecture series](https://www.youtube.com/watch?v=elBxMRSNYr4&list=PL85XCvVPmGQhOL-J2Ng7qlPvDVOwYpGTN) into [rustc-guide](https://rust-lang.github.io/rustc-guide/) chapters.
33
+
-`wg-learning` has been working on transcribing videos from the [compiler lecture series](https://www.youtube.com/watch?v=elBxMRSNYr4&list=PL85XCvVPmGQhOL-J2Ng7qlPvDVOwYpGTN) into [rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/) chapters.
34
34
35
35
- Originally, individuals were assigned one or lectures to complete but that hasn't worked very well.
Copy file name to clipboardExpand all lines: posts/inside-rust/2019-10-21-compiler-team-meeting.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ Each week, we have general announcements from the team followed by check-ins fro
45
45
46
46
- The [Inside Rust](https://blog.rust-lang.org/inside-rust/index.html) blog has launched.
47
47
48
-
- The [ICE-Breaker group](https://rust-lang.github.io/rustc-guide/ice-breaker/about.html) has been formed!
48
+
- The [ICE-Breaker group](https://rustc-dev-guide.rust-lang.org/ice-breaker/about.html) has been formed!
49
49
50
-
- The [LLVM ICE-Breaker group](https://rust-lang.github.io/rustc-guide/ice-breaker/llvm.html) is also being formed.
50
+
- The [LLVM ICE-Breaker group](https://rustc-dev-guide.rust-lang.org/ice-breaker/llvm.html) is also being formed.
51
51
52
52
[Link to full conversation](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-10-17.20.2354818/near/178389266)
Copy file name to clipboardExpand all lines: posts/inside-rust/2019-10-22-LLVM-ICE-breakers.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ Today I'm announcing a new experiment in the compiler team, the **LLVM ICE-break
12
12
13
13
At its heart, the LLVM ICE-breaker group is just a list of people who would like to be notified when we come across LLVM bugs. You can add yourself to this list very easily -- just [open a PR]! When we come across a suitable bug, we'll write a message that `@`-mentions every Github user on that list. If you have some time, maybe you can fix one of them, or at least offer some words of wisdom to help somebody else figure out what's going on.
14
14
15
-
[open a PR]: https://rust-lang.github.io/rustc-guide/ice-breaker/about.html#join
15
+
[open a PR]: https://rustc-dev-guide.rust-lang.org/ice-breaker/about.html#join
16
16
17
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).
- PGO is available in the stable compiler. Docs are in the rustc-guide and the rustc-book
23
+
- PGO is available in the stable compiler. Docs are in the [rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/) and the [rustc-book](https://doc.rust-lang.org/rustc/index.html)
24
24
25
25
- Unfortunately we don't observe significant performance gains from applying it (except for tiny synthetic test cases).
0 commit comments