| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-19 | Losslessly optimize PNG files | lumiscosity | -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-22 | Remove outdated references to coverage debug code (#1797) | Stuart Cook | -0/+0 | |
| 2023-01-02 | Add 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-31 | Give help for when you update a submodule by accident | Joshua Nelson | -0/+0 | |
| 2022-12-29 | Use `origin` consistently and add an example of rebasing over the wrong remote | Joshua Nelson | -0/+0 | |
| 2022-09-12 | Remove the diagram of all outputs generated by x.py | Joshua 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-09 | Add 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-07 | Adds a dev guide section on Rust Coverage | Rich Kadel | -0/+0 | |
| 2020-09-16 | Describe how to generate graphviz diagrams for dataflow | Dylan MacKenzie | -0/+0 | |
| 2020-07-04 | Minor updates to stage docs. (#781) | Eric Huss | -1/+2 | |
| 2019-05-15 | Added rustc phases diagram and explanation | IƱaki Garay | -0/+2 | |
| Added rustc build phase diagram and explanation | ||||
