Files
rust/src
Mazdak Farrokhzad dcd5b20177 Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkov
rustc_typeck: correctly compute `Substs` for `Res::SelfCtor`.

Fixes #61882.

r? @petrochenkov cc @varkor
2019-06-19 01:52:09 +02:00
..
2019-06-16 13:08:09 +03:00
2019-06-17 19:34:47 +03:00
2019-06-16 14:17:01 +03:00
2019-05-31 00:49:06 +01:00
2019-05-23 12:27:58 +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: