Files
rust/src
varkor 4bed895cab Pull common parameters into GenericParamDef
This leads to a lot of simplifications, as most code doesn't actually need to know about the specific lifetime/type data; rather, it's concerned with properties like name, index and def_id.
2018-05-15 14:21:32 +01:00
..
2018-05-13 19:51:32 +00:00
2018-04-25 11:26:47 +01:00
2018-04-22 10:08:49 -07:00
2018-04-22 10:08:49 -07:00
2018-04-15 20:53:03 +02:00
2018-04-30 18:18:32 +02:00
2018-05-05 20:36:46 +02:00
2018-04-16 23:37:11 +02:00
2018-05-14 16:11:57 +02:00
2018-05-01 09:04:36 +02: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: