Files
rust/src
David Wood 576deef691 mir: rename should_monomorphize_locally
This commit renames `should_monomorphize_locally` to
`should_codegen_locally` which better describes what the function
determines once polymorphization is added.

Signed-off-by: David Wood <david@davidtw.co>
2020-07-20 11:23:24 +01:00
..
2020-07-18 22:42:11 -07:00
2020-07-16 19:36:49 -04:00
2020-07-16 19:36:49 -04:00
2020-07-17 08:28:19 +10:00
2020-07-16 19:36:49 -04:00
2020-07-17 11:49:35 -07:00
2020-07-17 11:49:35 -07:00
2020-07-16 19:36:49 -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.