rust/src
2020-10-13 18:08:02 +02:00
..
bootstrap Handle included config in bootstrap.py 2020-10-13 18:08:02 +02:00
build_helper cleanup: Remove duplicate library names from Cargo.tomls 2020-08-30 22:57:54 +03:00
ci Auto merge of #77762 - pietroalbini:dist-build-manifest, r=Mark-Simulacrum 2020-10-13 12:11:47 +00:00
doc Auto merge of #76830 - Artoria2e5:tune, r=nagisa 2020-10-13 02:49:00 +00:00
etc Auto merge of #77609 - ortem:fix-lldb-commands, r=Mark-Simulacrum 2020-10-09 15:18:41 +00:00
librustdoc Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514 2020-10-13 04:41:08 +00:00
llvm-project@3adf16e0cb Update submodule llvm to get LVI bugfix 2020-10-08 17:43:26 +02:00
test Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514 2020-10-13 04:41:08 +00:00
tools Auto merge of #77762 - pietroalbini:dist-build-manifest, r=Mark-Simulacrum 2020-10-13 12:11:47 +00:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt Bump to 1.48 bootstrap compiler 2020-10-07 19:51:36 -04:00
version Bump version to 1.49.0 2020-10-02 08:39:40 -04:00

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.