Files
rust/src
Esteban Küber 48fa974211 Suggest correct syntax when writing type arg instead of assoc type
When confusing an associated type with a type argument, suggest the
appropriate syntax.

Given `Iterator<isize>`, suggest `Iterator<Item = isize>`.
2018-11-22 14:14:27 -08:00
..
2018-11-20 21:25:48 -05:00
2018-11-11 20:52:36 +07:00
2018-11-21 06:50:17 -05:00
2018-11-21 06:50:17 -05:00
2018-11-11 20:52:36 +07:00
2018-11-21 06:50:17 -05:00
2018-10-30 12:06:07 -06:00
2018-11-02 14:58:53 +01:00
2018-11-21 08:30:47 +13:00
2018-11-12 18:21:52 -08:00
2018-10-31 11:53:50 -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.

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