about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/src/img
AgeCommit message (Collapse)AuthorLines
2025-08-19Losslessly optimize PNG fileslumiscosity-0/+0
Losslessly optimizes all of the PNG files in the repo. Done with: ``` oxipng -o max -a -s oxipng -o max --zopfli -a -s ```
2023-09-22Remove outdated references to coverage debug code (#1797)Stuart Cook-0/+0
2023-01-02Add a section for how to review code more easily (#1538)Joshua Nelson-0/+0
- How to hide whitespace - Fetching PRs without having to add a new remote or copy-paste the URL of the author's fork - How to review large blocks that have moved - Suggest `git range-diff`. This section is still mostly incomplete; fixing an exact command that will work seems kinda tricky and I don't currently have time for it.
2022-12-31Give help for when you update a submodule by accidentJoshua Nelson-0/+0
2022-12-29Use `origin` consistently and add an example of rebasing over the wrong remoteJoshua Nelson-0/+0
2022-09-12Remove the diagram of all outputs generated by x.pyJoshua Nelson-3/+0
These are already present in the table below, there's no need to repeat it. Having it near the middle of the page makes it feel more overwhelming.
2021-03-09Add article on using WPA to profile rustc memory usage on Windows (#1074)Wesley Wiser-0/+0
Document how to use WPA to profile rustc and what the normal workflow should be for investigating bootstrap memory usage issues. Co-authored-by: Ryan Levick <ryan.levick@gmail.com>
2020-12-07Adds a dev guide section on Rust CoverageRich Kadel-0/+0
2020-09-16Describe how to generate graphviz diagrams for dataflowDylan MacKenzie-0/+0
2020-07-04Minor updates to stage docs. (#781)Eric Huss-1/+2
2019-05-15Added rustc phases diagram and explanationIƱaki Garay-0/+2
Added rustc build phase diagram and explanation