Vadim Petrochenkov c2788a88ca resolve: Refactor away MacroBinding
`fn resolve_legacy_scope` can now resolve only to `macro_rules!` items,
`fn resolve_lexical_macro_path_segment` is for everything else - modularized macros, preludes
2018-08-20 23:56:48 +03:00
..
2018-08-19 23:01:01 +02:00
2018-08-19 23:01:01 +02:00
2018-08-19 23:01:01 +02:00
2018-08-19 23:01:01 +02:00
2018-08-19 20:02:32 +01:00
2018-08-19 23:01:01 +02:00
2018-08-19 23:01:01 +02:00
2018-08-20 23:56:48 +03:00
2018-08-19 19:17:24 -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: