Skip to content

Commit 7f1d49d

Browse files
committed
rust-lang.github.io to rustc-dev-guide.rust-lang.org
1 parent 02e249b commit 7f1d49d

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

content/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ other such things. If you're interested in learning about how
99
**rustc** works -- as well as advice on building the compiler, preparing a PR,
1010
and other similar topics -- check out the [rustc-dev-guide].
1111

12-
[rustc-dev-guide]: https://rust-lang.github.io/rustc-dev-guide/
12+
[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
1313

1414
## Quick facts
1515

1616
- **Where to find us:** We are primarily present on [Zulip](about/chat-platform), though some of us also monitor Discord.
1717
- **Want to attend a meeting or follow along?** See the "meeting calendar" section below.
1818
- **Looking for technical information about how the compiler works?**
19-
Check out the [rustc-dev-guide](https://rust-lang.github.io/rustc-dev-guide/).
19+
Check out the [rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/).
2020

2121
## Meeting Calendar
2222

content/minutes/design-meeting/2019-10-11-DepGraph-persistence-PR62038.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Dear @*T-compiler/meeting*,
1313

1414
Today we will be having a **design meeting**. The topic was originally sketched as "some Zoxc PR". We've since narrowed that down to discuss #62038, which is a refactoring to how dep-graph loading occurs. @**Zoxc** [wrote up a comment](https://github.com/rust-lang/rust/pull/62038#issuecomment-540508308) giving a summary of the ideas. Note that this PR itself is an incremental step towards #60035, which aims to make dep-graph loading/saving more continuous.
1515

16-
I'd also like to discuss briefly how we should document these changes. We currently have some rustc-chapters on incremental compilation (e.g., [this chapter goes into detail](https://rust-lang.github.io/rustc-dev-guide/queries/incremental-compilation-in-detail.html)). I would like to move us to a world where major refactorings like #60035 (but not limited to this one -- I think e.g. [my recent PR](https://github.com/rust-lang/rust/pull/65232) and work on lazy norm fits the bill) come along with a rustc-dev-guide chapter that documents the new state of the world. Maybe we discuss some how that might work and -- in the case of THIS PR -- who might do that documentation work (I don't necessarily think it has to be @**Zoxc**, though they're also an obvious candidate). (In my ideal world, drafts of that chapter would be available *before* the PR, but at minimum I think such a chapter should be in place to help with reviewing.)
16+
I'd also like to discuss briefly how we should document these changes. We currently have some rustc-chapters on incremental compilation (e.g., [this chapter goes into detail](https://rustc-dev-guide.rust-lang.org/queries/incremental-compilation-in-detail.html)). I would like to move us to a world where major refactorings like #60035 (but not limited to this one -- I think e.g. [my recent PR](https://github.com/rust-lang/rust/pull/65232) and work on lazy norm fits the bill) come along with a rustc-dev-guide chapter that documents the new state of the world. Maybe we discuss some how that might work and -- in the case of THIS PR -- who might do that documentation work (I don't necessarily think it has to be @**Zoxc**, though they're also an obvious candidate). (In my ideal world, drafts of that chapter would be available *before* the PR, but at minimum I think such a chapter should be in place to help with reviewing.)
1717

1818
## Questions for discussion
1919

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type: docs
3939

4040
### [wg-learning](https://rust-lang.github.io/compiler-team/working-groups/learning/)
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://rust-lang.github.io/rustc-dev-guide/) chapters.
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.
4343

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ type: docs
5252

5353
- The [Inside Rust](https://blog.rust-lang.org/inside-rust/index.html) blog has launched.
5454

55-
- The [ICE-Breaker group](https://rust-lang.github.io/rustc-dev-guide/ice-breaker/about.html) has been formed!
55+
- The [ICE-Breaker group](https://rustc-dev-guide.rust-lang.org/ice-breaker/about.html) has been formed!
5656

57-
- The [LLVM ICE-Breaker group](https://rust-lang.github.io/rustc-dev-guide/ice-breaker/llvm.html) is also being formed.
57+
- The [LLVM ICE-Breaker group](https://rustc-dev-guide.rust-lang.org/ice-breaker/llvm.html) is also being formed.
5858

5959
[Link to full conversation](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-10-17.20.2354818/near/178389266)
6060

content/working-groups/learning/minutes/2019.10.01-meeting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type: docs
88
- Everyone is [taking notes in this paper doc](https://paper.dropbox.com/doc/Ty-lecture-summary--AlwygwSe9rh1NVn2BB6CaBB9Ag-4jFj9bVOLlW7uhIOWHITX).
99
- Discussion was about this lecture https://github.com/rust-lang/rustc-dev-guide/issues/375
1010

11-
- @Santiago Pastorino reported that [How to build and run guide page needs help](https://rust-lang.github.io/rustc-dev-guide/how-to-build-and-run.html)
11+
- @Santiago Pastorino reported that [How to build and run guide page needs help](https://rustc-dev-guide.rust-lang.org/how-to-build-and-run.html)
1212
- Team might create a new doc for this page to collect ideas.
1313

1414
- @mark-i-m reported that

content/working-groups/llvm/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ something to do with how LLVM works. For the time being this is the best place t
6666
[Code Reviews with Phabricator]: https://llvm.org/docs/Phabricator.html
6767
[Getting Started with the LLVM System]: https://www.llvm.org/docs/GettingStarted.html
6868
[Intro to LLVM]: http://www.aosabook.org/en/llvm.html
69-
[codegen section]: https://rust-lang.github.io/rustc-dev-guide/codegen.html
70-
[rustc-dev-guide]: https://rust-lang.github.io/rustc-dev-guide/
69+
[codegen section]: https://rustc-dev-guide.rust-lang.org/codegen.html
70+
[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/

content/working-groups/mir-opt/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ and context:
4343

4444
- MIR is an intermediate representation used within the compiler. We are looking to transform
4545
instances of MIR into "better" instances. You can read about the MIR in
46-
the [relevant rustc-dev-guide chapter](https://rust-lang.github.io/rustc-dev-guide/mir/index.html).
46+
the [relevant rustc-dev-guide chapter](https://rustc-dev-guide.rust-lang.org/mir/index.html).
4747

4848
## Do I need to attend any meetings?
4949
We don't have any meetings yet.

content/working-groups/nll/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ and context:
5353

5454
- MIR is an intermediate representation used within the compiler. NLL is implemented as a new
5555
borrow checker implemented on the MIR. You can read about the MIR in
56-
the [relevant rustc-dev-guide chapter](https://rust-lang.github.io/rustc-dev-guide/mir/index.html).
56+
the [relevant rustc-dev-guide chapter](https://rustc-dev-guide.rust-lang.org/mir/index.html).
5757
- You can read about the major phases and internals of the MIR borrow checker in
58-
it's [rustc-dev-guide chapter](https://rust-lang.github.io/rustc-dev-guide/borrow_check.html).
58+
it's [rustc-dev-guide chapter](https://rustc-dev-guide.rust-lang.org/borrow_check.html).
5959
- NLL was originally specified
6060
in [RFC 2094](https://github.com/rust-lang/rfcs/blob/master/text/2094-nll.md).
6161
- [@nikomatsakis][nikomatsakis]'s blog posts on NLL are also useful for getting familiar with the

content/working-groups/parallel-rustc/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This working group aims to accomplish the following:
2323
- Produce solid documentation of how parallel evaluation works, how it is
2424
implementated, and what things it might affect in the [rustc-dev-guide][rustc-dev-guide].
2525

26-
[rustc-dev-guide]: https://rust-lang.github.io/rustc-dev-guide/
26+
[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
2727

2828
# How can I get involved?
2929
If you are interested in getting involved in this working group, you are welcome to

content/working-groups/rfc-2229/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The project roadmap can be found [here][roadmap].
7272

7373
[Niko]: https://github.com/nikomatsakis
7474
[Blitzerr]: https://github.com/blitzerr
75-
[rustc-dev-guide]: https://rust-lang.github.io/rustc-dev-guide/
75+
[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
7676
[repo]: https://github.com/rust-lang/rust
7777
[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/189812-t-compiler.2Fwg-rfc-2229
7878
[RFC-2229]: https://github.com/rust-lang/rfcs/blob/master/text/2229-capture-disjoint-fields.md

content/working-groups/template/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ and context:
5151

5252
- MIR is an intermediate representation used within the compiler. NLL is implemented as a new
5353
borrow checker implemented on the MIR. You can read about the MIR in
54-
the [relevant rustc-dev-guide chapter](https://rust-lang.github.io/rustc-dev-guide/mir/index.html).
54+
the [relevant rustc-dev-guide chapter](https://rustc-dev-guide.rust-lang.org/mir/index.html).
5555
- You can read about the major phases and internals of the MIR borrow checker in
56-
it's [rustc-dev-guide chapter](https://rust-lang.github.io/rustc-dev-guide/borrow_check.html).
56+
it's [rustc-dev-guide chapter](https://rustc-dev-guide.rust-lang.org/borrow_check.html).
5757
- NLL was originally specified
5858
in [RFC 2094](https://github.com/rust-lang/rfcs/blob/master/text/2094-nll.md).
5959
- [@nikomatsakis][nikomatsakis]'s blog posts on NLL are also useful for getting familiar with the

0 commit comments

Comments
 (0)