Files
rust/src
bors 2db44b62e7 Auto merge of #51724 - tikue:master, r=Mark-Simulacrum
Re-pub some items whose visibilities were recently reduced.

Reasons described in the most recent comments of https://github.com/rust-lang/rust/pull/51265.

tarpc can't move off of plugins until proc macros can be reexported from other crates.

Fixes https://github.com/google/tarpc/issues/191
2018-06-23 04:19:51 +00:00
..
2018-05-27 17:28:35 +02:00
2018-06-01 14:56:01 +02:00
2018-06-19 03:19:48 +02:00
2018-06-20 12:21:52 +01:00
2018-06-20 12:23:33 +01:00
2018-06-20 12:23:46 +01:00
2018-05-24 16:22:58 +02:00
2018-05-24 16:21:23 +02:00
2018-06-14 18:05:12 +03: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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: