Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add overview.drawio.svg #1725

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

Closed
sslime336 wants to merge 2,121 commits into rust-lang:master from sslime336:pr-drawio
Closed

Add overview.drawio.svg #1725

sslime336 wants to merge 2,121 commits into rust-lang:master from sslime336:pr-drawio

Conversation

Copy link
Contributor

@sslime336 sslime336 commented Jul 8, 2023

draw.io: https://www.drawio.com/

I used to do some notes using these kind of files, they are easy to use and their size is affordable. Since I haven't seen such graphs about the rustc, I did this myself hoping it could be a help for anyone who wants to get to know the arch of the rustc and its workflow.

Currently I've just placed it in src/drawio/overview.drawio as I think this might be a good place to store such kind of files.

You can edit *.drawio by VSCode extension or online:

图片

I'm new to rustc so the overview.drawio might not be entirely correct, and I wish that someone could fix it or add more info about the rustc :-)

TaKO8Ki, ubugeeei, hashrock, kamecha, and jieyouxu reacted with thumbs up emoji
lcnr and others added 30 commits October 22, 2022 19:53
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
* Update `traits/resolution.md`
Co-authored by: @lcnr and @spastorino
* Update src/traits/resolution.md
* Wrapping
* Update src/traits/resolution.md
Co-authored-by: Santiago Pastorino <spastorino@gmail.com>
Co-authored-by: Santiago Pastorino <spastorino@gmail.com>
According to rust-lang/rust@8873e33
> Running with --bless causes the push to succeed if there are fixable
formatting changes, but the changes don't make it into the push.
>
> We should have the user rerun with --bless (or x.py fmt) and commit the
changes themselves (they might want to amend a particular commit, for
instance).
Updated Diagnostic text to use the same language used in Subdiagnostic
* Fix some typos.
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
- queries always need a description
- `QueryDescription` isn't just for descriptions (it's actually not for
 descriptions at all now) and always implemented by the macro
- queries are not grouped into categories
Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
rust-lang/project-const-generics#21 removed the
link. This replaces it with an issue link mentioned on the design docs.
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Updates the location of the `try_mark_green` algorithm from `compiler/rustc_middle/src/dep_graph/graph.rs` to [`compiler/rustc_middle/src/dep_graph/graph.rs`](https://github.com/rust-lang/rust/blob/stable/compiler/rustc_query_system/src/dep_graph/graph.rs#L574) .
`-C incremental` is sound and --keep-stage is not.
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
sslime336 and others added 15 commits June 30, 2023 23:11
Copy link
Member

TaKO8Ki commented Jul 10, 2023
edited
Loading

I think it's better to convert this file to something like .drawio.svg. By doing so, we can view the diagram on GitHub. The SVG file is editable on draw.io and can be embedded on Github.

ref:

sslime336 reacted with thumbs up emoji

Copy link
Contributor Author

Cool, first time knowing that, thanks :-)

TaKO8Ki reacted with thumbs up emoji

@sslime336 sslime336 changed the title (削除) Add overview.drawio (削除ここまで) (追記) Add overview.drawio.svg (追記ここまで) Jul 10, 2023
@jieyouxu jieyouxu added the S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content label Oct 8, 2024
@jieyouxu jieyouxu added T-compiler Relevant to compiler team A-compiler-architecture Area: high-level compiler architecture A-visualizations Area: visualizations labels Nov 4, 2024
Copy link
Member

Kobzol commented Jan 5, 2025

Sorry, due to me messing up a git operation, we sadly had to force-push the whole commit history of rustc-dev-guide :( If you'd like to update this pull request, you will have to rebase it in a special way onto the new commit history (the new master):

git fetch origin --all
git checkout <pr-branch>
git rebase --onto origin/master origin/master-old
git push --force-with-lease

More context can be found here.

@jieyouxu jieyouxu added S-stale Status: this PR is stale, maybe it can be salvaged/revived? and removed S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content labels May 29, 2025
Copy link
Member

Hi, thank you for your contribution and sorry for the lack of reviews. Given that unfortunately this has accrued a lot of conflicts and seems unlikely to receive a meaningful review anytime soon, I will close this PR for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /