rust/src
2020-12-30 16:20:23 +01:00
..
bootstrap bootstrap: extract from any compression algorithm during distcheck 2020-12-30 16:20:23 +01:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci ci: stop producing gzip-compressed dist tarballs 2020-12-29 11:56:25 +01:00
doc Auto merge of #79642 - ijackson:default-theme-stab, r=jyn514 2020-12-27 09:55:51 +00: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 #79642 - ijackson:default-theme-stab, r=jyn514 2020-12-27 09:55:51 +00:00
llvm-project@8d78ad1389 Update LLVM submodule 2020-12-09 00:00:00 +00:00
test update tests 2020-12-26 18:24:10 +01:00
tools bump rust-installer submodule 2020-12-28 12:48:11 +01:00
README.md
stage0.txt Bump bootstrap compiler version 2020-11-19 19:23:36 -05:00
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.