rust/src
2020-12-23 19:35:22 +01:00
..
bootstrap bootstrap: convert rust-analysis to use Tarball 2020-12-23 19:35:22 +01:00
build_helper
ci Utilize PGO for rustc linux dist builds 2020-12-22 12:23:37 -05:00
doc Update books 2020-12-21 19:00:49 -08:00
etc Auto merge of #79235 - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrum 2020-12-02 04:12:33 +00:00
librustdoc Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomez 2020-12-23 06:39:15 +00:00
llvm-project@8d78ad1389 Update LLVM submodule 2020-12-09 00:00:00 +00:00
test Auto merge of #79261 - faern:deprecate-compare-and-swap, r=Amanieu 2020-12-23 09:32:38 +00:00
tools Auto merge of #80262 - Mark-Simulacrum:pgo-rustc, r=pietroalbini 2020-12-23 12:54:56 +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.