Files
rust/src
ljedrz 384d04d31d Reduce the number of clone()s needed in obligation_forest
Some can be avoided by using remove_entry instead of remove.
2018-07-14 07:31:19 +02:00
..
2018-07-09 11:35:52 +02:00
2018-07-01 20:23:41 +02:00
2018-07-09 21:20:26 +02:00
2018-07-11 18:53:37 +08:00
2018-07-02 12:53:46 +02:00
2018-06-14 18:05:12 +03:00
2018-06-30 13:17:49 -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 guide.

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