Skip to content

Rename Learning WG to Rustc Dev Guide WG #556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions posts/inside-rust/2019-10-15-compiler-team-meeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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 <https://www.rust-lang.org/governance/teams/compiler#wg-learning>
description: "introduction rustc dev guide working group useful links"
team: the rustc dev guide working group <https://www.rust-lang.org/governance/teams/compiler#wg-rustc-dev-guide>
---

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
Expand Down Expand Up @@ -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
Expand All @@ -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
8 changes: 4 additions & 4 deletions posts/inside-rust/2019-12-20-wg-learning-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: "An Update from WG-Learning"
author: mark-i-m
team: the Learning Working Group <https://www.rust-lang.org/governance/teams/compiler#wg-learning>
team: the Rustc Dev Guide Working Group <https://www.rust-lang.org/governance/teams/compiler#wg-rustc-dev-guide>
---

# An update from WG-Learning
Expand Down Expand Up @@ -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.


Expand All @@ -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
4 changes: 2 additions & 2 deletions posts/inside-rust/2020-03-13-rename-rustc-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.rust-lang.org/governance/teams/compiler#wg-learning>
team: the rustc dev guide working group <https://www.rust-lang.org/governance/teams/compiler#wg-rustc-dev-guide>
---

You may or may not be aware of two similarly named resources:
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions posts/inside-rust/2020-03-26-rustc-dev-guide-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.rust-lang.org/governance/teams/compiler#wg-learning>
team: the Rustc Dev Guide Working Group <https://www.rust-lang.org/governance/teams/compiler#wg-rustc-dev-guide>
---

The `rustc` compiler includes over 380,000 lines of source across more than 40 crates<sup>1</sup> 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.
Expand Down Expand Up @@ -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!

---

<sup>1</sup> 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.
<sup>1</sup> 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.