Files
rust/src
John Downey a35cdd4e41 Implement iter::Sum and iter::Product for Option
This is similar to the existing implementation for `Result`. It will
take each item into the accumulator unless a `None` is returned.
2019-03-06 12:17:26 -06:00
..
2019-02-10 23:42:32 +00:00
2019-02-11 23:49:48 +01:00
2019-02-24 21:59:44 +09:00
2019-02-24 21:59:44 +09:00
2019-02-10 23:42:32 +00:00
2019-02-26 09:54:45 +01:00
2019-02-10 16:13:30 +09:00
2019-02-24 11:31:49 +01:00
2019-03-03 23:51:24 +01: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: