rust/src
2020-10-09 14:44:24 -07:00
..
bootstrap Auto merge of #77631 - jyn514:helpful-changelog, r=RalfJung 2020-10-08 05:50:49 +00:00
build_helper
ci Check all Cargo targets on CI 2020-10-03 09:53:13 -04:00
doc Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 2020-10-07 09:56:51 +00:00
etc Auto merge of #77609 - ortem:fix-lldb-commands, r=Mark-Simulacrum 2020-10-09 15:18:41 +00:00
librustdoc Auto merge of #77519 - jyn514:track-doc-er, r=GuillaumeGomez 2020-10-09 02:27:33 +00:00
llvm-project@3adf16e0cb Update submodule llvm to get LVI bugfix 2020-10-08 17:43:26 +02:00
test Tweak output and add test cases 2020-10-09 14:44:24 -07:00
tools Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup 2020-10-09 12:45:29 +02:00
README.md
stage0.txt Bump to 1.48 bootstrap compiler 2020-10-07 19:51:36 -04: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.