Files
rust/src
Nicholas Nethercote 711c91da7f Remove HirCollector::map.
Because `rustc_middle::hir::map::Map` is a trivial wrapper around
`TyCtxt`, and `HirCollector` has a `TyCtxt` field.
2024-09-25 20:54:13 +10:00
..
2024-09-06 16:01:46 +02:00
2024-09-25 20:54:13 +10:00
2024-09-20 14:41:36 -07:00
2024-09-22 19:04:19 -04:00
2024-08-30 19:58:04 +01:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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