Files
rust/src
bors 0aa6751c19 Auto merge of #72378 - Dylan-DPC:rollup-m87bp2d, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #71863 (Suggest fixes and add error recovery for `use foo::self`)
 - #72139 (Make `fold` standalone.)
 - #72275 (Continue lowering for unsupported async generator instead of returning an error.)
 - #72361 (split_inclusive: add tracking issue number (72360))
 - #72364 (Remove unused dependencies)
 - #72366 (Adjust the zero check in `RawVec::grow`.)

Failed merges:

r? @ghost
2020-05-20 19:29:01 +00:00
..
2020-05-18 14:41:34 +01:00
2020-05-11 17:13:32 +02:00
2020-05-18 14:41:33 +01:00
2020-05-17 11:06:35 +02:00
2020-05-11 17:13:32 +02:00
2020-05-18 14:41:35 +01:00
2020-05-18 14:41:32 +01:00
2020-05-09 16:03:40 -04: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.