Matthias Krüger 951a3661ad remove redundant import (clippy::single_component_path_imports)
remove redundant format!() call (clippy::useless_format)
don't use ok() before calling expect() (clippy::ok_expect)
2020-03-20 20:23:03 +01:00
..
2020-03-18 21:07:44 +01:00
2020-03-19 07:53:32 +01:00
2020-03-18 15:08:25 +01:00
2020-03-19 17:35:28 +07:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.