Files
rust/src
Mazdak Farrokhzad 4eb762a0ea Rollup merge of #59045 - topecongiro:expose-new_sub_parser_from_file, r=Centril
Expose new_sub_parser_from_file

This function is useful when external tools like rustfmt want to parse
internal files without parsing a whole crate.

cc https://github.com/rust-lang/rustfmt/issues/3427.
2019-03-09 17:18:28 +01:00
..
2019-02-24 21:59:44 +09:00
2019-03-07 11:15:47 -08:00
2019-03-07 08:46:18 -08:00
2019-03-06 18:46:11 -08:00
2019-02-26 09:54:45 +01:00
2019-02-24 11:31:49 +01: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: