rust/src
Matthias Krüger 0d4cf0521e
Rollup merge of #131961 - jieyouxu:dirty, r=Zalathar
compiletest: tidy up how `tidy` and `tidy` (html version) are disambiguated

Rename `has_tidy` -> `has_html_tidy` (`tidy` is also a bootstrap tool, but rustdoc uses a html tidy that has the same binary name). Follow-up to #131941.

Also apparently `runtest.rs` is short enough now, we can delete the `tidy` (bootstrap version) ignore for file length.
2024-10-20 16:54:11 +02:00
..
bootstrap Rollup merge of #131926 - clubby789:configure-enable, r=Kobzol 2024-10-20 16:54:10 +02:00
ci Auto merge of #131887 - jieyouxu:rollup-ftik4ni, r=jieyouxu 2024-10-18 11:11:43 +00:00
doc Rollup merge of #131582 - juntyr:emscripten-platform-support, r=jieyouxu 2024-10-16 12:03:40 +02:00
etc Rollup merge of #131365 - heiseish:fix-issue-101993, r=Mark-Simulacrum 2024-10-20 16:54:09 +02:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Auto merge of #131957 - GuillaumeGomez:rm-unused, r=notriddle 2024-10-20 05:58:20 +00:00
llvm-project@3a17f74904 Update LLVM submodule 2024-10-12 21:42:13 +08:00
rustdoc-json-types feat(rustdoc-json-types): introduce rustc-hash feature 2024-10-19 18:15:09 +02:00
tools Rollup merge of #131961 - jieyouxu:dirty, r=Zalathar 2024-10-20 16:54:11 +02:00
README.md
stage0 bump stage0 to 1.83.0-beta.1 2024-10-15 20:13:55 -07:00
version Bump to 1.84 2024-10-11 09:55:11 -07: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.