Files
rust/src
bors 73dcb52198 Auto merge of #57116 - kennytm:revert-56944, r=alexcrichton
Revert #56944.

This should fix #57111, since #56944 is the only PR involving LLVM.

#57111 is caused by both the rustc and rust-std tarballs providing libLLVM.

r? @alexcrichton
2018-12-25 08:08:10 +00:00
..
2018-12-04 00:30:27 +03:00
2018-12-12 08:09:26 -08:00
2018-12-23 10:46:03 +01:00
2018-12-23 10:46:03 +01:00
2018-12-23 10:46:03 +01:00
2018-12-21 12:09:43 +01:00
2018-12-18 15:26:10 +05:30
2018-12-17 13:40:21 -08:00
2018-12-12 08:09:26 -08:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc guide.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: