Files
rust/src
Mark Simulacrum 84b5b34021 Stop accessing current_dir in bootstrap
This ensures that the working directory of rustbuild has no effect on
it's run; since tests will run with a different cwd this is required for
consistent behavior.
2018-04-03 11:39:15 -06:00
..
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-21 23:12:24 +09:00
2018-03-21 15:43:06 -05:00
2018-04-02 12:42:44 -07:00
2018-04-02 12:42:44 -07: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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: