rust/src
2023-01-11 09:32:13 +00: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 adjust comments about pre-push.sh hook 2023-01-04 18:15:43 +01:00
librustdoc Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
llvm-project@9ad24035fe Update LLVM submodule 2023-01-03 12:08:02 +01:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
tools Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
README.md
stage0.json bump stage0 2022-12-28 09:18:43 -05:00
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.