rust/src
2020-12-31 08:01:58 +09:00
..
bootstrap Rollup merge of #80461 - rust-lang:tmandry-patch-1, r=Mark-Simulacrum 2020-12-30 18:15:14 +09:00
build_helper
ci Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
doc Fix typo in ffi-pure.md 2020-12-29 13:37:21 +09:00
etc Rollup merge of #80311 - sivadeilra:natvis, r=petrochenkov 2020-12-30 22:49:19 +09:00
librustdoc Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor 2020-12-30 22:49:26 +09:00
llvm-project@8d78ad1389
test Move array-slice-vec-related tests 2020-12-31 08:01:58 +09:00
tools Rollup merge of #79812 - Aaron1011:lint-item-trailing-semi, r=oli-obk 2020-12-30 18:15:03 +09: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.