rust/src
2020-12-28 14:13:16 +01:00
..
bootstrap Rollup merge of #80362 - jyn514:rustc-macros, r=ehuss 2020-12-28 14:13:16 +01:00
build_helper
ci Utilize PGO for rustc linux dist builds 2020-12-22 12:23:37 -05:00
doc Auto merge of #79642 - ijackson:default-theme-stab, r=jyn514 2020-12-27 09:55:51 +00:00
etc
librustdoc Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearth 2020-12-27 18:55:33 +00:00
llvm-project@8d78ad1389
test Rollup merge of #80284 - ThePuzzlemaker:issue-80179-fix, r=varkor 2020-12-28 14:13:08 +01:00
tools lint-docs: Warn on missing lint when documenting. 2020-12-26 13:48:09 -08:00
README.md
stage0.txt
version Bump version to 1.51 2020-12-25 10:42:53 -05: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.