Files
rust/src
bors 00aae71f50 Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton
Stabilize TryFrom and TryInto with a convert::Infallible empty enum

This is the plan proposed in https://github.com/rust-lang/rust/issues/33417#issuecomment-423073898
2019-02-25 20:24:10 +00: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-10 23:42:32 +00:00
2019-02-20 11:00:43 +01:00
2019-02-13 09:54:58 +01:00
2019-02-24 21:59:44 +09:00
2019-02-10 16:13:30 +09:00
2019-02-17 11:22:04 +01:00
2019-02-24 16:45:14 +00:00
2019-02-17 18:14:32 +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: