rust/src
2023-12-12 08:16:34 +02:00
..
bootstrap Add rust_analyzer to EXTRA_CHECK_CFGS 2023-12-12 08:16:34 +02:00
ci Build Fuchsia in CI 2023-12-07 16:30:36 -08:00
doc Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstrieb 2023-12-10 21:48:53 +00:00
etc allow bypassing the build directory lock 2023-12-09 20:12:40 +03:00
librustdoc Add spacing information to delimiters. 2023-12-11 09:36:40 +11: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 Fix typo in cfg 2023-12-11 11:55:43 +02: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.