Files
rust/src
Tyler Mandry ec1d008f65 Rollup merge of #65048 - Kixunil:patch-1, r=KodrAus
Added doc about behavior of extend on HashMap

It was unclear what the implementation does when it encounters existing keys. This change makes it clear by documenting the trait impl.
2019-10-11 15:09:44 -07:00
..
2019-10-01 23:15:47 +09:00
2019-10-08 18:04:18 -04:00
2019-10-01 23:15:47 +09:00
2019-10-08 18:04:18 -04:00
2019-10-01 23:15:47 +09: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.

There is also useful content in this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.