rust/src
2020-11-14 02:48:13 -05:00
..
bootstrap Rollup merge of #78947 - dalance:llvm_cov, r=Mark-Simulacrum 2020-11-11 20:59:14 +01:00
build_helper
ci Linux dist: don't include unique symbols in libLLVM 2020-11-11 14:46:04 +01:00
doc Update books 2020-11-11 19:35:50 -08:00
etc
librustdoc Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb 2020-11-13 05:40:37 +00:00
llvm-project@ee16174578
test Rollup merge of #78987 - lcnr:integer-sizes, r=varkor 2020-11-12 19:46:19 +01:00
tools Fix tests with auxiliary docs 2020-11-14 02:48:13 -05:00
README.md
stage0.txt
version bump version to 1.50.0 2020-11-13 09:47:16 +01: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.