rust/src
bors a4ce33c0b2 Auto merge of #126728 - onur-ozkan:stage1-rustdoc, r=Kobzol
rustdoc: use current stage if download-rustc enabled

When using download-rustc, using stage 1 rustdoc results in the wrong librustc_driver being used.

```sh
$ ./build/host/stage1/bin/rustdoc --version
./build/host/stage1/bin/rustdoc: error while loading shared libraries: librustc_driver-7ff02ed05016d515.so: cannot open shared object file: No such file or directory
```

This change fixes that by not cutting the stage if download-rustc is enabled.
2024-06-27 10:09:10 +00:00
..
bootstrap Auto merge of #126728 - onur-ozkan:stage1-rustdoc, r=Kobzol 2024-06-27 10:09:10 +00:00
ci Auto merge of #123918 - DianQK:clang-format, r=Kobzol 2024-06-27 01:18:56 +00:00
doc sudo CI=green && Review changes <3 2024-06-25 18:06:22 +02:00
etc Allow numbers in rustdoc tests commands 2024-06-24 11:10:18 +02:00
librustdoc Auto merge of #126761 - GuillaumeGomez:unsafe_extern_blocks, r=spastorino 2024-06-22 20:59:00 +00:00
llvm-project@5a5152f653
rustdoc-json-types
tools Auto merge of #123918 - DianQK:clang-format, r=Kobzol 2024-06-27 01:18:56 +00:00
README.md
stage0 bump stage0 compiler 2024-06-11 15:10:03 +02:00
version

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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