Scott McMurray e6fc62a1ef Don't use SIMD in mem::swap for types smaller than the block size
LLVM isn't able to remove the alloca for the unaligned block in the SIMD tail in some cases, so doing this helps SRoA work in cases where it currently doesn't.  Found in the `replace_with` RFC discussion.
2018-07-21 21:43:37 -07: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-21 12:36:18 +02:00
2018-07-20 20:58:06 +02: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: