Files
rust/src
Guillaume Gomez 8e7a8b81e8 Rollup merge of #56021 - RalfJung:track-features, r=oli-obk
avoid features_untracked

The docs say to not use `features_untracked` when we have a tcx.

@oli-obk any particular reason why the untracked version is used all over const qualification?
2018-11-29 13:10:28 +01:00
..
2018-11-20 15:56:58 -08:00
2018-11-27 13:13:11 -06:00
2018-11-27 13:13:11 -06:00
2018-11-11 20:52:36 +07:00
2018-11-27 13:13:11 -06:00
2018-11-27 14:05:13 +01:00
2018-11-27 13:13:11 -06:00
2018-11-25 20:27:18 -08:00
2018-11-12 18:21:52 -08: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 the following READMEs, which are gradually being moved over to the guide: