rust/src
2020-09-22 21:54:13 -04:00
..
bootstrap Auto merge of #76810 - Mark-Simulacrum:fix-lld-macos, r=alexcrichton 2020-09-22 20:35:45 +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 Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomez 2020-09-21 20:40:51 -07:00
llvm-project@a78defc24c
test Test stability on default parameter of deprecated 2020-09-22 21:54:13 -04: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.