rust/src
2020-12-29 23:39:56 +03:00
..
bootstrap Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
doc Rollup merge of #80410 - MarcoIeni:patch-1, r=jonas-schievink 2020-12-28 19:09:29 +00:00
etc Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
librustdoc Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote 2020-12-29 10:41:01 +00:00
llvm-project@8d78ad1389 Update LLVM submodule 2020-12-09 00:00:00 +00:00
test Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
tools Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
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.