Files
rust/src
Mazdak Farrokhzad e839b2ec84 Constness -> enum Const { Yes(Span), No }
Same idea for `Unsafety` & use new span for better diagnostics.
2020-02-13 10:39:23 +01:00
..
2020-01-31 12:31:09 -05:00
2020-02-10 14:44:12 -05:00
2020-02-06 15:58:00 -05:00
2020-02-01 22:04:18 -05:00
2020-02-12 15:47:38 +01:00
2020-01-31 12:31:09 -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.