Files
rust/src
Taylor Cramer 20d694a95f Update Pin API to match the one proposed for stabilization
Remove pin::Unpin reexport and add Unpin to the prelude.
Change Pin associated functions to methods.
Rename get_mut_unchecked_ to get_unchecked_mut
Remove impl Unpin for Pin
Mark Pin repr(transparent)
2018-12-21 20:41:24 -08:00
..
2018-12-14 10:40:08 +01:00
2018-12-04 00:30:27 +03:00
2018-12-12 08:09:26 -08:00
2018-12-12 08:09:26 -08:00
2018-12-12 08:09:26 -08:00
2018-12-18 15:26:10 +05:30
2018-12-10 12:05:33 -08:00
2018-11-26 15:03:13 -06:00
2018-12-12 08:09:26 -08: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: