Files
rust/src
bors 9342f293e9 Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichton
Mostly fix metadata_only backend and extract some code out of rustc_codegen_llvm

Removes dependency on the `ar` crate and removes the `llvm.enabled` config option in favour of setting `rust.codegen-backends` to `[]`.
2018-07-08 00:52:36 +00:00
..
2018-07-01 20:23:41 +02:00
2018-06-30 01:53:32 +03:00
2018-07-02 11:40:49 -04:00
2018-07-01 17:37:42 +09:00
2018-06-30 01:53:32 +03:00
2018-07-02 12:53:46 +02:00
2018-07-07 11:05:21 +02:00
2018-06-30 13:17:49 -07: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.

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