rust/src
2020-09-23 21:31:27 -04:00
..
bootstrap Auto merge of #76864 - est31:downloaded_llvm_no_clone_sources, r=Mark-Simulacrum 2020-09-23 10:38:18 +00:00
build_helper
ci Do not link LLVM tools to LLVM dylib unless rustc is 2020-09-19 18:21:08 -04:00
doc
etc
librustdoc Use theme-adaptive SVG favicon from other Rust sites 2020-09-23 21:31:27 -04:00
llvm-project@7075196da1 Rebase LLVM onto 11.0.0-rc3 2020-09-22 10:16:03 -07:00
test Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPC 2020-09-23 22:34:44 +00:00
tools Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichton 2020-09-22 06:02:21 +00:00
README.md
stage0.txt
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.