Files
rust/src
David Wood f2919a31c8 Trust signature over return expr for generators.
This commit extends the logic used to determine what the expected
signature of a closure is so that it can also determine the expected
signature of a generator. This improves a diagnostic where the fn
signature was blamed instead of the generator body. It doesn't fix
fix the diagnostic for `async fn`.
2019-05-07 07:44:12 +01:00
..
2019-05-05 10:45:10 +01:00
2019-04-23 21:39:27 -07:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-05-05 23:39:04 +05:30
2019-04-30 17:27:53 +09:00
2019-05-04 17:22:00 +03:00
2019-05-05 10:45:10 +01:00
2019-04-22 17:01:33 +01:00
2019-04-22 09:07:25 +02:00
2019-04-17 05:15:00 +02: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: