rust/src
2020-10-06 11:19:33 +01:00
..
bootstrap Rollup merge of #77558 - thomcc:defaults-toml-extension, r=jyn514 2020-10-06 16:26:07 +09:00
build_helper
ci Check all Cargo targets on CI 2020-10-03 09:53:13 -04:00
doc Rollup merge of #76855 - jyn514:platform-specific, r=ollie27 2020-10-06 16:25:55 +09:00
etc
librustdoc Fix tools 2020-10-06 11:19:30 +01:00
llvm-project@e8b556b6a8 Fix AVR stack corruption bug 2020-10-02 04:07:00 +00:00
test Fix NLL compare mode tests 2020-10-06 11:19:33 +01:00
tools Fix tools 2020-10-06 11:19:30 +01:00
README.md
stage0.txt
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.