Files
rust/src
Konrad Borowski 1006425769 Test capacity of ZST vector
Initially, #50233 accidentally changed the capacity of empty ZST. This
was pointed out during code review. This commit adds a test to prevent
capacity of ZST vectors from accidentally changing to prevent that
from happening again.
2018-12-11 15:07:09 +01:00
..
2018-12-04 17:06:16 -05:00
2018-12-04 17:06:16 -05:00
2018-12-11 15:07:09 +01:00
2018-11-27 13:13:11 -06:00
2018-12-04 15:38:40 +09:00
2018-11-29 21:57:40 +01:00
2018-11-28 16:13:40 +01: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: