Files
rust/src
Samuel Wilson 38a6eca29d issue-49938: Reference tagged unions discr(iminant) as tag
Refer https://github.com/rust-lang/rust/issues/49938

Previously tagged unions' tag was refered to as a discr(iminant).
Here the changes use tag instead which is the correct terminology
when refering to the memory representation of tagged unions.
2018-05-06 14:52:38 +12:00
..
2018-05-05 19:02:13 -04:00
2018-04-26 18:28:34 -04:00
2018-04-30 18:18:32 +02:00
2018-05-02 12:05:13 +02:00
2018-05-05 20:36:46 +02:00
2018-05-05 20:36:46 +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: