rust/src
Michael Howell 8b1bcc8d5b rustdoc: use .rustdoc class instead of body
This didn't show up in our local tests, because the problem is actually
caused by docs.rs rewritten HTML (which relocates the classes that this
code looked for from the body tag to a child div).

Fixes #117290
2023-11-12 23:21:21 -07:00
..
bootstrap Auto merge of #117765 - onur-ozkan:fix-117762, r=clubby789 2023-11-10 10:05:28 +00:00
ci Auto merge of #117799 - erickt:fuchsia, r=tmandry 2023-11-11 00:03:52 +00:00
doc Auto merge of #117799 - erickt:fuchsia, r=tmandry 2023-11-11 00:03:52 +00:00
etc Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco 2023-11-04 02:28:17 +00:00
librustdoc rustdoc: use .rustdoc class instead of body 2023-11-12 23:21:21 -07:00
llvm-project@fef3d7b14e Update to LLVM 17.0.4 2023-10-31 09:30:13 +01:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #117855 - RalfJung:miri, r=RalfJung 2023-11-12 22:47:43 +00:00
README.md
stage0.json rename github_repository to git_repository 2023-11-06 15:53:32 +01:00
version Bump nightly version 2023-11-11 11:29:33 -05: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.