rust/src
bors a6043039ad Auto merge of #128356 - Oneirical:real-estate-reaLTOr, r=jieyouxu
Migrate `cross-lang-lto-clang` and `cross-lang-lto-pgo-smoketest` `run-make` tests to rmake

Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).

This has the same problem outlined by #126180, where the tests do not actually run as no test-running CI enviroment has `RUSTBUILD_FORCE_CLANG_BASED_TESTS` set.

However, I still find it interesting to turn the Makefiles into the rmake format until the Clang issue is fixed.

This should technically be tested on MSVC... if MSVC actually ran Clang tests.

try-job: x86_64-gnu-debug
2024-08-03 08:07:00 +00:00
..
bootstrap Rollup merge of #128436 - GuillaumeGomez:update-sysinfo, r=clubby789 2024-08-02 06:43:42 +02:00
ci CI: rfl: build the documentation 2024-07-29 23:19:02 +02:00
doc Rollup merge of #127490 - ferrocene:hoverbear/add-riscv64gc-unknown-linux-target-page, r=pietroalbini 2024-08-01 18:43:38 +02:00
etc Rewrite test-float-parse in Rust 2024-07-20 11:39:34 -05:00
librustdoc rustdoc: Remove dead opaque_tys rendering logic 2024-08-01 23:04:56 +00:00
llvm-project@57ae1a3474 Update to LLVM 19 2024-07-30 10:22:48 +02:00
rustdoc-json-types rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
tools Auto merge of #128356 - Oneirical:real-estate-reaLTOr, r=jieyouxu 2024-08-03 08:07:00 +00:00
README.md
stage0 Bump src/stage0 with determinism 2024-07-30 15:16:35 -07:00
version Bump to 1.82 2024-07-20 10:30:39 -04: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.