rust/src
Matthias Krüger 106df9ec98
Rollup merge of #106734 - albertlarsan68:deny-src-tests-in-tidy, r=Nilstrieb
Deny having src/test exisiting in tidy

Fixes #106724
2023-01-11 21:08:10 +01:00
..
bootstrap Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
ci Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
doc Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
etc
librustdoc Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco 2023-01-11 17:30:54 +01:00
llvm-project@9ad24035fe
rustdoc-json-types
tools Deny having src/test exisiting in tidy 2023-01-11 18:25:33 +00: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 cargo, etc.

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