Files
rust/src
Carol (Nichols || Goulding) 11ffeed1ed Make entire row of doc search results clickable
By adding empty `after` content that clears and is `display: block`.
Technique found here: https://stackoverflow.com/a/7817313/51683

Now any part of a documentation search result that is highlighted when
you hover over it should also be clickable.
2018-08-03 18:29:49 -04:00
..
2018-08-02 18:09:19 -07:00
2018-08-02 18:57:24 -04:00
2018-08-02 18:57:24 -04:00
2018-08-02 18:09:19 -07:00
2018-08-02 18:09:19 -07:00
2018-08-02 18:09:19 -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.

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