Files
rust/src
Michael Howell 75e17c96a8 rustdoc: use stability, instead of features, to decide what to show
To decide if internal items should be inlined in a doc page,
check if the crate is itself internal, rather than if it has
the rustc_private feature flag. The standard library uses
internal items, but is not itself internal and should not show
internal items on its docs pages.

(cherry picked from commit 6d6f67a98c)
2024-05-16 09:06:54 -07:00
..
2024-04-28 09:28:51 -04:00
2024-04-22 17:07:49 +03:00
2024-04-17 06:28:22 +08:00
2024-05-02 22:33:26 -06:00
2024-05-02 08:46:13 -04:00
2024-03-16 09:56:09 -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.