Files
rust/src
Dylan DPC 14895ea78b Rollup merge of #79623 - jyn514:ident, r=GuillaumeGomez
Pass around Symbols instead of Idents in doctree

The span was unused.

Vaguely related to https://github.com/rust-lang/rust/pull/78082 - currently working on converting `visit_ast` to use `hir::intravisit` and this makes that a little easier.

r? ``@GuillaumeGomez``
2020-12-04 03:30:29 +01:00
..
2020-12-01 18:34:39 +00:00
2020-11-05 20:11:29 +01:00
2020-11-18 22:28:20 -06:00
2020-12-01 18:34:39 +00:00
2020-11-19 19:23:36 -05:00
2020-11-13 09:47:16 +01:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.