Files
rust/src
jyn 78a709348d Fix x test --no-deps
- Use `cargo metadata` to determine whether a crate has a library
  package or not
- Collect metadata for all workspaces, not just the root workspace and
  cargo
- Don't pass `--lib` for crates without a library
- Use `run_cargo_test` for rust-installer
- Don't build documentation in `lint-docs` if `--no-doc` is passed
2023-04-29 11:51:57 -05:00
..
2023-04-29 11:51:57 -05:00
2023-04-28 08:30:34 -07:00
2023-04-28 09:54:35 +08:00
2023-04-28 08:47:55 -07:00
2023-04-19 12:33:37 +02:00
2023-04-10 21:02:49 +02:00
2023-04-28 08:47:55 -07:00
2023-04-15 12:29:51 +02: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.