rust/src
Matthias Krüger 13ef05d52f
Rollup merge of #147592 - Shunpoco:add-tidy-to-check, r=Zalathar
Add tidy to the target of ./x check

## Context
Discussion: https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/tidy.20isn't.20in.20.2E.2Fx.20check/with/544323712

Currently `tidy` (src/tools/tidy) is not included in the list of `./x check`. It means that rust-analyzer doesn't work for codes in the directory if you use `./x check` as the analyzer on your IDE.

## Change

This PR adds src/tools/tidy into the target of `./x check`. It enables rust-analyzer highlight errors/warns on all codes in the directory.

Note that since tidy is implicitly checked by `./x test tidy`, this new check is off by default.
2025-10-12 19:07:47 +02:00
..
bootstrap Rollup merge of #147592 - Shunpoco:add-tidy-to-check, r=Zalathar 2025-10-12 19:07:47 +02:00
build_helper Include additional hashes in src/stage0 2025-09-27 08:43:22 -04:00
ci Rollup merge of #147592 - Shunpoco:add-tidy-to-check, r=Zalathar 2025-10-12 19:07:47 +02:00
doc Rollup merge of #147553 - saethlin:wasip3-tier-3, r=petrochenkov 2025-10-11 07:06:00 +08:00
etc Rollup merge of #147178 - Walnut356:msvc_enum_summary, r=Mark-Simulacrum 2025-10-12 19:07:46 +02:00
gcc@4e995bd73c Update GCC submodule 2025-08-26 18:09:42 +02:00
librustdoc Auto merge of #147475 - matthiaskrgr:rollup-iyrkv0g, r=matthiaskrgr 2025-10-08 16:07:07 +00:00
llvm-project@8c30b9c509 Update LLVM to 21.1.2 2025-09-24 07:34:22 +08:00
rustc-std-workspace
rustdoc-json-types Add new doc(attribute = "...") attribute 2025-08-28 15:56:29 +02:00
tools Rollup merge of #147495 - alexcrichton:update-wasm-component-ld, r=Mark-Simulacrum 2025-10-12 19:07:46 +02:00
README.md
stage0 Update stage0 per previous commmit 2025-09-27 08:45:40 -04:00
version Bump version to 1.92.0 2025-09-13 10:09:15 -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.