rust/src
Eric Huss 5b9e9d018f Fix displaying errors when rustbook tests fail. 2020-11-14 17:37:02 -08:00
..
bootstrap Rollup merge of #78947 - dalance:llvm_cov, r=Mark-Simulacrum 2020-11-11 20:59:14 +01:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Linux dist: don't include unique symbols in libLLVM 2020-11-11 14:46:04 +01:00
doc Update books 2020-11-11 19:35:50 -08:00
etc lldb_batchmode: show more error information 2020-11-03 12:01:46 +01:00
librustdoc Auto merge of #78683 - Nemo157:issue-78673, r=lcnr 2020-11-13 23:12:01 +00:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievink 2020-11-14 22:05:54 +00:00
tools Fix displaying errors when rustbook tests fail. 2020-11-14 17:37:02 -08:00
README.md
stage0.txt Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepmaster 2020-10-19 18:20:20 +02:00
version bump version to 1.50.0 2020-11-13 09:47:16 +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.