rust/src
Simonas Kazlauskas 46a2c6ad0a [beta] Bump LLVM to a upstream release of 12.0 2021-04-17 14:59:56 +03:00
..
bootstrap Fix bootstrap tests on beta 2021-03-24 12:03:59 -04:00
build_helper
ci [beta] initial branch off 2021-03-24 10:24:11 -04:00
doc Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 2021-03-19 15:03:21 +01:00
etc Update HashSet natvis 2021-03-17 10:07:09 +01:00
librustdoc Rollup merge of #79986 - GuillaumeGomez:build-help-when-needed, r=Nemo157 2021-03-19 23:01:29 +01:00
llvm-project@ea6bb2615f [beta] Bump LLVM to a upstream release of 12.0 2021-04-17 14:59:56 +03:00
rustdoc-json-types x.py fmt 2021-03-06 15:50:29 -05:00
test Update fulldeps test 2021-03-24 11:06:23 -04:00
tools [beta] Update cargo 2021-04-06 13:09:37 -07:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Bump beta branch to released stable 2021-03-26 11:15:28 -04:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +01:00

README.md

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.