rust/src
Takayuki Maeda 07d0963c5f
Rollup merge of #138755 - GuillaumeGomez:rm-duplicated-loop, r=camelid
[rustdoc] Remove duplicated loop when computing doc cfgs

Working on implementing https://github.com/rust-lang/rfcs/blob/master/text/3631-rustdoc-cfgs-handling.md and found this weird case where the first loop was actually not doing anything since we were passing `cfg(...)` to `Cfg::parse` instead of `cfg(...)` items.

Well, that should be a first nice cleanup before the rest comes in.

cc ```@notriddle```
r? ```@camelid```
2025-03-25 15:36:33 +09:00
..
bootstrap Rollup merge of #138606 - heiseish:131365-extended, r=Mark-Simulacrum 2025-03-23 20:44:11 -04:00
build_helper Revert "Rollup merge of #137593 - RalfJung:subtree-sync-download-llvm, r=Mark-Simulacrum" 2025-03-24 14:09:06 +08:00
ci Disable CI mode when checking default bootstrap profiles 2025-03-21 12:18:51 +01:00
doc Rollup merge of #138894 - rustbot:docs-update, r=ehuss 2025-03-24 20:40:11 +01:00
etc Rollup merge of #138606 - heiseish:131365-extended, r=Mark-Simulacrum 2025-03-23 20:44:11 -04:00
gcc@13cc824322 Update GCC submodule 2025-03-19 15:35:47 +01:00
librustdoc Remove duplicated loop when computing doc cfgs 2025-03-24 10:56:42 +01:00
llvm-project@acaea3d2bb Update to LLVM 20.1.1 2025-03-19 10:36:30 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types rustdoc: Use own logic to print #[repr(..)] attributes in JSON output. 2025-03-22 18:47:12 +00:00
tools Rollup merge of #138652 - ferrocene:pa-remote-test-rmake, r=jieyouxu 2025-03-25 15:36:32 +09:00
README.md
stage0 bump stage0 2025-02-18 08:51:01 -08:00
version Bump to version 1.87.0 2025-02-14 09:55:45 -08: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.