Files
rust/src
Simon Sapin 74b571402f Use drop_in_place in array::IntoIter::drop
This skips the loop when the element type is known not to have drop glue, even in debug mode.
2019-11-18 15:56:26 +01:00
..
2019-11-09 12:21:50 -08:00
2019-11-02 23:20:28 +01:00
2019-11-04 15:59:09 +01:00
2019-11-06 12:49:20 -08:00
2019-11-16 09:37:45 +01:00
2019-11-12 16:36:57 -05:00
2019-11-04 15:59:09 +01:00
2019-11-04 15:59:09 +01:00
2019-11-17 01:11:28 +03:00
2019-11-04 15:59:09 +01:00
2019-11-17 01:11:28 +03:00
2019-11-17 01:11:28 +03:00
2019-11-12 16:36:57 -05: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.