rust/src
Jacob Hoffman-Andrews f0683f98fa Move themes and version into rustdoc-vars
We had been injecting the list of themes and the rustdoc version into
main.js by rewriting it at doc generation time. By avoiding this
rewrite, we can make it easier to edit main.js without regenerating all
the docs.

Added a more convenient accessor for rustdoc-vars.

Changed storage.js to not rely on resourcesSuffix. It could in theory
use rustdoc-vars, but because rustdoc-vars is at the end of the HTML,
it's not available when storage.js runs (very early in page load).
2021-11-24 19:41:47 -08:00
..
bootstrap
build_helper
ci
doc Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid 2021-11-24 22:56:37 +01:00
etc
librustdoc Move themes and version into rustdoc-vars 2021-11-24 19:41:47 -08:00
llvm-project@f9b03d0e2d
rustdoc-json-types
test Auto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1, r=GuillaumeGomez 2021-11-24 23:09:42 +00:00
tools Rollup merge of #91144 - ehuss:update-cargo, r=ehuss 2021-11-22 23:30:32 +01:00
README.md
stage0.json
version

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.