Files
rust/src
Dylan DPC 9433d899a7 Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27
Improve rustdoc source code a bit

Very small clean up. I realized that there were too many nested conditions whereas we could just use `and_then`.

r? @kinnison

cc @ollie27
2020-04-16 00:39:24 +02:00
..
2020-04-14 08:54:05 -07:00
2020-04-10 09:09:58 -04:00
2020-04-12 11:36:37 -04:00
2020-04-14 08:46:07 +01:00
2020-04-14 08:46:07 +01:00
2020-04-13 18:37:51 +03:00
2020-04-14 09:29:39 -04:00
2020-04-06 22:16:09 +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 dev guide.