rust/src
bors 303d916867 Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum
Move download-rustc from python to rustbuild

- Remove download-rustc handling from bootstrap.py
- Allow a custom `pattern` in `builder.unpack()`
- Only download rustc once another part of bootstrap depends on it.

  This is somewhat necessary since the download functions rely on having a full
  `Builder`, which isn't available until after config parsing finishes.

Helps with https://github.com/rust-lang/rust/issues/94829.
2022-05-29 05:56:09 +00:00
..
bootstrap Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum 2022-05-29 05:56:09 +00:00
ci Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha 2022-05-26 00:32:09 +02:00
doc Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister 2022-05-29 01:12:30 +02:00
etc
librustdoc Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomez 2022-05-29 03:15:28 +00:00
llvm-project@4784866596
rustdoc-json-types
test Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomez 2022-05-29 03:15:28 +00:00
tools Auto merge of #97500 - GuillaumeGomez:rollup-ms1bvps, r=GuillaumeGomez 2022-05-29 00:40:45 +00:00
README.md
stage0.json
version

README.md

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.