diff --git a/posts/inside-rust/2019-10-15-compiler-team-meeting.md b/posts/inside-rust/2019-10-15-compiler-team-meeting.md index 9535c1d31..bd4651f06 100644 --- a/posts/inside-rust/2019-10-15-compiler-team-meeting.md +++ b/posts/inside-rust/2019-10-15-compiler-team-meeting.md @@ -26,11 +26,11 @@ Each week, we have general announcements from the team followed by check-ins fro ## Working group sync -### [wg-learning](https://rust-lang.github.io/compiler-team/working-groups/learning/) +### [wg-rustc-dev-guide](https://rust-lang.github.io/compiler-team/working-groups/rustc-dev-guide/) -`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”. +`wg-rustc-dev-guide` 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”. -- `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. +- `wg-rustc-dev-guide` 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. - Originally, individuals were assigned one or lectures to complete but that hasn't worked very well. diff --git a/posts/inside-rust/2019-10-28-rustc-learning-working-group-introduction.md b/posts/inside-rust/2019-10-28-rustc-learning-working-group-introduction.md index c54f3034b..71782efdd 100644 --- a/posts/inside-rust/2019-10-28-rustc-learning-working-group-introduction.md +++ b/posts/inside-rust/2019-10-28-rustc-learning-working-group-introduction.md @@ -1,12 +1,12 @@ --- layout: post -title: "The Rustc Learning Working Group - An Introduction" +title: "The Rustc Dev Guide Working Group - An Introduction" author: Amanjeev Sethi -description: "introduction learning working group useful links" -team: the rustc learning working group +description: "introduction rustc dev guide working group useful links" +team: the rustc dev guide working group --- -The [Learning Working Group], formed in April 2019, is focused on making the +The [Rustc Dev Guide Working Group], formed in April 2019, is focused on making the compiler easier to learn by ensuring that [rustc-dev-guide] and API docs are "complete". It is one of the many efforts by the Rust Compiler team to decrease the barrier of contributing to the compiler. As noted on the WG’s @@ -59,21 +59,21 @@ and new folks who want to contribute and learn. ## Call for participation There is no bar to entry in the group. To join the group, you can -drop a message in [`#t-compiler/wg-learning` on Zulip] introducing +drop a message in [`#t-compiler/wg-rustc-dev-guide` on Zulip] introducing yourself. We would love to hear from you and hope we all together can make the documentation better. ## Important resources -- **[Learning Working Group]** +- **[Rustc Dev Guide Working Group]** - **[Rustc Dev Guide Book]** - **[Rustc Dev Guide Repository]** - **[Github Project (Kanban)]** - **[Learning WG Meeting Minutes]** - **[Rust Youtube Videos]** -- **[Zulip Stream: `#t-compiler/wg-learning` on Zulip]** +- **[Zulip Stream: `#t-compiler/wg-rustc-dev-guide` on Zulip]** -[Learning Working Group]: https://github.com/rust-lang/compiler-team/tree/master/content/working-groups/learning +[Rustc Dev Guide Working Group]: https://github.com/rust-lang/compiler-team/tree/master/content/working-groups/learning [rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/ [Rustc Dev Guide Book]: https://rustc-dev-guide.rust-lang.org/ [rustc-dev-guide Github repository]: https://github.com/rust-lang/rustc-dev-guide @@ -83,5 +83,5 @@ can make the documentation better. [Learning WG Meeting Minutes]: https://github.com/rust-lang/compiler-team/tree/master/content/working-groups/learning/minutes [Rust Youtube Videos]: https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA/playlists [rust-lang/rust]: https://github.com/rust-lang/rust -[Zulip Stream: `#t-compiler/wg-learning` on Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-learning -[`#t-compiler/wg-learning` on Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-learning +[Zulip Stream: `#t-compiler/wg-rustc-dev-guide` on Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-rustc-dev-guide +[`#t-compiler/wg-rustc-dev-guide` on Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-rustc-dev-guide diff --git a/posts/inside-rust/2019-12-20-wg-learning-update.md b/posts/inside-rust/2019-12-20-wg-learning-update.md index d5122eebb..628007119 100644 --- a/posts/inside-rust/2019-12-20-wg-learning-update.md +++ b/posts/inside-rust/2019-12-20-wg-learning-update.md @@ -2,7 +2,7 @@ layout: post title: "An Update from WG-Learning" author: mark-i-m -team: the Learning Working Group +team: the Rustc Dev Guide Working Group --- # An update from WG-Learning @@ -67,7 +67,7 @@ topics. ## Getting involved Did any of this sound interesting to you? We would love for you to join us! You -can the Learning WG on the [`t-compiler/wg-learning`][zulip] stream on Zulip. +can the Learning WG on the [`t-compiler/wg-rustc-dev-guide`][zulip] stream on Zulip. Feel free to stop by and ping us. @@ -78,6 +78,6 @@ Feel free to stop by and ping us. [ra]: https://github.com/rust-analyzer/rust-analyzer [ty]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/type.Ty.html [typr]: https://github.com/rust-lang/rustc-dev-guide/pull/530 -[meeting]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-learning/topic/planning.20meeting +[meeting]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-rustc-dev-guide/topic/planning.20meeting [glos]: https://rustc-dev-guide.rust-lang.org/appendix/glossary.html -[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-learning +[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-rustc-dev-guide diff --git a/posts/inside-rust/2020-03-13-rename-rustc-guide.md b/posts/inside-rust/2020-03-13-rename-rustc-guide.md index c22e7e9af..71691beed 100644 --- a/posts/inside-rust/2020-03-13-rename-rustc-guide.md +++ b/posts/inside-rust/2020-03-13-rename-rustc-guide.md @@ -3,7 +3,7 @@ layout: post title: "The rustc-guide is now rustc-dev-guide" author: mark-i-m description: "the guide has been renamed" -team: the rustc learning working group +team: the rustc dev guide working group --- You may or may not be aware of two similarly named resources: @@ -38,4 +38,4 @@ rustc-dev-guide repo][repo] or on our [zulip channel][zulip]. [gh]: https://github.com/rust-lang/rustc-dev-guide/issues/602 [repo]: https://github.com/rust-lang/rustc-dev-guide -[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-learning +[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-rustc-dev-guide diff --git a/posts/inside-rust/2020-03-26-rustc-dev-guide-overview.md b/posts/inside-rust/2020-03-26-rustc-dev-guide-overview.md index 91267a636..4f554aafa 100644 --- a/posts/inside-rust/2020-03-26-rustc-dev-guide-overview.md +++ b/posts/inside-rust/2020-03-26-rustc-dev-guide-overview.md @@ -3,7 +3,7 @@ layout: post title: "rustc-dev-guide Overview" author: "Chris Simpkins" description: "2020-03-26 rustc-dev-guide Overview" -team: the Learning Working Group +team: the Rustc Dev Guide Working Group --- The `rustc` compiler includes over 380,000 lines of source across more than 40 crates1 to support the lexing through binary linking stages of the Rust compile process. It is daunting for newcomers, and we recognize that a high-level survey of the pipeline is warranted. @@ -37,8 +37,8 @@ And if you know the compiler and want to pitch in on the rustc-dev-guide Overvie ## Interested in Learning (Working Group)? -Are you interested in learning more about the `rustc` compiler and teaching others? Drop by our [Zulip stream](https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-learning) and say hello! +Are you interested in learning more about the `rustc` compiler and teaching others? Drop by our [Zulip stream](https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-rustc-dev-guide) and say hello! --- -1 These numbers account for lines in Rust files across all dependencies necessary to build `rustc`. Thanks to @LeSeulArtichaut for these calculations! See [the notes on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-learning/topic/The.20Rustc.20Overview.3A.20blog.20post/near/189441101) for additional details. +1 These numbers account for lines in Rust files across all dependencies necessary to build `rustc`. Thanks to @LeSeulArtichaut for these calculations! See [the notes on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-rustc-dev-guide/topic/The.20Rustc.20Overview.3A.20blog.20post/near/189441101) for additional details.