rust/src
2020-12-19 20:50:19 -05:00
..
bootstrap [beta] revert #78790, vendor libtest for rustc-src 2020-12-08 17:00:05 -05:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Mirror centos vault to S3 2020-12-08 17:00:19 -05:00
doc Revert "Remove missing_fragment_specifier lint" 2020-12-19 20:50:19 -05:00
etc lldb_batchmode: show more error information 2020-11-03 12:01:46 +01:00
librustdoc Add test to ensure that no DOS backline (\r\n) doesn't create extra backline in source rendering 2020-11-17 12:42:51 +01:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Revert "Promote missing_fragment_specifier to hard error" 2020-12-19 20:50:19 -05:00
tools [beta] Update cargo 2020-12-08 17:14:58 -05:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt Non-dev bootstrap on beta 2020-12-08 17:01:20 -05:00
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.