Files
rust/src
Alex Crichton 3e0ed2fc05 proc_macro: Explicitly make everything !Send/Sync
This commit adds explicit imp blocks to ensure that all publicly exported types
(except simple enums) are not `Send` nor `Sync` in the `proc_macro` crate.

cc #38356
2018-05-04 14:12:57 -07:00
..
2018-04-12 14:49:03 +09:00
2018-04-23 11:38:13 +02:00
2018-04-22 10:08:49 -07:00
2018-04-22 10:08:49 -07:00
2018-04-15 20:53:03 +02:00
2018-04-30 18:18:32 +02:00
2018-05-02 12:05:13 +02:00
2018-04-16 23:37:11 +02:00
2018-04-19 23:47:28 +02:00
2018-05-04 12:33:56 +12:00
2018-05-01 09:04:36 +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.

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