Files
rust/src
Dylan DPC c185c4fe47 Rollup merge of #70776 - RalfJung:raw-vec, r=Dylan-DPC,TimDiekmann
clarify comment in RawVec::into_box

On first reading I almost thought "len <= cap" would be all that there is to check here. Expand the comment to clarify that that is not the case.
2020-04-05 13:13:13 +02:00
..
2020-03-30 07:02:56 +02:00
2020-03-30 07:16:56 +02:00
2020-03-31 15:20:05 +02:00
2020-03-26 15:49:22 +00: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 dev guide.