rust/src
Stuart Cook 456821be88
Rollup merge of #131945 - aDotInTheVoid:footnote-time, r=notriddle
rustdoc: Clean up footnote handling

Best reviewed commit by commit.

Extracts footnote handling logic into it's own file (first commit) and then makes that file slightly nicer to read/understand.

No functional changes, but lays the groundwork for making more changes to footnotes (eg #131901, #131946)
2024-10-20 14:06:05 +11:00
..
bootstrap bootstrap: allow setting --jobs in config.toml 2024-10-19 13:35:41 +08:00
ci Auto merge of #131887 - jieyouxu:rollup-ftik4ni, r=jieyouxu 2024-10-18 11:11:43 +00:00
doc Rollup merge of #131582 - juntyr:emscripten-platform-support, r=jieyouxu 2024-10-16 12:03:40 +02:00
etc rename RcBox in other places too 2024-10-11 10:04:22 +02:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Rollup merge of #131945 - aDotInTheVoid:footnote-time, r=notriddle 2024-10-20 14:06:05 +11:00
llvm-project@3a17f74904 Update LLVM submodule 2024-10-12 21:42:13 +08:00
rustdoc-json-types feat(rustdoc-json-types): introduce rustc-hash feature 2024-10-19 18:15:09 +02:00
tools Rollup merge of #131942 - workingjubilee:reduce-haruspicy, r=lukas-code,lnicola 2024-10-20 14:06:04 +11:00
README.md
stage0 bump stage0 to 1.83.0-beta.1 2024-10-15 20:13:55 -07:00
version Bump to 1.84 2024-10-11 09:55:11 -07: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.