Files
rust/src
Josh Stone f950193d74 Remove the unstable and deprecated mpsc_select
This removes macro `select!` and `std::sync::mpsc::{Handle, Select}`,
which were all unstable and have been deprecated since 1.32.
2019-05-17 12:16:52 -07:00
..
2019-05-16 10:31:13 -07:00
2019-05-09 16:15:43 -07:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-05-16 15:25:58 -07:00
2019-05-13 11:09:06 +02:00
2019-05-13 11:09:06 +02: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: