Files
rust/src
Michael Howell 6109cee35c rustdoc: get rid of unused path printing code
The code for printing a raw path is only used in utils.rs,
which only prints the alternative (non-HTML) format. Path has
a function that does the same thing without HTML support,
so use that instead.
2021-04-16 08:46:47 -07:00
..
2021-04-08 08:03:18 -07:00
2021-04-14 08:24:06 -07:00
2021-04-15 15:22:24 -07:00
2021-04-06 18:24:09 -07:00
2021-03-20 12:19:30 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.