rust/src
Rich Kadel 8fc697f958 rename some tests to avoid exceeding windows path limits
And restored missing error message from llvm-cov show

And since some CI builds disable LLVM assertions (which disables the
--debug option in llvm-cov show), I check to see if LLVM assertions are
disabled, and if so, I don't add --debug and don't check the counter
file diffs.
2020-11-05 18:24:20 -08:00
..
bootstrap Auto merge of #78740 - pietroalbini:no-more-legacy, r=Mark-Simulacrum 2020-11-04 20:02:08 +00:00
build_helper
ci ci: bump actions/checkout to version 2 2020-11-05 00:05:20 +01:00
doc Rollup merge of #77950 - arlosi:sha256, r=eddyb 2020-11-03 19:32:26 +01:00
etc lldb_batchmode: show more error information 2020-11-03 12:01:46 +01:00
librustdoc Rollup merge of #78584 - notriddle:master, r=GuillaumeGomez 2020-11-05 10:29:45 +01:00
llvm-project@ee16174578
test rename some tests to avoid exceeding windows path limits 2020-11-05 18:24:20 -08:00
tools Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup 2020-11-05 14:29:48 +01:00
README.md
stage0.txt
version

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.