Nicholas Nethercote 9aea154e78 Improve u8to64_le.
This makes it faster and also changes it to a safe function. (Thanks to
Michael Woerister for the suggestion.) `load_int_le!` is also no longer
necessary.
2020-02-12 11:32:57 +11:00
..
2020-02-06 15:58:00 -05:00
2020-02-06 13:41:37 +01:00
2020-02-06 12:05:40 +01:00
2020-02-07 15:04:44 +01: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.