Closed
Description
Currently, the forge has a lot of useful content that could be moved over.
It would be good to move each of these over to the relevant part of the rustc guide and delete the corresponding forge page (by making a PR on https://github.com/rust-lang-nursery/rust-forge).
- x.py: https://github.com/rust-lang-nursery/rust-forge/blob/master/x-py.md (Move the documentation related to ./x.py from https://forge.rust-lang.org #130)
- Debugging: https://github.com/rust-lang-nursery/rust-forge/blob/master/debugging.md (Add: Added the instructions for debugging from rust-forge #113)
- Stabilization guide: https://github.com/rust-lang-nursery/rust-forge/blob/master/stabilization-guide.md (issue_130_stabilization_guide #262)
- Compiler Diagnostics: https://github.com/rust-lang-nursery/rust-forge/blob/master/rustc-diagnostic-code.md
- Compiler Bug Fix Procedure: https://github.com/rust-lang-nursery/rust-forge/blob/master/rustc-bug-fix-procedure.md
- Profiling queries: https://github.com/rust-lang-nursery/rust-forge/blob/master/profile-queries.md
- Implementing new features: https://github.com/rust-lang-nursery/rust-forge/blob/master/feature-guide.md (documentation about feature gates #98)
-
Infrastructure: https://github.com/rust-lang-nursery/rust-forge/blob/master/infrastructure.md -
Backporting patches: https://github.com/rust-lang-nursery/rust-forge/blob/master/beta-backporting.md
EDIT: according to #133 (comment)