Files
rust/src
Aleksey Kladov f8e9d2f0ec Fix Once perf regression
Because `call_once` is generic, but `is_completed` is not, we need
`#[inline]` annotation to allow LLVM to inline `is_completed` into
`call_once` in downstream crates.
2018-09-29 11:07:48 +03:00
..
2018-09-21 17:03:13 +03:00
2018-09-22 21:01:21 +02:00
2018-09-26 10:43:37 +02:00
2018-09-26 10:43:37 +02:00
2018-09-29 11:07:48 +03:00
2018-09-28 01:54:01 +02:00
2018-09-11 17:14:08 +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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: