Files
rust/src
Aaron Hill 3daa8bd2e4 Generate proc macro harness in AST order.
This ensures that we match the order used by proc macro metadata
serialization.

Fixes #64251
2019-09-17 19:10:10 -04:00
..
2019-09-16 16:45:16 +02:00
2019-09-15 23:15:06 +08:00
2019-09-14 12:12:32 +02:00
2019-09-09 20:32:03 +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.

There is also useful content in this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.