Files
rust/src
Simon Sapin 5c7ca77b17 Make the size of Option<NonZero*> a documented guarantee.
Closes #49137, the tracking issue for `NonZero*`,
as this was the last remaining open question.

Note that `ptr::NonNull<T>` already documents a similar guarantee.
2018-06-06 13:58:09 +02:00
..
2018-05-27 17:28:35 +02:00
2018-06-01 14:56:01 +02:00
2018-06-03 11:29:44 -06:00
2018-06-01 14:56:01 +02:00
2018-06-03 11:29:44 -06:00
2018-06-01 14:56:01 +02:00
2018-06-03 13:46:20 +02:00
2018-05-26 15:20:23 +03:00
2018-06-04 09:51:41 +02:00
2018-05-24 16:22:58 +02:00
2018-05-24 16:21:23 +02:00
2018-06-04 21:22:51 +02:00
2018-05-17 08:47:25 -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.

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