Files
rust/src
bors 27c4335287 Auto merge of #56983 - ljedrz:parallel_query_tweaks, r=Zoxc
Parallel query tweaks

- faster stack reversal in `remove_cycle`
- insert visited queries more eagerly
- simplify stack trimming in `cycle_check`
- minor refactoring in 2 spots
2018-12-25 10:52:13 +00:00
..
2018-12-04 00:30:27 +03:00
2018-12-12 08:09:26 -08:00
2018-12-23 10:46:03 +01:00
2018-12-23 10:46:03 +01:00
2018-12-23 10:46:03 +01:00
2018-12-21 12:09:43 +01:00
2018-12-18 15:26:10 +05:30
2018-12-17 13:40:21 -08:00
2018-11-26 15:03:13 -06:00
2018-12-12 08:09:26 -08: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: