Files
rust/src
Pietro Albini 2b2045d161 ci: fix docker cache hash collision
Before this commit the hash used to cache docker images was calculated
from the image's files and the files in the scripts/ directory. This
worked fine when all the files used by an image were in those
directories, but some images pull files from other images, causing hash
collisions in some cases.

This commit changes the hash to include the files of all the docker
images, causing a rebuild of all the images when a single one changes.
That's a bit heavy-handed, but we have no way to track which files an
image pulls in and hash collisions are really painful to deal with.
2019-02-18 15:28:10 +01:00
..
2019-02-10 23:42:32 +00:00
2019-02-18 15:28:10 +01:00
2019-02-11 23:49:48 +01:00
2019-02-13 09:54:58 +01:00
2019-02-10 23:42:32 +00:00
2019-02-10 23:42:32 +00:00
2019-02-13 09:54:58 +01:00
2019-02-13 09:54:58 +01:00
2019-02-10 16:13:30 +09:00
2019-01-29 10:48:54 +01:00
2019-01-15 19:48:37 -06: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: