Skip to content

Commit f1aeacd

Browse files
committed
Rename Learning WG to Rustc Dev Guide WG
1 parent 7620327 commit f1aeacd

24 files changed

+66
-66
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)