Files
rust/src
Vadim Petrochenkov 2eb83ee527 data_structures: Add a reference wrapper for pointer-indexed maps/sets
Use `ptr::eq` for comparing pointers
2018-07-20 12:22:24 +03:00
..
2018-07-17 05:35:19 +08:00
2018-07-16 15:09:17 +02:00
2018-07-16 15:09:16 +02:00
2018-07-16 15:09:17 +02:00
2018-07-18 10:53:10 +02:00
2018-07-18 15:30:39 -07: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: