Files
rust/src
bors ae1b871cca Auto merge of #65195 - varkor:to_option, r=Centril
Rename `bool::then_*` to `bool::to_option_*` and use where appropriate

Name change following https://github.com/rust-lang/rfcs/pull/2757. Also try it out throughout the compiler in places I think makes the code more readable.
2019-12-06 19:14:51 +00:00
..
2019-12-06 12:24:54 +00:00
2019-12-06 13:09:03 +00:00
2019-12-06 12:24:54 +00:00
2019-12-03 12:19:16 -05:00
2019-12-06 12:24:54 +00:00
2019-12-05 00:00: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.