Skip to content
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

Update rustc-guide to rustc-dev-guide #314

Merged
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
18 changes: 9 additions & 9 deletions blacksmith/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ impl Blacksmith {
#[rustfmt::skip]
const REDIRECTS: &[(&str, &str)] = &[
("beta-backporting.html", "/release/beta-backporting.html"),
("bibliography.html", "https://rust-lang.github.io/rustc-guide/appendix/bibliography.html"),
("bibliography.html", "https://rustc-dev-guide.rust-lang.org/appendix/bibliography.html"),
("channel-layout.html", "/infra/channel-layout.html"),
("debugging.html", "https://rust-lang.github.io/rustc-guide/compiler-debugging.html"),
("feature_guide.html", "https://rust-lang.github.io/rustc-guide/implementing_new_features.html"),
("debugging.html", "https://rustc-dev-guide.rust-lang.org/compiler-debugging.html"),
("feature_guide.html", "https://rustc-dev-guide.rust-lang.org/implementing_new_features.html"),
("fott.html", "/archive/fott.html"),
("infrastructure.html", "/infra/service-infrastructure.html"),
("other-installation-methods.html", "/infra/other-installation-methods.html"),
Expand All @@ -155,15 +155,15 @@ impl Blacksmith {
("rustc-bug-fix-procedure.html", "/compiler/bug-fix-procedure.html"),
("rustc-diagnostic-code.html", "/compiler/diagnostic-codes.html"),
("rustc-team-maintenance.html", "/infra/team-maintenance.html"),
("stabilization-guide.html", "https://rust-lang.github.io/rustc-guide/stabilization_guide.html"),
("stabilization-guide.html", "https://rustc-dev-guide.rust-lang.org/stabilization_guide.html"),
("state-of-rust.html", "https://github.com/rust-lang/rust/projects/8"),
("test-suite.html", "https://rust-lang.github.io/rustc-guide/tests/intro.html"),
("test-suite.html", "https://rustc-dev-guide.rust-lang.org/tests/intro.html"),
("toolstate.html", "/infra/toolstate.html"),
("triage-procedure.html", "/release/triage-procedure.html"),
("x-py.html", "https://rust-lang.github.io/rustc-guide/building/how-to-build-and-run.html"),
("compiler/bug-fix-procedure.html", "https://rust-lang.github.io/rustc-guide/bug-fix-procedure.html"),
("compiler/diagnostic-codes.html", "https://rust-lang.github.io/rustc-guide/diagnostics/diagnostic-codes.html"),
("compiler/profile-queries.html", "https://rust-lang.github.io/rustc-guide/queries/profiling.html"),
("x-py.html", "https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html"),
("compiler/bug-fix-procedure.html", "https://rustc-dev-guide.rust-lang.org/bug-fix-procedure.html"),
("compiler/diagnostic-codes.html", "https://rustc-dev-guide.rust-lang.org/diagnostics/diagnostic-codes.html"),
("compiler/profile-queries.html", "https://rustc-dev-guide.rust-lang.org/queries/profiling.html"),
];

// Inititalise book directory if not built yet.
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Nightly | <span id="nightly-cycle"></span> | <span id="nightly-timespan"></span>
* [Rust Pontoon] is a translation management system used to localize the Rust
website.

[Bibliography]: https://rust-lang.github.io/rustc-guide/appendix/bibliography.html
[Bibliography]: https://rustc-dev-guide.rust-lang.org/appendix/bibliography.html
[Rust Pontoon]: https://pontoon.rust-lang.org/
2 changes: 1 addition & 1 deletion src/chat/zulip.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ We currently support linking to issues on a few repositories:
* rust-lang/miri with `miri#3434`
* rust-lang-nursery/polonius with `polonius#3434`
* rust-analyzer/rust-analyzer with `rust-analyzer#3434`
* rust-lang/rustc-guide with `rustc-guide#3434`
* rust-lang/rustc-dev-guide with `rustc-dev-guide#3434`
* rust-lang/stdarch with `stdarch#3434`
* rust-lang/team with `team#3434`
* rust-lang/unsafe-code-guidelines with `ucg#3434`
Expand Down
4 changes: 2 additions & 2 deletions src/compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This section documents the Rust compiler itself, its APIs, and how to
contribute and provide bug fixes for the compiler.

### External Links
* The [Rustc guide] documents how the compiler works as well providing helpful
* The [Rustc Dev Guide] documents how the compiler works as well providing helpful
information to help get new contributors involved in the development.
* Rustc's [internal documentation].
* The [Compiler team] website is the home for all of the compiler
Expand All @@ -13,5 +13,5 @@ contribute and provide bug fixes for the compiler.

[Compiler team]: https://rust-lang.github.io/compiler-team/
[FIXME page]: https://oli-obk.github.io/fixmeh/
[Rustc guide]: https://rust-lang.github.io/rustc-guide/
[Rustc Dev Guide]: https://rustc-dev-guide.rust-lang.org/
[internal documentation]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
2 changes: 1 addition & 1 deletion src/infra/toolstate.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rules are for when which tools are (not) allowed to break.
cut. (See the [Forge index][forge] for when the next beta cutoff is
happening.)

At the time of writing, the following tools are "nightly only": rustc-guide,
At the time of writing, the following tools are "nightly only": rustc-dev-guide,
miri, embedded-book.

## Updating the toolstate repository
Expand Down
8 changes: 4 additions & 4 deletions src/lang/rfc-merge-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ This is a tracking issue for the RFC "XXX" (rust-lang/rfcs#NNN).

- [ ] Implement the RFC (cc @rust-lang/XXX -- can anyone write up mentoring
instructions?)
- [ ] Adjust documentation ([see instructions on rustc-guide][doc-guide])
- [ ] Stabilization PR ([see instructions on rustc-guide][stabilization-guide])
- [ ] Adjust documentation ([see instructions on rustc-dev-guide][doc-guide])
- [ ] Stabilization PR ([see instructions on rustc-dev-guide][stabilization-guide])

[stabilization-guide]: https://rust-lang.github.io/rustc-guide/stabilization_guide.html#stabilization-pr
[doc-guide]: https://rust-lang.github.io/rustc-guide/stabilization_guide.html#documentation-prs
[stabilization-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization-pr
[doc-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#documentation-prs

**Unresolved questions:**

Expand Down