Skip to content

Commit c193ce4

Browse files
authored
Merge pull request #268 from spastorino/rename-learning-wg-to-rustc-dev-guide
Rename Learning WG to Rustc Dev Guide WG
2 parents 7620327 + f1aeacd commit c193ce4

24 files changed

+66
-66
lines changed

content/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Name | Status | Short
6363
---- | ------ | ----------------- | ------------
6464
[Async-await Implementation](working-groups/async-await/) | Active | Implementing async-await | [#t-compiler/wg-async-await][async-await_stream]
6565
[Diagnostics](working-groups/diagnostics/) | Active | Use crates.io crates for diagnostics rendering and make emitting diagnostics nicer. | [#t-compiler/wg-diagnostics][diagnostics_stream]
66-
[Learning](working-groups/learning/) | Active | Make the compiler easier to learn by ensuring that rustc-dev-guide and api docs are "complete" | [#t-compiler/wg-learning][learning_stream]
66+
[Rustc Dev Guide](working-groups/rustc-dev-guide/) | Active | Make the compiler easier to learn by ensuring that rustc-dev-guide is "complete" | [#t-compiler/wg-rustc-dev-guide][rustc-dev-guide_stream]
6767
[LLVM](working-groups/llvm/) | Incubating | Working with LLVM upstream to represent Rust in its development | [#t-compiler/wg-llvm][llvm_stream]
6868
[Meta](working-groups/meta/) | Active | How compiler team organizes itself | [#t-compiler/wg-meta][meta_stream]
6969
[MIR Optimizations](working-groups/mir-opt/) | Active | Write MIR optimizations and refactor the MIR to be more optimizable. | [#t-compiler/wg-mir-opt][mir-opt-stream]
@@ -93,7 +93,7 @@ Name | Status | Short
9393
[pipelining-stream]: https://rust-lang.zulipchat.com/#narrow/stream/195180-t-compiler.2Fwg-pipelining
9494
[polonius_stream]: https://rust-lang.zulipchat.com/#narrow/stream/186049-t-compiler.2Fwg-polonius
9595
[polymorphization_stream]: https://rust-lang.zulipchat.com/#narrow/stream/216091-t-compiler.2Fwg-polymorphization
96-
[learning_stream]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-learning
96+
[rustc-dev-guide_stream]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-rustc-dev-guide
9797
[Polonius]: https://github.com/rust-lang/polonius
9898
[diagnostics_stream]: https://rust-lang.zulipchat.com/#narrow/stream/147480-t-compiler.2Fwg-diagnostics
9999

content/menu/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ headless: true
2424
- [**Working Groups**]({{< relref "/working-groups" >}})
2525
- [Async Await]({{< relref "/working-groups/async-await" >}})
2626
- [Diagnostics]({{< relref "/working-groups/diagnostics" >}})
27-
- [Learning]({{< relref "/working-groups/learning" >}})
27+
- [Rustc Dev Guide]({{< relref "/working-groups/rustc-dev-guide" >}})
2828
- [LLVM]({{< relref "/working-groups/llvm" >}})
2929
- [Meta]({{< relref "/working-groups/meta" >}})
3030
- [MIR-opt]({{< relref "/working-groups/mir-opt" >}})

content/minutes/design-meeting/2019-12-20-major-change-process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ We would know the system is working if:
153153
* person may not know enough context to write the docs, need help with that
154154
* but the bar should be that the issue can **explain the change** in sufficient detail for it to be understood
155155
* the *actual* rustc-dev-guide changes themselves can come later
156-
* it may be that the role of the learning wg can be to help with some of that
156+
* it may be that the role of the rustc-dev-guide wg can be to help with some of that
157157

158158
## Final proposed process
159159

content/minutes/triage-meeting/2019-08-15.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ type: docs
1616

1717
## Working group sync
1818

19-
### [wg-learning](https://rust-lang.github.io/compiler-team/working-groups/learning/)
19+
### [wg-rustc-dev-guide](https://rust-lang.github.io/compiler-team/working-groups/rustc-dev-guide/)
2020

21-
wg-learning's objective is to make the compiler easier to learn by ensuring that rustc-dev-guide and api docs are "complete".
21+
wg-rustc-dev-guide's objective is to make the compiler easier to learn by ensuring that rustc-dev-guide is "complete".
2222

2323
Currently they're working on:
2424

2525
1. Getting [video lectures](https://www.youtube.com/watch?v=mAUGvNgZYtw) about parts of the compiler from people who know them
2626
2. Turning existing video lectures into content for the [rustc-dev-guide](https://github.com/rust-lang/rustc-dev-guide)
27-
3. Triaging and working on issues and pull requests for learning content
27+
3. Triaging and working on issues and pull requests for rustc-dev-guide content
2828

2929
Help is always wanted!
3030

content/minutes/triage-meeting/2019-10-10.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ type: docs
3737

3838
## Working group sync
3939

40-
### [wg-learning](https://rust-lang.github.io/compiler-team/working-groups/learning/)
40+
### [wg-rustc-dev-guide](https://rust-lang.github.io/compiler-team/working-groups/rustc-dev-guide/)
4141

42-
- `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.
42+
- `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.
4343

4444
- Originally, individuals were assigned one or lectures to complete but that hasn't worked very well.
4545

content/minutes/triage-meeting/2019-12-05.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: docs
2424

2525
## Working group sync
2626

27-
### [wg-learning]
27+
### [wg-rustc-dev-guide]
2828

2929
Accomplished:
3030

@@ -55,7 +55,7 @@ Next-steps:
5555
[doc]: https://hackmd.io/iamkyR_QTdSIdGjYQX_XjQ
5656
[lecture_1]: https://www.youtube.com/watch?v=_muY4HjSqVw
5757
[lecture_2]: https://www.youtube.com/watch?v=c01TsOsr3-c
58-
[meeting]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-learning/topic/planning.20meeting
58+
[meeting]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-rustc-dev-guide/topic/planning.20meeting
5959
[salsa_chapter]: https://github.com/rust-lang/rustc-dev-guide/pull/529
6060
[ty_chapter]: https://github.com/rust-lang/rustc-dev-guide/pull/530
61-
[wg-learning]: https://rust-lang.github.io/compiler-team/working-groups/learning
61+
[wg-rustc-dev-guide]: https://rust-lang.github.io/compiler-team/working-groups/rustc-dev-guide

content/minutes/triage-meeting/2020-01-02.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type: docs
3535

3636
## Working group sync
3737

38-
### [wg-learning]
38+
### [wg-rustc-dev-guide]
3939

4040
- The new chapter "Intro to `ty`" is nearly ready to merge!
4141

@@ -48,4 +48,4 @@ type: docs
4848
[#67803]: https://github.com/rust-lang/rust/pull/67803
4949
[@centril]: https://github.com/centril
5050
[@matthewjasper]: https://github.com/matthewjasper
51-
[wg-learning]: https://rust-lang.github.io/compiler-team/working-groups/learning/
51+
[wg-rustc-dev-guide]: https://rust-lang.github.io/compiler-team/working-groups/rustc-dev-guide/

content/working-groups/diagnostics/minutes/2019.07.09-meeting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Learning WG 2019-07-09 sync meeting
2+
title: Rustc Dev Guide WG 2019-07-09 sync meeting
33
type: docs
44
---
5-
# Learning WG 2019-07-09 sync meeting
5+
# Rustc Dev Guide WG 2019-07-09 sync meeting
66

77

88
- some discussion about organizing lectures on missing topics

content/working-groups/learning/minutes/agenda.md

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
2-
title: Learning Working Group
2+
title: Rustc Dev Guide Working Group
33
type: docs
44
---
5-
# Learning Working Group
5+
# Rustc Dev Guide Working Group
66
![working group status: active][status]
77

88
This working group aims to make the compiler easier to learn by ensuring that rustc-dev-guide and api docs are "complete".
99

1010
- **Leads:** [@spastorino][spastorino] and [@mark-i-m][markim]
1111
- **Meeting Notes:**
12-
- [2019.05.14 Meeting]({{< relref "/working-groups/learning/minutes/2019.05.14-meeting" >}})
13-
- [2019.05.28 Meeting]({{< relref "/working-groups/learning/minutes/2019.05.28-meeting" >}})
14-
- [2019.06.11 Meeting]({{< relref "/working-groups/learning/minutes/2019.06.11-meeting" >}})
15-
- [2019.06.25 Meeting]({{< relref "/working-groups/learning/minutes/2019.06.25-meeting" >}})
16-
- [2019.07.09 Meeting]({{< relref "/working-groups/learning/minutes/2019.07.09-meeting" >}})
17-
- [2019.07.23 Meeting]({{< relref "/working-groups/learning/minutes/2019.07.23-meeting" >}})
18-
- [2019.08.06 Meeting]({{< relref "/working-groups/learning/minutes/2019.08.06-meeting" >}})
19-
- [2019.08.20 Meeting]({{< relref "/working-groups/learning/minutes/2019.08.20-meeting" >}})
20-
- [2019.09.17 Meeting]({{< relref "/working-groups/learning/minutes/2019.09.17-meeting" >}})
21-
- [2019.10.01 Meeting]({{< relref "/working-groups/learning/minutes/2019.10.01-meeting" >}})
22-
- **Agenda:** [Agenda]({{< relref "/working-groups/learning/minutes/agenda" >}})
23-
- **FAQ:** [FAQ]({{< relref "/working-groups/learning/FAQ" >}})
12+
- [2019.05.14 Meeting]({{< relref "/working-groups/rustc-dev-guide/minutes/2019.05.14-meeting" >}})
13+
- [2019.05.28 Meeting]({{< relref "/working-groups/rustc-dev-guide/minutes/2019.05.28-meeting" >}})
14+
- [2019.06.11 Meeting]({{< relref "/working-groups/rustc-dev-guide/minutes/2019.06.11-meeting" >}})
15+
- [2019.06.25 Meeting]({{< relref "/working-groups/rustc-dev-guide/minutes/2019.06.25-meeting" >}})
16+
- [2019.07.09 Meeting]({{< relref "/working-groups/rustc-dev-guide/minutes/2019.07.09-meeting" >}})
17+
- [2019.07.23 Meeting]({{< relref "/working-groups/rustc-dev-guide/minutes/2019.07.23-meeting" >}})
18+
- [2019.08.06 Meeting]({{< relref "/working-groups/rustc-dev-guide/minutes/2019.08.06-meeting" >}})
19+
- [2019.08.20 Meeting]({{< relref "/working-groups/rustc-dev-guide/minutes/2019.08.20-meeting" >}})
20+
- [2019.09.17 Meeting]({{< relref "/working-groups/rustc-dev-guide/minutes/2019.09.17-meeting" >}})
21+
- [2019.10.01 Meeting]({{< relref "/working-groups/rustc-dev-guide/minutes/2019.10.01-meeting" >}})
22+
- **Agenda:** [Agenda]({{< relref "/working-groups/rustc-dev-guide/minutes/agenda" >}})
23+
- **FAQ:** [FAQ]({{< relref "/working-groups/rustc-dev-guide/FAQ" >}})
2424

2525
[status]: https://img.shields.io/badge/status-active-brightgreen.svg?style=for-the-badge
2626
[spastorino]: https://github.com/spastorino
@@ -43,8 +43,8 @@ work towards the goals defined on that plan. Our current plan is to work for 2 m
4343

4444
- **Desired experience level:** Any
4545
- **Relevant repositories:** [`rust-lang/rust`][rust-repo] and [`rust-lang/rustc-dev-guide`][rustc-dev-guide-repo]
46-
- **Zulip stream:** [`#t-compiler/wg-learning`][zulip] on Zulip
46+
- **Zulip stream:** [`#t-compiler/wg-rustc-dev-guide`][zulip] on Zulip
4747

4848
[rust-repo]: https://github.com/rust-lang/rust
4949
[rustc-dev-guide-repo]: https://github.com/rust-lang/rustc-dev-guide
50-
[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-learning
50+
[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/196385-t-compiler.2Fwg-rustc-dev-guide

content/working-groups/learning/minutes/2019.05.14-meeting.md renamed to content/working-groups/rustc-dev-guide/minutes/2019.05.14-meeting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Learning WG 2019-05-14 sync meeting
2+
title: Rustc Dev Guide WG 2019-05-14 sync meeting
33
type: docs
44
---
5-
# Learning WG 2019-05-14 sync meeting
5+
# Rustc Dev Guide WG 2019-05-14 sync meeting
66

77
## Topics discussed:
88

content/working-groups/learning/minutes/2019.05.28-meeting.md renamed to content/working-groups/rustc-dev-guide/minutes/2019.05.28-meeting.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Learning WG 2019-05-28 sync meeting
2+
title: Rustc Dev Guide WG 2019-05-28 sync meeting
33
type: docs
44
---
5-
# Learning WG 2019-05-28 sync meeting
5+
# Rustc Dev Guide WG 2019-05-28 sync meeting
66

77
## Triaging rustc-dev-guide repo
88

99
- Some discussion about how to assign issues on the rust-lang/rustc-dev-guide repo
1010
- Problem: can't assign issues to non-members
1111
- Possible solutions:
12-
- Add WG-learning members to repo so they can be assigned
12+
- Add WG-rustc-dev-guide members to repo so they can be assigned
1313
- use `triagebot` model: bot is assigned the issue and edits the OP to mention the current owner.
1414

1515
## Forge

content/working-groups/learning/minutes/2019.06.11-meeting.md renamed to content/working-groups/rustc-dev-guide/minutes/2019.06.11-meeting.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Learning WG 2019-06-11 sync meeting
2+
title: Rustc Dev Guide WG 2019-06-11 sync meeting
33
type: docs
44
---
5-
# Learning WG 2019-06-11 sync meeting
5+
# Rustc Dev Guide WG 2019-06-11 sync meeting
66

77
## WIP stuff
88

@@ -41,7 +41,7 @@ type: docs
4141
## forge/guide, where to link
4242

4343
- There is a planned contributing page: https://github.com/rust-lang/www.rust-lang.org/issues/440
44-
- If someone has time we (WG-learning) should try to push that forward, otherwise, waiting for this to be done...
44+
- If someone has time we (WG-rustc-dev-guide) should try to push that forward, otherwise, waiting for this to be done...
4545

4646
## adding people to the rustc-dev-guide toolstate list
4747

content/working-groups/learning/minutes/2019.06.25-meeting.md renamed to content/working-groups/rustc-dev-guide/minutes/2019.06.25-meeting.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Learning WG 2019-06-25 sync meeting
2+
title: Rustc Dev Guide WG 2019-06-25 sync meeting
33
type: docs
44
---
5-
# Learning WG 2019-06-25 sync meeting
5+
# Rustc Dev Guide WG 2019-06-25 sync meeting
66

77
## Helping with mdbook
88

9-
- igaray says that doc team has taken up this work and it is not very specific to WG-learning
9+
- igaray says that doc team has taken up this work and it is not very specific to WG-rustc-dev-guide
1010

1111
## Blog post announcing documentation efforts and tasks, ...
1212

content/working-groups/learning/minutes/2019.07.09-meeting.md renamed to content/working-groups/rustc-dev-guide/minutes/2019.07.09-meeting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Learning WG 2019-07-09 sync meeting
2+
title: Rustc Dev Guide WG 2019-07-09 sync meeting
33
type: docs
44
---
5-
# Learning WG 2019-07-09 sync meeting
5+
# Rustc Dev Guide WG 2019-07-09 sync meeting
66

77
- some discussion about organizing lectures on missing topics
88
- it's hard because the preparation may put off potential lecturers

content/working-groups/learning/minutes/2019.07.23-meeting.md renamed to content/working-groups/rustc-dev-guide/minutes/2019.07.23-meeting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Learning WG 2019-07-23 sync meeting
2+
title: Rustc Dev Guide WG 2019-07-23 sync meeting
33
type: docs
44
---
5-
# Learning WG 2019-07-23 sync meeting
5+
# Rustc Dev Guide WG 2019-07-23 sync meeting
66

77
## rustc-dev-guide strike force
88

content/working-groups/learning/minutes/2019.08.06-meeting.md renamed to content/working-groups/rustc-dev-guide/minutes/2019.08.06-meeting.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Learning WG 2019-08-06 sync meeting
2+
title: Rustc Dev Guide WG 2019-08-06 sync meeting
33
type: docs
44
---
5-
# Learning WG 2019-08-06 sync meeting
5+
# Rustc Dev Guide WG 2019-08-06 sync meeting
66

7-
- @Tshepang Lekhonkhobe joined the Learning WG!
7+
- @Tshepang Lekhonkhobe joined the Rustc Dev Guide WG!
88

99
- @mark-i-m reported that toolslate/linkcheck is now working properly with following overview on how:
1010
- The linkchecker in the rust CI is run from https://github.com/rust-lang/rust/tree/master/src/tools/rustbook.

content/working-groups/learning/minutes/2019.08.20-meeting.md renamed to content/working-groups/rustc-dev-guide/minutes/2019.08.20-meeting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Learning WG 2019-08-21 sync meeting
2+
title: Rustc Dev Guide WG 2019-08-21 sync meeting
33
type: docs
44
---
5-
# Learning WG 2019-08-21 sync meeting
5+
# Rustc Dev Guide WG 2019-08-21 sync meeting
66

77
It was a fairly quiet meeting.
88

content/working-groups/learning/minutes/2019.09.17-meeting.md renamed to content/working-groups/rustc-dev-guide/minutes/2019.09.17-meeting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Learning WG 2019-09-17 sync meeting
2+
title: Rustc Dev Guide WG 2019-09-17 sync meeting
33
type: docs
44
---
5-
# Learning WG 2019-09-17 sync meeting
5+
# Rustc Dev Guide WG 2019-09-17 sync meeting
66

77
- Team discussed that we all are going to watch same video
88
- This lecture https://github.com/rust-lang/rustc-dev-guide/issues/375

content/working-groups/learning/minutes/2019.10.01-meeting.md renamed to content/working-groups/rustc-dev-guide/minutes/2019.10.01-meeting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Learning WG 2019-10-01 sync meeting
2+
title: Rustc Dev Guide WG 2019-10-01 sync meeting
33
type: docs
44
---
5-
# Learning WG 2019-10-01 sync meeting
5+
# Rustc Dev Guide WG 2019-10-01 sync meeting
66

77
- Team discussed that watching same video by all members, one video at a time, works well for everyone so far
88
- Everyone is [taking notes in this paper doc](https://paper.dropbox.com/doc/Ty-lecture-summary--AlwygwSe9rh1NVn2BB6CaBB9Ag-4jFj9bVOLlW7uhIOWHITX).

content/working-groups/learning/minutes/2019.11.26-meeting.md renamed to content/working-groups/rustc-dev-guide/minutes/2019.11.26-meeting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Learning WG 2019-11-26 planning meeting
2+
title: Rustc Dev Guide WG 2019-11-26 planning meeting
33
type: docs
44
---
5-
# Learning WG 2019-11-26 planning meeting
5+
# Rustc Dev Guide WG 2019-11-26 planning meeting
66

77

88
- Team discussed most important missing chapters from the [master doc].
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: WG rustc-dev-guide future meeting agenda
3+
type: docs
4+
---
5+
# WG-Rustc Dev Guide future meeting agenda
6+
7+
See [this doc](https://hackmd.io/s/SysIzeMRE)

layouts/shortcodes/checkin-schedule.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
var wgs = [
2323
"Async/Await",
2424
"Diagnostics",
25-
"Learning",
25+
"Rustc Dev Guide",
2626
"LLVM",
2727
"Meta",
2828
"MIR Optimizations",

0 commit comments

Comments
 (0)