Files
rust/src
Esteban Küber 33ec1823d7 Specific error for positional args after named args in format!()
When writing positional arguments after named arguments in the
`format!()` and `println!()` macros, provide a targeted diagnostic.
2019-07-15 20:51:32 -07:00
..
2019-07-15 14:05:28 +02:00
2019-07-06 11:05:22 -03:00
2019-07-15 14:05:28 +02:00
2019-07-15 12:42:07 +03:00
2019-07-09 21:55:29 +02:00
2019-07-15 16:29:12 +02:00
2019-07-15 14:05:28 +02:00
2019-07-04 11:26:57 -04: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: