rust/src
bors 32c2630262 Auto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrum
Make it possible to run `cargo test` for bootstrap

Note that this only runs bootstrap's self-tests, not compiler or library tests.

Helps with https://github.com/rust-lang/rust/issues/94829.
2022-04-10 12:30:26 +00:00
..
bootstrap Auto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrum 2022-04-10 12:30:26 +00:00
ci Auto merge of #95724 - Kobzol:ci-update-rustc-perf, r=nnethercote 2022-04-09 07:53:34 +00:00
doc Split fuzzy_provenance_casts into lossy and fuzzy, feature gate and test it 2022-04-08 17:41:28 +02:00
etc
librustdoc Rollup merge of #95769 - fmease:fix-issue-95717, r=GuillaumeGomez 2022-04-09 12:52:04 +02:00
llvm-project@9168e236c5
rustdoc-json-types
test Auto merge of #95435 - cjgillot:one-name, r=oli-obk 2022-04-09 22:48:00 +00:00
tools Rollup merge of #95676 - pietroalbini:pa-bump-rls, r=pietroalbini 2022-04-09 12:52:03 +02:00
README.md
stage0.json
version

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.