rust/src
2023-12-10 11:21:35 +01:00
..
bootstrap Do not invoke external lld to figure out thread flags in self-contained mode 2023-12-10 11:21:35 +01:00
ci Build Fuchsia in CI 2023-12-07 16:30:36 -08:00
doc Auto merge of #118150 - roblabla:new-win7-targets, r=davidtwco 2023-12-09 08:41:50 +00:00
etc allow bypassing the build directory lock 2023-12-09 20:12:40 +03:00
librustdoc Rollup merge of #118722 - notriddle:notriddle/dom-opt-3, r=GuillaumeGomez 2023-12-08 06:44:44 +01:00
llvm-project@7738295178 Update to LLVM 17.0.5 2023-11-14 12:06:30 +01:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Rollup merge of #118737 - nnethercote:tidy-alphabetical-in-testsa, r=Nilstrieb 2023-12-09 00:48:10 -08:00
README.md
stage0.json Bump stage0 to latest 2023-11-15 19:40:51 -05: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.