rustc-dev-guide
rustc-dev-guide copied to clipboard
A guide to how rustc works and how to contribute to it.
The `Appendix -> Humorist -> Ferris Rap` Link is dead 😞 https://github.com/rust-lang/rustc-dev-guide/blob/master/src/appendix/humorust.md?plain=1#L7
This updates the docs for https://github.com/rust-lang/rust/pull/131349. Should only land once that PR landed.
Hey there! In Rust, it seems that most user-facing types of content prefer unambiguous grammar. However, there currently isn't any instruction to use the Oxford comma when writing lists of...
This adds a link for the `reference` compiletest header added in https://github.com/rust-lang/rust/pull/131382 This is a draft pending the reference side of things getting merged https://github.com/rust-lang/reference/pull/1646.
Context: [Real cross-compiling tests instead of `#![no_core]` silliness #130375](https://github.com/rust-lang/rust/issues/130375) MCP: https://github.com/rust-lang/compiler-team/issues/786 Tracking issue: https://github.com/rust-lang/rust/issues/131485 Should only be merged after https://github.com/rust-lang/rust/pull/130693.
Updates directive description for https://github.com/rust-lang/rust/pull/131207.
I forgor to add redirects for them from the old URLs to the new URLs.
## Procedure Each of these dates should be checked to see if the docs they annotate are up-to-date. Each date should be updated (in the Markdown file where it appears)...
lots of issues on the rust repo are labeled as [E-needs-test](https://github.com/rust-lang/rust/issues?q=label%3AE-needs-test%20state%3Aopen), for when issues are solved, but no regression test exists. writing unit tests is the type of low-priority, low-stakes...
summarizing long discussions is very helpful, doesn't demand reviewer attention, and doesn't (usually) require knowledge of rustc internals, and doesn't even require writing any code. all of this makes it...