Files
rust/src
bors 8660eba2b9 Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapin
use MaybeUninit instead of mem::uninitialized for Windows Mutex

I hope this builds, I do not have a Windows machine to test...
2018-12-02 13:45:22 +00:00
..
2018-11-11 20:52:36 +07:00
2018-11-26 15:03:13 -06:00
2018-11-27 13:13:11 -06:00
2018-11-26 15:03:13 -06:00
2018-11-29 21:57:40 +01:00
2018-11-28 16:13:40 +01:00
2018-11-28 16:13:40 +01:00
2018-12-02 00:33:23 +13:00
2018-11-26 15:03:13 -06: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: