rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

A guide to how rustc works and how to contribute to it.

Results 282 rustc-dev-guide issues
Sort by recently updated
recently updated
newest added

I found this option, `--filter='blob:none'`, while setting up my clone of rustc, and I think it's much nicer than a shallow clone with `--depth 1` :). https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/ describes what it...

Prior discussion: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/Expert.20map.20and.20suitable.20reviewer.20maps.3F/near/456305821. Some context (partial summary of the prior discussion): I've noticed that we have had quite a few cases of the spin-the-bottle or pass-the-hot-potato review assignment reroll game...

## 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)...

I noticed that while I was trying to find a file `book.toml` in my VS Code instance, but it seems the editor ignores files mentioned in `.gitignores`. However, the file...

Not everything that _should_ go in relnotes is flagged with the relnotes label. This is partly because it's not clear what is worth flagging with relnotes. I certainly have spent...

Changed to use getter in https://github.com/rust-lang/rust/pull/94733

Accompanying PR for https://github.com/rust-lang/rust/pull/131913.

blocked

It is unclear to me how to run a single test of libstd using --nocapture. I've tried `--verbose` and `--test-args --nocapture` without any luck. Using ```shell --test-args `-- --nocapture` ```...