Files
rust/src
Dylan DPC a1478b7604 Rollup merge of #68691 - nnethercote:rm-RefCell-from-ObligationForest, r=nikomatsakis
Remove `RefCell` usage from `ObligationForest`.

It's not needed.

This doesn't affect performance, it just simplifies the code a little.

r? @nikomatsakis
2020-02-06 15:37:38 +01:00
..
2020-01-31 12:31:09 -05:00
2020-02-05 10:32:01 -08:00
2020-01-31 12:31:09 -05:00
2020-02-01 22:04:18 -05:00
2020-01-31 12:31:09 -05: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.