rust/src
Jonas Schievink e687dac992
Rollup merge of #77252 - tshepang:overlong, r=jyn514
reduce overlong line
2020-09-27 18:37:24 +02:00
..
bootstrap reduce overlong line 2020-09-27 04:22:55 +02:00
build_helper
ci Do not link LLVM tools to LLVM dylib unless rustc is 2020-09-19 18:21:08 -04:00
doc Rollup merge of #77249 - jyn514:private-links, r=Manishearth 2020-09-27 18:37:23 +02:00
etc
librustdoc Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate lints 2020-09-27 09:58:29 -04:00
llvm-project@7075196da1 Rebase LLVM onto 11.0.0-rc3 2020-09-22 10:16:03 -07:00
test Rollup merge of #77249 - jyn514:private-links, r=Manishearth 2020-09-27 18:37:23 +02:00
tools Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkov 2020-09-27 10:17:09 +00:00
README.md
stage0.txt
version

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.