Files
rust/src
Dylan DPC 0fa57e4595 Rollup merge of #70392 - brain0:fixxpy, r=Mark-Simulacrum
Make x.py compatible with python 3.8.

Python 3.8 removes the `time.clock()` function, use `time.perf_counter()` instead.
2020-03-25 23:52:59 +01:00
..
2020-03-25 16:11:46 +01:00
2020-03-24 17:35:40 +00:00
2020-03-21 22:18:57 +01:00
2020-03-19 07:53:32 +01:00
fmt
2020-03-24 19:26:58 +01:00
2020-03-23 23:17:17 +01:00
2020-03-19 14:38:09 +00: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 dev guide.