-
Notifications
You must be signed in to change notification settings - Fork 301
Rename rustc-guide -> rustc-dev-guide #537
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
Merged
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
ea5af9a
Rename rustc-guide -> rustc-dev-guide
mark-i-m 8863e50
remove @sign
mark-i-m 4e3d5c5
Typo
mark-i-m 80e751d
add note about git origin
mark-i-m 6d705eb
update link
mark-i-m 0a6c7ff
publish tomorrow
mark-i-m 1d65c4c
Rename 2020-03-10-rename-rustc-guide.md to 2020-03-13-rename-rustc-gu…
nikomatsakis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
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> | ||
--- | ||
|
||
You may or may not be aware of two similarly named resources: | ||
- [The rustc book](https://doc.rust-lang.org/rustc/index.html) | ||
- [The rustc-guide](https://rust-lang.github.io/rustc-dev-guide/) | ||
|
||
What's the difference? The "rustc book" is intended as a guide for _users_ of the | ||
compiler. The "rustc-guide" is intended as a guide for _developers_ of the | ||
compiler. However, the names have always been confusingly similar. | ||
|
||
**For that reason, we have decided to rename the `rustc-guide` to | ||
`rustc-dev-guide`.** | ||
|
||
We have put significant work into finding and updating links around the | ||
`rust-lang/*` repos. We have also put up a website in place of the former | ||
`rustc-guide` website that points to the book and rustc-dev-guide. | ||
|
||
mark-i-m marked this conversation as resolved.
Show resolved
Hide resolved
|
||
To update your git clone of the (former) `rustc-guide` repo, you can do the following: | ||
|
||
``` | ||
git remote set-url origin https://github.com/rust-lang/rustc-dev-guide.git | ||
``` | ||
|
||
This will change where git thinks the `origin` remote repo is to | ||
`rust-lang/rustc-dev-guide`. | ||
|
||
You can find more information in [this issue][gh]. If you have any questions or | ||
concerns, please feel free to contact us either by opening an [issue on the | ||
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 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.