-
Notifications
You must be signed in to change notification settings - Fork 14.1k
rustc-dev-guide subtree update #149684
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
Open
tshepang
wants to merge
42
commits into
rust-lang:main
Choose a base branch
from
tshepang:rdg-sync
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
rustc-dev-guide subtree update #149684
+491
−335
Conversation
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
This updates the rust-version file to d3e1ccd.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: d3e1ccd Filtered ref: de0859194683d26da60d5d81db7f1f2a143b591d Upstream diff: rust-lang/rust@cc328c1...d3e1ccd This merge was created using https://github.com/rust-lang/josh-sync.
Rustc pull update
Updated link from SUMMARY.md to README.md in ui.md
Fix link to README in ui test documentation
Added a reference to The Rust Book for more information on Rust's release channels.
Update contributing.md with Rust Book reference
add a high-level design description
Give an overview of our stability guarantees
This updates the rust-version file to 1be6b13.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 1be6b13 Filtered ref: c2f66d57037ceb012cfd97c83feff7e7edb7dd40 Upstream diff: rust-lang/rust@d3e1ccd...1be6b13 This merge was created using https://github.com/rust-lang/josh-sync.
Rustc pull update
There was an issue raised that the toolchain explanation for building and running the compiler needed some refinement. This patch aims to remedy that by specifying what "first" and "second" refer to, and what the toolchain does. Small change to the language to specify that the stage2 toolchain is not built, and how one would build it.
Co-authored-by: Tshepang Mbambo <hopsi@tuta.io>
Fix rust-lang#1737: Specify toolchain part in building and running
`P` was removed in rust-lang#145146 (replaced with plain Box). `CrateLoader` was inlined to `CStore` in rust-lang#144059. `elaborate_drops.rs` was moved in rust-lang#137008.
Fix some broken links
Update to mdbook 0.5
sembr backend/libs-and-metadata.md
sembr tests/crater.md
This updates the rust-version file to dfe1b8c.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: dfe1b8c Filtered ref: eb856a41dd3eb495ef922b9e975232ef19f22371 Upstream diff: rust-lang/rust@1be6b13...dfe1b8c This merge was created using https://github.com/rust-lang/josh-sync.
Rustc pull update
Co-authored-by: Santiago Pastorino <spastorino@gmail.com>
…ges was inclusive And explicitly state the fact that the upper bound is exclusive since only giving an example is too implicit.
Fix example which wrongly implied that the upper bound of edition ranges was inclusive
This has been subsumed by the update to mdbook 0.5. I just forgot to remove this in rust-lang/rustc-dev-guide#2652.
Remove pagetoc
Add a section about `rustc_clean`
Add Zed to quickstart
Collaborator
|
The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-rustc-dev-guide
Area: rustc-dev-guide
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
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.
Subtree update of
rustc-dev-guideto rust-lang/rustc-dev-guide@0afee7b.Created using https://github.com/rust-lang/josh-sync.
r? @ghost