rust/src
bors 7d97c59438 Auto merge of #126941 - GuillaumeGomez:migrate-run-make-llvm-ident, r=Kobzol
Migrate `run-make/llvm-ident` to `rmake.rs`

Part of https://github.com/rust-lang/rust/issues/121876.

r? `@Kobzol`

try-job: armhf-gnu
2024-07-01 21:55:41 +00:00
..
bootstrap fail on component linking errors 2024-07-01 13:16:46 +03:00
ci Rollup merge of #127150 - xen0n:issue125908, r=Kobzol 2024-07-01 08:53:07 +02:00
doc Rollup merge of #126753 - compiler-errors:use-style-guide, r=joshtriplett,calebcartwright 2024-07-01 20:29:56 +02:00
etc Implement x perf as a separate tool 2024-06-27 10:22:03 +02:00
librustdoc Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk 2024-06-29 20:08:10 +00:00
llvm-project@5a5152f653 Update to LLVM 18.1.7 2024-06-06 08:37:27 +02:00
rustdoc-json-types Remove Type from rustdoc Const 2024-06-05 22:25:42 +01:00
tools Auto merge of #126941 - GuillaumeGomez:migrate-run-make-llvm-ident, r=Kobzol 2024-07-01 21:55:41 +00:00
README.md
stage0 bump stage0 compiler 2024-06-11 15:10:03 +02:00
version set version number to 1.81.0 2024-06-07 10:37:34 +02:00

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.