Files
rust/src
Mark Rousskov 9b5e39723d Inline State::new
There was only one callsite for each and this removes the
unwrap_or_default's on the comments argument
2019-07-10 07:12:28 -04:00
..
2019-07-06 11:05:22 -03:00
2019-07-10 07:12:28 -04:00
2019-07-10 07:12:28 -04:00
2019-07-09 21:55:29 +02:00
2019-07-04 11:26:57 -04: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 guide.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: