Files
rust/src
Guillaume Gomez 7a39e90afc Rollup merge of #49699 - zesterer:master, r=joshtriplett
Removed 'proc' from the reserved keywords list

Remove 'proc' from the reserved keywords list.

'proc' is a very useful identifier name for a lot of things. It's especially useful when dealing with processes, operating system internals, and kernel development.
2018-04-17 18:43:13 +02:00
..
2018-04-12 14:49:03 +09:00
2018-04-15 20:53:03 +02:00
2018-04-15 20:53:03 +02:00
2018-04-15 23:49:41 +02:00
2018-04-16 23:37:11 +02:00
2018-04-16 23:37:11 +02:00
2018-04-15 20:53:03 +02:00
2018-04-04 22:23:33 +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: